A B C D F G H I J L M O P R S T U V

A

Activator - Class in de.twenty11.skysail.server.internal
The bundles activator.
Activator() - Constructor for class de.twenty11.skysail.server.internal.Activator
 
addClassLoader(ClassLoader) - Method in class de.twenty11.skysail.server.CompositeClassLoader
 
addClassLoader(ClassLoader) - Method in class de.twenty11.skysail.server.internal.CompositeClassLoader
 
addEntity(EntityManager, T, ConstraintViolations<T>) - Method in class de.twenty11.skysail.server.restlet.ListServerResource
 
ApplicationDescriptor - Interface in de.twenty11.skysail.server.services
 
ApplicationInfo - Class in de.twenty11.skysail.server.restlet
 
ApplicationInfo() - Constructor for class de.twenty11.skysail.server.restlet.ApplicationInfo
Constructor.
ApplicationInfo(DocumentationInfo) - Constructor for class de.twenty11.skysail.server.restlet.ApplicationInfo
Constructor with a single documentation element.
ApplicationInfo(List<DocumentationInfo>) - Constructor for class de.twenty11.skysail.server.restlet.ApplicationInfo
Constructor with a list of documentation elements.
ApplicationInfo(String) - Constructor for class de.twenty11.skysail.server.restlet.ApplicationInfo
Constructor with a single documentation element.
attach() - Method in class de.twenty11.skysail.server.restlet.RestletOsgiApplication
 
attachToRouter(String, Class<? extends ServerResource>) - Method in class de.twenty11.skysail.server.restlet.RestletOsgiApplication
 

B

beforeHandle(Request, Response) - Method in class de.twenty11.skysail.server.internal.Blocker
 
beforeHandle(Request, Response) - Method in class de.twenty11.skysail.server.restlet.OriginalRequestFilter
 
Blocker - Class in de.twenty11.skysail.server.internal
 
Blocker(Context) - Constructor for class de.twenty11.skysail.server.internal.Blocker
 
buildGrid() - Method in class de.twenty11.skysail.server.restlet.GenericServerResource
 
buildGrid() - Method in class de.twenty11.skysail.server.restlet.ListServerResource
 
bundleChanged(BundleEvent) - Method in class de.twenty11.skysail.server.listener.SkysailServerBundleListener
 
BundleLoaderService - Interface in de.twenty11.skysail.server.services
Defines a configuration service which will return values (strings, properties, ...) for a given identifier.

C

ClassLoaderDirectory - Class in de.twenty11.skysail.server
checking idea from http://nexnet.wordpress.com/2010/09/29/clap-protocol-in-restlet-and-osgi/
ClassLoaderDirectory(Context, Reference, ClassLoader) - Constructor for class de.twenty11.skysail.server.ClassLoaderDirectory
 
ClassLoaderDirectory - Class in de.twenty11.skysail.server.internal
checking idea from http://nexnet.wordpress.com/2010/09/29/clap-protocol-in-restlet-and-osgi/
ClassLoaderDirectory(Context, Reference, ClassLoader) - Constructor for class de.twenty11.skysail.server.internal.ClassLoaderDirectory
 
CompositeClassLoader - Class in de.twenty11.skysail.server
checking idea from http://nexnet.wordpress.com/2010/09/29/clap-protocol-in-restlet-and-osgi/
CompositeClassLoader() - Constructor for class de.twenty11.skysail.server.CompositeClassLoader
 
CompositeClassLoader - Class in de.twenty11.skysail.server.internal
checking idea from http://nexnet.wordpress.com/2010/09/29/clap-protocol-in-restlet-and-osgi/
CompositeClassLoader() - Constructor for class de.twenty11.skysail.server.internal.CompositeClassLoader
 
ConfigService - Interface in de.twenty11.skysail.server.services
Defines a configuration service which will return values (strings, properties, ...) for a given identifier.
Configuration - Class in de.twenty11.skysail.server.config
 
Configuration() - Constructor for class de.twenty11.skysail.server.config.Configuration
 
Constants - Class in de.twenty11.skysail.server
 
Constants() - Constructor for class de.twenty11.skysail.server.Constants
 
createApplication() - Method in class de.twenty11.skysail.server.restlet.ResourceInfo
Creates an application descriptor that wraps this resource descriptor.
createInboundRoot() - Method in class de.twenty11.skysail.server.restlet.RestletOsgiApplication
 

D

DataSourceProvider - Interface in de.twenty11.skysail.server.services
 
