All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.resources.exsd Maven / Gradle / Ivy

The newest version!




      
         
      
      
         This extension mimics and borrows the semantics of the OSGi HttpService registerResource method.
      
   

   
      
         
            
            
         
         
            
               

               
            
         
         
            
               

               
            
         
         
            
               

               
               
                  
               
            
         
      
   

   
      
         
            
         
      
      
         
            
               
                  The equivalent of the OSGi Http Services "alias" in registerResource.
               
            
         
         
            
               
                  The equivalent of the OSGi Http Services "name" in registerResource.
               
            
         
         
            
               
                  The equivalent of the OSGi Http Services httpcontext in registerResource. The httpcontextId is matched against the "httpcontexts" extension for a matching id. If this attribute is not provided the OSGi Http Service's DefaultHttpContext semantics are used.
               
            
         
      
   

   
      
         
            The serviceSelector allow filtering of the HttpService instances with which to register resources
         
      
      
         
            
               
                  The serviceSelector allow filtering of the HttpService instances with which to register resources.
               
            
         
         
            
               
                  If used the class must be an instance of org.osgi.framework.Filter
               
               
                  
               
            
         
      
   

   
      
         
      
      
         1.0
      
   

   
      
         
      
      
         The following is an example of the <code>resources</code> extension:
<pre>
     <extension
           id="testResource"
           point="org.eclipse.rap.http.registry.resources">
        <resource
              alias="/testresource"
              base-name="/test"
              httpcontextId="testintest"/>
     </extension>
</pre>

This equivalent to the OSGi Http Service's registerResource method.
      
   

   
      
         
      
      

      
   

   
      
         
      
      

      
   

   
      
         
      
      
         Copyright (c) 2005-2007 Cognos Incorporated, IBM Corporation and others
<br>

This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0 which
accompanies this distribution, and is available at
<a href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/

SPDX-License-Identifier: EPL-2.0.
<br>
Contributors:<br>
Cognos Incorporated - initial API and implementation<br>
IBM Corporation - bug fixes and enhancements<br>
      
   






© 2015 - 2025 Weber Informatics LLC | Privacy Policy