de.twenty11.skysail.server - package de.twenty11.skysail.server
 
de.twenty11.skysail.server.config - package de.twenty11.skysail.server.config
 
de.twenty11.skysail.server.internal - package de.twenty11.skysail.server.internal
 
de.twenty11.skysail.server.listener - package de.twenty11.skysail.server.listener
 
de.twenty11.skysail.server.restlet - package de.twenty11.skysail.server.restlet
 
de.twenty11.skysail.server.services - package de.twenty11.skysail.server.services
 
deleteEntity(EntityManager, T) - Method in class de.twenty11.skysail.server.restlet.ListServerResource
 
describe(ApplicationInfo, ResourceInfo, Object, String) - Static method in class de.twenty11.skysail.server.restlet.ResourceInfo
Returns a JSON description of the current resource.
describe() - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
describe(ResourceInfo) - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
describe(String, ResourceInfo) - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
describe(ApplicationInfo) - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
describe(MethodInfo, RequestInfo, Class<?>, Variant) - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
describe(MethodInfo, ResponseInfo, Class<?>, Variant) - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
describeAnnotations(MethodInfo, ServerResource) - Static method in class de.twenty11.skysail.server.restlet.MethodInfo
Automatically describe a method by discovering the resource's annotations.
describeDelete(MethodInfo) - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
Describes the DELETE method.
describeGet(MethodInfo) - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
Describes the GET method.
By default, it describes the response with the available variants based on the ServerResource.getVariants() method.
describeMethod(Method, MethodInfo) - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
describeOptions(MethodInfo) - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
Describes the OPTIONS method.
By default it describes the response with the available variants based on the #getWadlVariants() method.
describeParameters() - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
describePost(MethodInfo) - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
Describes the POST method.
describePut(MethodInfo) - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
Describes the PUT method.
detachFromRouter(Class<?>) - Method in class de.twenty11.skysail.server.restlet.RestletOsgiApplication
 
determineValue(JSONObject, String) - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
DocumentationInfo - Class in de.twenty11.skysail.server.restlet
 
DocumentationInfo() - Constructor for class de.twenty11.skysail.server.restlet.DocumentationInfo
Constructor.
DocumentationInfo(String) - Constructor for class de.twenty11.skysail.server.restlet.DocumentationInfo
Constructor with text content.
DocumentedInfo - Class in de.twenty11.skysail.server.restlet
 
DocumentedInfo() - Constructor for class de.twenty11.skysail.server.restlet.DocumentedInfo
Constructor.
DocumentedInfo(DocumentationInfo) - Constructor for class de.twenty11.skysail.server.restlet.DocumentedInfo
Constructor with a single documentation element.
DocumentedInfo(List<DocumentationInfo>) - Constructor for class de.twenty11.skysail.server.restlet.DocumentedInfo
Constructor with a list of documentation elements.
DocumentedInfo(String) - Constructor for class de.twenty11.skysail.server.restlet.DocumentedInfo
Constructor with a single documentation element.
doHandlePagination(String, int) - Method in class de.twenty11.skysail.server.restlet.ListServerResource
 

F

frameworkEvent(FrameworkEvent) - Method in class de.twenty11.skysail.server.listener.SkysailServerFrameworkListener
 

G

GenericServerResource<T> - Class in de.twenty11.skysail.server.restlet
An class dealing with common functionality for a skysail server resource..
GenericServerResource() - Constructor for class de.twenty11.skysail.server.restlet.GenericServerResource
 
get() - Method in class de.twenty11.skysail.server.config.SkysailDatasourceProvider
 
get() - Method in interface de.twenty11.skysail.server.services.DataSourceProvider
 
getApplicationDescription() - Method in interface de.twenty11.skysail.server.services.ApplicationDescriptor
 
getApplicationName() - Method in class de.twenty11.skysail.server.restlet.RestletOsgiApplication
 
getBaseRef() - Method in class de.twenty11.skysail.server.restlet.ResourcesInfo
Returns the base URI for each child resource identifier.
getBlockedAddresses() - Method in class de.twenty11.skysail.server.internal.Blocker
 
getBundleContext() - Method in class de.twenty11.skysail.server.restlet.RestletOsgiApplication
 
getChildResources() - Method in class de.twenty11.skysail.server.restlet.ResourceInfo
Returns the list of child resources.
getCurrentPage() - Method in class de.twenty11.skysail.server.restlet.GenericServerResource
 
getCurrentPage() - Method in class de.twenty11.skysail.server.restlet.ListServerResource
 
getDefaultDS() - Static method in class de.twenty11.skysail.server.config.Configuration
 
getDefaultValue() - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
Returns the default value of this parameter.
getDescription() - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
getDocumentations() - Method in class de.twenty11.skysail.server.restlet.DocumentedInfo
Returns the list of documentation elements.
getEntities(T) - Method in class de.twenty11.skysail.server.restlet.GenericServerResource
 
getEntities(List<T>, String) - Method in class de.twenty11.skysail.server.restlet.ListServerResource
 
getEntity(T) - Method in class de.twenty11.skysail.server.restlet.GenericServerResource
 
getEntity(T) - Method in class de.twenty11.skysail.server.restlet.ListServerResource
 
getExpectedMessages() - Method in interface de.twenty11.skysail.server.services.LogValidationInputProvider
 
getFilteredData() - Method in class de.twenty11.skysail.server.restlet.ListServerResource
Implementors of this class have to provide skysailData which will be used to create a restlet representation.
getFixed() - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
Returns the fixed value for the parameter.
getIdentifier() - Method in class de.twenty11.skysail.server.restlet.MethodInfo
Returns the identifier for the method.
getIdentifier() - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
Returns the identifier of this parameter element.
getIdentifier() - Method in class de.twenty11.skysail.server.restlet.RepresentationInfo
Returns the identifier for that element.
getIdentifier() - Method in class de.twenty11.skysail.server.restlet.ResourceInfo
Returns the identifier for that element.
getMappings() - Method in class de.twenty11.skysail.server.listener.UrlMappingServiceListener
 
getMediaType() - Method in class de.twenty11.skysail.server.restlet.RepresentationInfo
Returns the media type of that element.
getMessage() - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
getMethods() - Method in class de.twenty11.skysail.server.restlet.ApplicationInfo
Returns the list of method elements.
getMethods() - Method in class de.twenty11.skysail.server.restlet.ResourceInfo
Returns the list of supported methods.
getName() - Method in class de.twenty11.skysail.server.restlet.MethodInfo
Returns the name of the method.
getName() - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
Returns the name of this element.
getName() - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
getNamespaces() - Method in class de.twenty11.skysail.server.restlet.ApplicationInfo
Returns the map of namespaces used in the WADL document.
getPageSize() - Method in class de.twenty11.skysail.server.restlet.GenericServerResource
 
getPageSize() - Method in class de.twenty11.skysail.server.restlet.ListServerResource
 
getParameters() - Method in class de.twenty11.skysail.server.restlet.RepresentationInfo
Returns the list of parameters.
getParameters() - Method in class de.twenty11.skysail.server.restlet.RequestInfo
Returns the list of parameters.
getParameters() - Method in class de.twenty11.skysail.server.restlet.ResourceInfo
Returns the list of parameters.
getParameters() - Method in class de.twenty11.skysail.server.restlet.ResponseInfo
Returns the list of parameters.
getParamsFromRequest() - Method in class de.twenty11.skysail.server.restlet.ListServerResource
 
getParent() - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
getPath() - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
Returns the path to the value of this parameter (within a parent representation).
getPath() - Method in class de.twenty11.skysail.server.restlet.ResourceInfo
Returns the URI template for the identifier of the resource.
getProfiles() - Method in class de.twenty11.skysail.server.restlet.RepresentationInfo
Returns the list of locations of one or more meta data profiles.
getProperties(String) - Method in interface de.twenty11.skysail.server.services.ConfigService
return properties for given identifier.
getQueryType() - Method in class de.twenty11.skysail.server.restlet.ResourceInfo
Returns the media type for the query component of the resource URI.
getReference() - Method in class de.twenty11.skysail.server.restlet.RepresentationInfo
Returns the reference to an representation identifier.
getRepresentations() - Method in class de.twenty11.skysail.server.restlet.ApplicationInfo
Returns the list of representation elements.
getRepresentations() - Method in class de.twenty11.skysail.server.restlet.RequestInfo
Returns the list of supported input representations.
getRepresentations() - Method in class de.twenty11.skysail.server.restlet.ResponseInfo
Returns the list of representations
getRequest() - Method in class de.twenty11.skysail.server.restlet.MethodInfo
Returns the input to the method.
getResource(String) - Method in class de.twenty11.skysail.server.CompositeClassLoader
 
getResource(String) - Method in class de.twenty11.skysail.server.internal.CompositeClassLoader
 
getResourcePath() - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
getResources() - Method in class de.twenty11.skysail.server.restlet.ResourcesInfo
Returns the list of child resources.
getResponse() - Method in class de.twenty11.skysail.server.restlet.MethodInfo
Returns the last added response of the method.
getResponses() - Method in class de.twenty11.skysail.server.restlet.MethodInfo
Returns the output of the method.
getRoutes() - Method in class de.twenty11.skysail.server.restlet.RestletOsgiApplication
 
getSkysailData() - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
getStatuses() - Method in class de.twenty11.skysail.server.restlet.ResponseInfo
Returns the list of statuses associated with this response representation.
getString(String) - Method in interface de.twenty11.skysail.server.services.ConfigService
looks for identifier and returns the value.
getString(String, String) - Method in interface de.twenty11.skysail.server.services.ConfigService
looks for identifier and returns the value.
getStyle() - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
Returns the parameter style.
getTargetRef() - Method in class de.twenty11.skysail.server.restlet.MethodInfo
Returns the reference to a method definition element.
getTitle() - Method in class de.twenty11.skysail.server.restlet.DocumentationInfo
Returns the title of that documentation element.
getTotalResults() - Method in class de.twenty11.skysail.server.restlet.GenericServerResource
 
getTotalResults() - Method in class de.twenty11.skysail.server.restlet.ListServerResource
 
getType() - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
Returns the parameter type.
getType() - Method in class de.twenty11.skysail.server.restlet.ResourceInfo
Returns the list of references to resource type elements.
getUrlMappingServiceListener() - Method in class de.twenty11.skysail.server.restlet.RestletOsgiApplication
 
getValidationProviders() - Method in class de.twenty11.skysail.server.restlet.OSGiServiceDiscoverer
 
getValidator() - Method in class de.twenty11.skysail.server.restlet.ListServerResource
 
getXmlElement() - Method in class de.twenty11.skysail.server.restlet.RepresentationInfo
Returns the qualified name of the root element for this XML-based representation.

H

handle(Request, Response) - Method in class de.twenty11.skysail.server.ClassLoaderDirectory
 
handle(Request, Response) - Method in class de.twenty11.skysail.server.internal.ClassLoaderDirectory
 
handle(Request, Response) - Method in class de.twenty11.skysail.server.restlet.Tracer
 
handlePagination() - Method in class de.twenty11.skysail.server.restlet.ListServerResource
 

I

isRepeating() - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
Returns true if the parameter is single valued or may have multiple values, false otherwise.
isRequired() - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
Indicates whether the parameter is required.

J

JsonSelfRepresentation - Class in de.twenty11.skysail.server.restlet
 
JsonSelfRepresentation(ApplicationInfo) - Constructor for class de.twenty11.skysail.server.restlet.JsonSelfRepresentation
 

L

ListServerResource<T> - Class in de.twenty11.skysail.server.restlet
An class dealing with common functionality for a skysail server resource..
ListServerResource() - Constructor for class de.twenty11.skysail.server.restlet.ListServerResource
 
load(List<String>) - Method in interface de.twenty11.skysail.server.services.BundleLoaderService
tries to install the listed bundles.
loadClass(String, boolean) - Method in class de.twenty11.skysail.server.CompositeClassLoader
 
loadClass(String, boolean) - Method in class de.twenty11.skysail.server.internal.CompositeClassLoader
 
LogValidationInputProvider - Interface in de.twenty11.skysail.server.services
 

M

MethodInfo - Class in de.twenty11.skysail.server.restlet
 
MethodInfo() - Constructor for class de.twenty11.skysail.server.restlet.MethodInfo
Constructor.
MethodInfo(DocumentationInfo) - Constructor for class de.twenty11.skysail.server.restlet.MethodInfo
Constructor with a single documentation element.
MethodInfo(List<DocumentationInfo>) - Constructor for class de.twenty11.skysail.server.restlet.MethodInfo
Constructor with a list of documentation elements.
MethodInfo(String) - Constructor for class de.twenty11.skysail.server.restlet.MethodInfo
Constructor with a single documentation element.

O

options() - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
OriginalRequestFilter - Class in de.twenty11.skysail.server.restlet
 
OriginalRequestFilter(Context) - Constructor for class de.twenty11.skysail.server.restlet.OriginalRequestFilter
 
OSGiServiceDiscoverer - Class in de.twenty11.skysail.server.restlet
 
OSGiServiceDiscoverer() - Constructor for class de.twenty11.skysail.server.restlet.OSGiServiceDiscoverer
 

P

ParameterInfo - Class in de.twenty11.skysail.server.restlet
 
ParameterInfo() - Constructor for class de.twenty11.skysail.server.restlet.ParameterInfo
Constructor.
ParameterInfo(String, ParameterStyle, DocumentationInfo) - Constructor for class de.twenty11.skysail.server.restlet.ParameterInfo
Constructor with a single documentation element.
ParameterInfo(String, ParameterStyle, List<DocumentationInfo>) - Constructor for class de.twenty11.skysail.server.restlet.ParameterInfo
Constructor with a list of documentation elements.
ParameterInfo(String, ParameterStyle, String) - Constructor for class de.twenty11.skysail.server.restlet.ParameterInfo
Constructor with a single documentation element.
ParameterInfo(String, boolean, String, ParameterStyle, String) - Constructor for class de.twenty11.skysail.server.restlet.ParameterInfo
Constructor.
ParameterStyle - Enum in de.twenty11.skysail.server.restlet
 
provideUrlMapping() - Method in interface de.twenty11.skysail.server.services.UrlMapper
The implementor provides a list of url mappings between paths and classes to be executed when such a path is being called.

R

RepresentationInfo - Class in de.twenty11.skysail.server.restlet
 
RepresentationInfo() - Constructor for class de.twenty11.skysail.server.restlet.RepresentationInfo
Constructor.
RepresentationInfo(DocumentationInfo) - Constructor for class de.twenty11.skysail.server.restlet.RepresentationInfo
Constructor with a single documentation element.
RepresentationInfo(List<DocumentationInfo>) - Constructor for class de.twenty11.skysail.server.restlet.RepresentationInfo
Constructor with a list of documentation elements.
RepresentationInfo(MediaType) - Constructor for class de.twenty11.skysail.server.restlet.RepresentationInfo
Constructor with a media type.
RepresentationInfo(String) - Constructor for class de.twenty11.skysail.server.restlet.RepresentationInfo
Constructor with a single documentation element.
RepresentationInfo(Variant) - Constructor for class de.twenty11.skysail.server.restlet.RepresentationInfo
Constructor with a variant.
RequestInfo - Class in de.twenty11.skysail.server.restlet
 
RequestInfo() - Constructor for class de.twenty11.skysail.server.restlet.RequestInfo
Constructor.
RequestInfo(DocumentationInfo) - Constructor for class de.twenty11.skysail.server.restlet.RequestInfo
Constructor with a single documentation element.
RequestInfo(List<DocumentationInfo>) - Constructor for class de.twenty11.skysail.server.restlet.RequestInfo
Constructor with a list of documentation elements.
RequestInfo(String) - Constructor for class de.twenty11.skysail.server.restlet.RequestInfo
Constructor with a single documentation element.
resolveNamespaces() - Method in class de.twenty11.skysail.server.restlet.DocumentedInfo
Returns the list of namespaces used in the documentation elements as a map.
ResourceInfo - Class in de.twenty11.skysail.server.restlet
 
ResourceInfo() - Constructor for class de.twenty11.skysail.server.restlet.ResourceInfo
Constructor.
ResourceInfo(DocumentationInfo) - Constructor for class de.twenty11.skysail.server.restlet.ResourceInfo
Constructor with a single documentation element.
ResourceInfo(List<DocumentationInfo>) - Constructor for class de.twenty11.skysail.server.restlet.ResourceInfo
Constructor with a list of documentation elements.
ResourceInfo(String) - Constructor for class de.twenty11.skysail.server.restlet.ResourceInfo
Constructor with a single documentation element.
ResourcesInfo - Class in de.twenty11.skysail.server.restlet
 
ResourcesInfo() - Constructor for class de.twenty11.skysail.server.restlet.ResourcesInfo
Constructor.
ResourcesInfo(DocumentationInfo) - Constructor for class de.twenty11.skysail.server.restlet.ResourcesInfo
Constructor with a single documentation element.
ResourcesInfo(List<DocumentationInfo>) - Constructor for class de.twenty11.skysail.server.restlet.ResourcesInfo
Constructor with a list of documentation elements.
ResourcesInfo(String) - Constructor for class de.twenty11.skysail.server.restlet.ResourcesInfo
Constructor with a single documentation element.
ResponseInfo - Class in de.twenty11.skysail.server.restlet
 
ResponseInfo() - Constructor for class de.twenty11.skysail.server.restlet.ResponseInfo
Constructor.
ResponseInfo(DocumentationInfo) - Constructor for class de.twenty11.skysail.server.restlet.ResponseInfo
Constructor with a single documentation element.
ResponseInfo(List<DocumentationInfo>) - Constructor for class de.twenty11.skysail.server.restlet.ResponseInfo
Constructor with a list of documentation elements.
ResponseInfo(String) - Constructor for class de.twenty11.skysail.server.restlet.ResponseInfo
Constructor with a single documentation element.
RestletOsgiApplication - Class in de.twenty11.skysail.server.restlet
Concurrency note from parent class: instances of this class or its subclasses can be invoked by several threads at the same time and therefore must be thread-safe.
RestletOsgiApplication(String, String) - Constructor for class de.twenty11.skysail.server.restlet.RestletOsgiApplication
 
router - Variable in class de.twenty11.skysail.server.restlet.RestletOsgiApplication
the restlet router.

S

serviceChanged(ServiceEvent) - Method in class de.twenty11.skysail.server.listener.SkysailApplicationServiceListener
This method adds, removes or modifies the list of applicationDescriptors.
serviceChanged(ServiceEvent) - Method in class de.twenty11.skysail.server.listener.SkysailServerServiceListener
 
serviceChanged(ServiceEvent) - Method in class de.twenty11.skysail.server.listener.UrlMappingServiceListener
This method adds, removes or modifies the URL mappings of the applications router according to the service events fired.
setAutoDescribing(boolean) - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
setBaseRef(Reference) - Method in class de.twenty11.skysail.server.restlet.ResourcesInfo
Sets the base URI for each child resource identifier.
setBundleContext(BundleContext) - Method in class de.twenty11.skysail.server.restlet.RestletOsgiApplication
 
setChildResources(List<ResourceInfo>) - Method in class de.twenty11.skysail.server.restlet.ResourceInfo
Sets the list of child resources.
setCurrentPage(Integer) - Method in class de.twenty11.skysail.server.restlet.GenericServerResource
 
setCurrentPage(Integer) - Method in class de.twenty11.skysail.server.restlet.ListServerResource
 
setDefaultValue(String) - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
Sets the default value of this parameter.
setDescription(String) - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
setDocumentation(DocumentationInfo) - Method in class de.twenty11.skysail.server.restlet.DocumentedInfo
Set the list of documentation elements with a single element.
setDocumentation(String) - Method in class de.twenty11.skysail.server.restlet.DocumentedInfo
Set the list of documentation elements with a single element.
setDocumentations(List<DocumentationInfo>) - Method in class de.twenty11.skysail.server.restlet.DocumentedInfo
Sets the list of documentation elements.
setFixed(String) - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
Sets the fixed value for the parameter.
setIdentifier(String) - Method in class de.twenty11.skysail.server.restlet.MethodInfo
Sets the identifier for the method.
setIdentifier(String) - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
Sets the identifier of this parameter element.
setIdentifier(String) - Method in class de.twenty11.skysail.server.restlet.RepresentationInfo
Sets the identifier for that element.
setIdentifier(String) - Method in class de.twenty11.skysail.server.restlet.ResourceInfo
Sets the identifier for that element.
setLocationRef(Reference) - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
Reasoning: not overwriting those two (overloaded) methods gives me a jackson deserialization issue.
setLocationRef(String) - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
setMediaType(MediaType) - Method in class de.twenty11.skysail.server.restlet.RepresentationInfo
Sets the media type of that element.
setMessage(String) - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
setMethods(List<MethodInfo>) - Method in class de.twenty11.skysail.server.restlet.ApplicationInfo
Sets the list of documentation elements.
setMethods(List<MethodInfo>) - Method in class de.twenty11.skysail.server.restlet.ResourceInfo
Sets the list of supported methods.
setName(Method) - Method in class de.twenty11.skysail.server.restlet.MethodInfo
Sets the name of the method.
setName(String) - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
Sets the name of this element.
setName(String) - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
setNamespaces(Map<String, String>) - Method in class de.twenty11.skysail.server.restlet.ApplicationInfo
Sets the map of namespaces used in the WADL document.
setPageSize(Integer) - Method in class de.twenty11.skysail.server.restlet.GenericServerResource
 
setPageSize(Integer) - Method in class de.twenty11.skysail.server.restlet.ListServerResource
 
setParameters(List<ParameterInfo>) - Method in class de.twenty11.skysail.server.restlet.RepresentationInfo
Sets the list of parameters.
setParameters(List<ParameterInfo>) - Method in class de.twenty11.skysail.server.restlet.RequestInfo
Sets the list of parameters.
setParameters(List<ParameterInfo>) - Method in class de.twenty11.skysail.server.restlet.ResourceInfo
Sets the list of parameters.
setParameters(List<ParameterInfo>) - Method in class de.twenty11.skysail.server.restlet.ResponseInfo
Sets the list of parameters.
setPath(String) - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
Sets the path to the value of this parameter (within a parent representation).
setPath(String) - Method in class de.twenty11.skysail.server.restlet.ResourceInfo
Sets the URI template for the identifier of the resource.
setQueryType(MediaType) - Method in class de.twenty11.skysail.server.restlet.ResourceInfo
Sets the media type for the query component of the resource URI.
setReference(String) - Method in class de.twenty11.skysail.server.restlet.RepresentationInfo
Sets the reference to an representation identifier.
setRepeating(boolean) - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
Indicates whether the parameter is single valued or may have multiple values.
setRepresentations(List<RepresentationInfo>) - Method in class de.twenty11.skysail.server.restlet.ApplicationInfo
 
setRepresentations(List<RepresentationInfo>) - Method in class de.twenty11.skysail.server.restlet.ResponseInfo
Sets the list of representations
setRequest(RequestInfo) - Method in class de.twenty11.skysail.server.restlet.MethodInfo
Sets the input to the method.
setRequired(boolean) - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
Indicates whether the parameter is required.
setResources(ResourcesInfo) - Method in class de.twenty11.skysail.server.restlet.ApplicationInfo
Sets the list of resource elements.
setResources(List<ResourceInfo>) - Method in class de.twenty11.skysail.server.restlet.ResourcesInfo
Sets the list of child resources.
setResponses(List<ResponseInfo>) - Method in class de.twenty11.skysail.server.restlet.MethodInfo
Sets the output of the method.
setSkysailData(T) - Method in class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
setStatuses(List<Status>) - Method in class de.twenty11.skysail.server.restlet.ResponseInfo
Sets the list of statuses associated with this response representation.
setStyle(ParameterStyle) - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
Sets the parameter style.
setTargetRef(Reference) - Method in class de.twenty11.skysail.server.restlet.MethodInfo
Sets the reference to a method definition element.
setTitle(String) - Method in class de.twenty11.skysail.server.restlet.DocumentationInfo
Sets the title of that documentation element.
setTotalResults(int) - Method in class de.twenty11.skysail.server.restlet.GenericServerResource
 
setTotalResults(int) - Method in class de.twenty11.skysail.server.restlet.ListServerResource
 
setType(String) - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
Sets the parameter type.
setType(List<Reference>) - Method in class de.twenty11.skysail.server.restlet.ResourceInfo
Sets the list of references to resource type elements.
setVerifier(SecretVerifier) - Method in class de.twenty11.skysail.server.restlet.RestletOsgiApplication
 
setXmlElement(String) - Method in class de.twenty11.skysail.server.restlet.RepresentationInfo
Sets the qualified name of the root element for this XML-based representation.
SKYSAIL_DB_DRIVERCLASSNAME - Static variable in class de.twenty11.skysail.server.Constants
 
SKYSAIL_DB_PASSWORD - Static variable in class de.twenty11.skysail.server.Constants
 
SKYSAIL_DB_URL - Static variable in class de.twenty11.skysail.server.Constants
 
SKYSAIL_DB_USERNAME - Static variable in class de.twenty11.skysail.server.Constants
 
SkysailApplicationServiceListener - Class in de.twenty11.skysail.server.listener
A service listener which takes care of ApplicationDescriptor related services.
SkysailApplicationServiceListener(RestletOsgiApplication) - Constructor for class de.twenty11.skysail.server.listener.SkysailApplicationServiceListener
 
SkysailApplicationServiceListener(BundleContext, RestletOsgiApplication) - Constructor for class de.twenty11.skysail.server.listener.SkysailApplicationServiceListener
Constructor which needs the bundleContext and the RestletOsgiApplication.
SkysailApplicationServiceListener(BundleContext, RestletOsgiApplication, boolean) - Constructor for class de.twenty11.skysail.server.listener.SkysailApplicationServiceListener
Constructor which needs the bundleContext and the RestletOsgiApplication.
SkysailDatasourceProvider - Class in de.twenty11.skysail.server.config
 
SkysailDatasourceProvider() - Constructor for class de.twenty11.skysail.server.config.SkysailDatasourceProvider
 
SkysailServerBundleListener - Class in de.twenty11.skysail.server.listener
listener for bundle events.
SkysailServerBundleListener() - Constructor for class de.twenty11.skysail.server.listener.SkysailServerBundleListener
 
SkysailServerFrameworkListener - Class in de.twenty11.skysail.server.listener
listener for framework events.
SkysailServerFrameworkListener() - Constructor for class de.twenty11.skysail.server.listener.SkysailServerFrameworkListener
 
SkysailServerResource2<T> - Class in de.twenty11.skysail.server.restlet
 
SkysailServerResource2() - Constructor for class de.twenty11.skysail.server.restlet.SkysailServerResource2
 
SkysailServerServiceListener - Class in de.twenty11.skysail.server.listener
listener for bundle events.
SkysailServerServiceListener() - Constructor for class de.twenty11.skysail.server.listener.SkysailServerServiceListener
 
start(BundleContext) - Method in class de.twenty11.skysail.server.internal.Activator
stop(BundleContext) - Method in class de.twenty11.skysail.server.internal.Activator

T

toString() - Method in class de.twenty11.skysail.server.restlet.ApplicationInfo
Describes a set of methods that define the behavior of a type of resource.
toString() - Method in class de.twenty11.skysail.server.restlet.MethodInfo
 
toString() - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
 
toString() - Method in enum de.twenty11.skysail.server.restlet.ParameterStyle
 
toString() - Method in class de.twenty11.skysail.server.restlet.RepresentationInfo
 
toString() - Method in class de.twenty11.skysail.server.restlet.RequestInfo
List of supported input representations.
toString() - Method in class de.twenty11.skysail.server.restlet.ResourceInfo
 
toString() - Method in class de.twenty11.skysail.server.restlet.ResourcesInfo
 
toString() - Method in class de.twenty11.skysail.server.restlet.ResponseInfo
 
Tracer - Class in de.twenty11.skysail.server.restlet
 
Tracer(Context) - Constructor for class de.twenty11.skysail.server.restlet.Tracer
 

U

updated(Dictionary) - Method in class de.twenty11.skysail.server.config.Configuration
 
updateNamespaces(Map<String, String>) - Method in class de.twenty11.skysail.server.restlet.ApplicationInfo
 
updateNamespaces(Map<String, String>) - Method in class de.twenty11.skysail.server.restlet.DocumentedInfo
Completes the given map of namespaces with the namespaces used in the documentation elements.
updateNamespaces(Map<String, String>) - Method in class de.twenty11.skysail.server.restlet.MethodInfo
 
updateNamespaces(Map<String, String>) - Method in class de.twenty11.skysail.server.restlet.ParameterInfo
 
updateNamespaces(Map<String, String>) - Method in class de.twenty11.skysail.server.restlet.RepresentationInfo
 
updateNamespaces(Map<String, String>) - Method in class de.twenty11.skysail.server.restlet.RequestInfo
 
updateNamespaces(Map<String, String>) - Method in class de.twenty11.skysail.server.restlet.ResourceInfo
 
updateNamespaces(Map<String, String>) - Method in class de.twenty11.skysail.server.restlet.ResourcesInfo
 
updateNamespaces(Map<String, String>) - Method in class de.twenty11.skysail.server.restlet.ResponseInfo
 
UrlMapper - Interface in de.twenty11.skysail.server.services
Implementors provide a mapping via 'provideUrlMapping' meant to describe a path -> classname relation.
UrlMappingServiceListener - Class in de.twenty11.skysail.server.listener
A service listener which takes care of UrlMapper related services.
UrlMappingServiceListener(RestletOsgiApplication) - Constructor for class de.twenty11.skysail.server.listener.UrlMappingServiceListener
 
UrlMappingServiceListener(BundleContext, RestletOsgiApplication) - Constructor for class de.twenty11.skysail.server.listener.UrlMappingServiceListener
Constructor which needs the bundleContext and the RestletOsgiApplication.
UrlMappingServiceListener(BundleContext, RestletOsgiApplication, boolean) - Constructor for class de.twenty11.skysail.server.listener.UrlMappingServiceListener
Constructor which needs the bundleContext and the RestletOsgiApplication.
urlMappingServiceListener - Variable in class de.twenty11.skysail.server.restlet.RestletOsgiApplication
listener keeping track of all url mappings.

V

valueOf(String) - Static method in enum de.twenty11.skysail.server.restlet.ParameterStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.twenty11.skysail.server.restlet.ParameterStyle
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D F G H I J L M O P R S T U V

Copyright © 2011-2013. All Rights Reserved.