A B C D E F G H I J L M N O P Q R S T U V W X

A

AbstractUriBuilder - Class in org.restlet.ext.jaxrs
Abstract implementation of interface UriBuilder.
AbstractUriBuilder() - Constructor for class org.restlet.ext.jaxrs.AbstractUriBuilder
 
acceptRepresentation(Representation) - Method in class org.restlet.ext.javamail.TriggerResource
Handles POST requests.
acceptRepresentation(Representation) - Method in class org.restlet.ext.oauth.AccessTokenResource
 
acceptRepresentation(Representation) - Method in class org.restlet.ext.oauth.AuthorizationResource
 
acceptRepresentation(Representation) - Method in class org.restlet.ext.oauth.RequestTokenResource
 
AccessTokenResource - Class in org.restlet.ext.oauth
An OAuth Access Token.
AccessTokenResource(Context, Request, Response) - Constructor for class org.restlet.ext.oauth.AccessTokenResource
Constructor.
add(String, String) - Method in class org.restlet.ext.javamail.MailResolver
Add a value.
add(Application) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Attaches a JAX-RS Application to this JaxRsApplication.
The providers are available for all root resource classes provided to this JaxRsApplication.
addClass(Class<?>) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Will use the given JAX-RS root resource class.
If the given class is not a valid root resource class, a warning is logged and false is returned.
addConsumer(String, OAuthConsumer) - Method in class org.restlet.ext.oauth.MemoryOAuthProvider
 
addFault(Status, MediaType, String) - Method in class org.restlet.ext.wadl.MethodInfo
Adds a new fault to the response.
addRequestParameter(String, boolean, String, ParameterStyle, String) - Method in class org.restlet.ext.wadl.MethodInfo
Adds a new request parameter.
addRequestRepresentation(Variant) - Method in class org.restlet.ext.wadl.MethodInfo
Adds a new request representation based on a given variant.
addResponseParameter(String, boolean, String, ParameterStyle, String) - Method in class org.restlet.ext.wadl.MethodInfo
Adds a new response parameter.
addResponseRepresentation(Variant) - Method in class org.restlet.ext.wadl.MethodInfo
Adds a new response representation based on a given variant.
addSingleton(Object) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Adds the provider object to this JaxRsRestlet.
afterHandle(Request, Response) - Method in class org.restlet.ext.freemarker.TemplateFilter
 
afterHandle(Request, Response) - Method in class org.restlet.ext.velocity.TemplateFilter
 
AjpServerHelper - Class in org.restlet.ext.jetty
Jetty AJP server connector.
AjpServerHelper(Server) - Constructor for class org.restlet.ext.jetty.AjpServerHelper
Constructor.
ALLOW_ALL - Static variable in interface org.restlet.ext.jaxrs.RoleChecker
Access control constant that gives all roles to all principals.
allowOptions() - Method in class org.restlet.ext.wadl.WadlResource
Indicates if OPTIONS calls are allowed by checking the "readable" property.
allowPost() - Method in class org.restlet.ext.oauth.AccessTokenResource
 
allowPost() - Method in class org.restlet.ext.oauth.AuthorizationResource
 
allowPost() - Method in class org.restlet.ext.oauth.RequestTokenResource
 
APP_NAMESPACE - Static variable in class org.restlet.ext.atom.Service
Atom Publishing Protocol namespace.
APP_NAMESPACE - Static variable in class org.restlet.ext.wadl.WadlRepresentation
Web Application Description Language namespace.
APPLICATION_BEAN_PARAM_NAME - Static variable in class org.restlet.ext.spring.SpringServerServlet
Name of the Servlet parameter containing a bean-id of the application to use.
ApplicationInfo - Class in org.restlet.ext.wadl
Root of a WADL description document.
ApplicationInfo() - Constructor for class org.restlet.ext.wadl.ApplicationInfo
Constructor.
ApplicationInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.ApplicationInfo
Constructor with a single documentation element.
ApplicationInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.ApplicationInfo
Constructor with a list of documentation elements.
ApplicationInfo(String) - Constructor for class org.restlet.ext.wadl.ApplicationInfo
Constructor with a single documentation element.
ATOM_NAMESPACE - Static variable in class org.restlet.ext.atom.Feed
Atom Syndication Format namespace.
attach(Reference) - Method in class org.restlet.ext.wadl.WadlComponent
Attaches an application created from a WADL description document available at a given URI reference.
attach(Representation) - Method in class org.restlet.ext.wadl.WadlComponent
Attaches an application created from a WADL description document to the component.
attach(String) - Method in class org.restlet.ext.wadl.WadlComponent
Attaches an application created from a WADL description document available at a given URI.
attachDefault(Restlet) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Sets the Restlet that is called, if no (root) resource class or method could be found.
attachToComponent(Component) - Method in class org.restlet.ext.wadl.WadlApplication
Attaches the application to the given component if the application has a WADL base reference.
attachToHost(VirtualHost) - Method in class org.restlet.ext.wadl.WadlApplication
Attaches the application to the given host using the WADL base reference.
ATTRIBUTE_MAILBOX_CHALLENGE_SCHEME - Static variable in class org.restlet.ext.javamail.TriggerResource
 
ATTRIBUTE_MAILBOX_LOGIN - Static variable in class org.restlet.ext.javamail.TriggerResource
 
ATTRIBUTE_MAILBOX_PASSWORD - Static variable in class org.restlet.ext.javamail.TriggerResource
 
ATTRIBUTE_MAILBOX_URI - Static variable in class org.restlet.ext.javamail.TriggerResource
 
authenticate(Request) - Method in class org.restlet.ext.oauth.OAuthGuard
 
AuthorizationResource - Class in org.restlet.ext.oauth
Handles user authorization of an OAuth request token.
AuthorizationResource(Context, Request, Response) - Constructor for class org.restlet.ext.oauth.AuthorizationResource
Constructor.

B

build(Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Build a URI, using the supplied values in order to replace any URI template parameters.
build(Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Build a URI, using the supplied values in order to replace any URI template parameters.
buildFromEncoded(Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
 
buildFromEncoded(Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
buildFromEncodedMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
 
buildFromEncodedMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
buildFromMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
 
buildFromMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
 

C

callTarget(Resolver<String>) - Method in class org.restlet.ext.javamail.TriggerResource
Requests the target resource.
Category - Class in org.restlet.ext.atom
Conveys information about a category associated with an entry or feed.
Category() - Constructor for class org.restlet.ext.atom.Category
Constructor.
Category(String, Reference, String) - Constructor for class org.restlet.ext.atom.Category
Constructor.
clone() - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
clone() - Method in class org.restlet.ext.ssl.PkixSslContextFactory
This class is likely to contain sensitive information; cloning is therefore not allowed.
closeDbResources(Statement, ResultSet) - Static method in class org.restlet.ext.xdb.XdbServerServlet
Closes JDBC resources
Collection - Class in org.restlet.ext.atom
Atom Protocol collection, part of a workspace.
Collection(Workspace, String, String) - Constructor for class org.restlet.ext.atom.Collection
Constructor.
complete() - Method in class org.restlet.ext.grizzly.GrizzlyServerCall
 
complete() - Method in class org.restlet.ext.jetty.JettyCall
 
complete() - Method in class org.restlet.ext.simple.SimpleCall
 
Component_BEAN_PARAM_NAME - Static variable in class org.restlet.ext.spring.SpringServerServlet
Name of the Servlet parameter containing a bean-id of the component to use.
configure(Controller) - Method in class org.restlet.ext.grizzly.GrizzlyServerHelper
Configures the Grizzly controller.
configure(Controller) - Method in class org.restlet.ext.grizzly.HttpServerHelper
 
configure(Controller) - Method in class org.restlet.ext.grizzly.HttpsServerHelper
 
configure(AbstractConnector) - Method in class org.restlet.ext.jetty.JettyServerHelper
Configures the internal Jetty connector.
Content - Class in org.restlet.ext.atom
Either contains or links to the content of the entry.
Content() - Constructor for class org.restlet.ext.atom.Content
Constructor.
copyInto(AbstractUriBuilder) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
 
create(Request) - Method in class org.restlet.ext.httpclient.HttpClientHelper
Creates a low-level HTTP client call from a high-level uniform call.
create(String, Representation) - Static method in class org.restlet.ext.jdbc.JdbcClientHelper
Creates an uniform call.
create(Request) - Method in class org.restlet.ext.net.HttpClientHelper
Creates a low-level HTTP client call from a high-level uniform call.
createApplication(Context) - Method in class org.restlet.ext.servlet.ServerServlet
Creates the single Application used by this Servlet.
createApplication(Context) - Method in class org.restlet.ext.spring.SpringServerServlet
Lookups the single Restlet Application used by this Servlet from the SpringContext inside the ServletContext.
createCall(Server, HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.servlet.ServerServlet
Creates a new Servlet call wrapping a Servlet request/response couple and a Server connector.
createCall(Server, HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.xdb.XdbServerServlet
 
createComponent() - Method in class org.restlet.ext.servlet.ServerServlet
Creates the single Component used by this Servlet.
createComponent() - Method in class org.restlet.ext.spring.SpringServerServlet
Lookups the single Restlet Component used by this Servlet from Spring's Context available inside the ServletContext.
createConnectionPool(String, Properties) - Static method in class org.restlet.ext.jdbc.JdbcClientHelper
Creates a connection pool for a given connection configuration.
createConnector() - Method in class org.restlet.ext.jetty.AjpServerHelper
Creates a new internal Jetty connector.
createConnector() - Method in class org.restlet.ext.jetty.HttpServerHelper
Creates a new internal Jetty connector.
createConnector() - Method in class org.restlet.ext.jetty.HttpsServerHelper
Creates a new internal Jetty connector.
createConnector() - Method in class org.restlet.ext.jetty.JettyServerHelper
Creates a new internal Jetty connector.
createContext() - Method in class org.restlet.ext.spring.RestletFrameworkServlet
Creates the Restlet Context to use if the target application does not already have a context associated, or if the target restlet is not an Application at all.
createFinder(BeanFactory, String) - Method in class org.restlet.ext.spring.SpringBeanRouter
Creates an instance of SpringBeanFinder.
createMessage(Representation, Session) - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Creates a JavaMail message by parsing an XML representation.
createRepresentation(Message) - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Creates an XML representation based on a JavaMail message.
createRepresentation(Message[], POP3Folder) - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Creates an XML representation based on a list of JavaMail messages.
createResource() - Method in class org.restlet.ext.spring.SpringBeanFinder
 
createResource() - Method in class org.restlet.ext.spring.SpringFinder
Creates a new instance of the resource class designated by the "targetClass" property.
createRoot() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
 
createServer(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
Creates the associated HTTP server handling calls.
createServer(HttpServletRequest) - Method in class org.restlet.ext.xdb.XdbServerServlet
 
createSslContext() - Method in class org.restlet.ext.ssl.JsslutilsSslContextFactory
Creates a configured and initialised SSLContext by delegating the call to the SSLContextFactory with which the target instance was built.
createSslContext() - Method in class org.restlet.ext.ssl.PkixSslContextFactory
Creates a configured and initialised SSLContext by delegating the call to the PKIXSSLContextFactory with has been initialised using 'init'.
createTarget(Request, Response) - Method in class org.restlet.ext.spring.SpringFinder
 
createWarClient(Context, ServletConfig) - Method in class org.restlet.ext.servlet.ServerServlet
Creates a new client for the WAR protocol.
createWarClient(Context, ServletConfig) - Method in class org.restlet.ext.xdb.XdbServerServlet
 

D

deleteMail(String) - Method in class org.restlet.ext.javamail.TriggerResource
Deletes a mail after it has been processed.
deleteResource(String) - Method in class org.restlet.ext.atom.Service
Deletes a resource.
describe() - Method in class org.restlet.ext.wadl.WadlResource
Describes the resource as a WADL document.
describe(String, ResourceInfo) - Method in class org.restlet.ext.wadl.WadlResource
Returns a WADL description of the current resource.
describe(Variant) - Method in class org.restlet.ext.wadl.WadlResource
Describes the resource as a WADL document for the given variant.
describeDelete(MethodInfo) - Method in class org.restlet.ext.wadl.WadlResource
Describes the DELETE method.
describeGet(MethodInfo) - Method in class org.restlet.ext.wadl.WadlResource
Describes the GET method.
By default, it describes the response with the available variants based on the Resource.getVariants() method.
describeMethod(Method, MethodInfo) - Method in class org.restlet.ext.wadl.WadlResource
Returns a WADL description of the given method.
describeOptions(MethodInfo) - Method in class org.restlet.ext.wadl.WadlResource
Describes the OPTIONS method.
By default it describes the response with the available variants based on the WadlResource.getWadlVariants() method.
describePost(MethodInfo) - Method in class org.restlet.ext.wadl.WadlResource
Describes the POST method.
describePut(MethodInfo) - Method in class org.restlet.ext.wadl.WadlResource
Describes the PUT method.
destroy() - Method in class org.restlet.ext.gwt.GwtShellServletWrapper
 
destroy() - Method in class org.restlet.ext.servlet.ServerServlet
 
destroy() - Method in class org.restlet.ext.xdb.XdbServerServlet
 
DocumentationInfo - Class in org.restlet.ext.wadl
Document WADL description elements.
DocumentationInfo() - Constructor for class org.restlet.ext.wadl.DocumentationInfo
Constructor.
DocumentationInfo(String) - Constructor for class org.restlet.ext.wadl.DocumentationInfo
Constructor with text content.
DocumentationInfo(Node) - Constructor for class org.restlet.ext.wadl.DocumentationInfo
Constructor with mixed content.
DocumentedInfo - Class in org.restlet.ext.wadl
Superclass of WADL elements that supports dcumentation.
DocumentedInfo() - Constructor for class org.restlet.ext.wadl.DocumentedInfo
Constructor.
DocumentedInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.DocumentedInfo
Constructor with a single documentation element.
DocumentedInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.DocumentedInfo
Constructor with a list of documentation elements.
DocumentedInfo(String) - Constructor for class org.restlet.ext.wadl.DocumentedInfo
Constructor with a single documentation element.
doService(HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.spring.RestletFrameworkServlet
 
doStart() - Method in class org.restlet.ext.jetty.JettyHandler
 
doStop() - Method in class org.restlet.ext.jetty.JettyHandler
 

E

Entry - Class in org.restlet.ext.atom
Represents an individual entry, acting as a component for metadata and data associated with the entry.
Entry() - Constructor for class org.restlet.ext.atom.Entry
Constructor.
equals(Object) - Method in class org.restlet.ext.spring.SpringResource
This implementation compares the underlying InputStream.
evaluate(String, QName) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 
evaluate(String, QName) - Method in class org.restlet.ext.jibx.JibxRepresentation
 
evaluate(String, QName) - Method in class org.restlet.ext.wadl.WadlRepresentation
 
execute(Context) - Method in class org.restlet.ext.grizzly.HttpParserFilter
Execute a call.
exists() - Method in class org.restlet.ext.servlet.ServletWarEntity
 
exists() - Method in class org.restlet.ext.spring.SpringResource
This implementation always returns true.
ExtendedUriBuilder - Class in org.restlet.ext.jaxrs
This UriBuilder extension provides special help for "file" extensions.
ExtendedUriBuilder() - Constructor for class org.restlet.ext.jaxrs.ExtendedUriBuilder
 
ExtendedUriInfo - Interface in org.restlet.ext.jaxrs
This UriInfo extension returns UriBuilders which contains the "file" extension given by the request.
extension(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the extension that will be appended to the final path segment at build time.
extensionLanguage(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Appends an extension for the language ("de", "en", "fr" or whatever).
extensionMedia(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Appends an extension for the media type ("html", "pdf", "gif" or whatever).

F

FaultInfo - Class in org.restlet.ext.wadl
Describes an error condition for response descriptions.
FaultInfo(Status) - Constructor for class org.restlet.ext.wadl.FaultInfo
Constructor.
FaultInfo(Status, DocumentationInfo) - Constructor for class org.restlet.ext.wadl.FaultInfo
Constructor with a single documentation element.
FaultInfo(Status, List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.FaultInfo
Constructor with a list of documentation elements.
FaultInfo(Status, String) - Constructor for class org.restlet.ext.wadl.FaultInfo
Constructor with a single documentation element.
FaultInfo(Status, MediaType, String) - Constructor for class org.restlet.ext.wadl.FaultInfo
Constructor with a single documentation element.
Feed - Class in org.restlet.ext.atom
Atom Feed Document, acting as a component for metadata and data associated with the feed.
Feed() - Constructor for class org.restlet.ext.atom.Feed
Constructor.
Feed(Representation) - Constructor for class org.restlet.ext.atom.Feed
Constructor.
FORBID_ALL - Static variable in interface org.restlet.ext.jaxrs.RoleChecker
Access control constant that doesn't give any role to any principal.
formatCredentials(StringBuilder, ChallengeResponse, Request, Series<Parameter>) - Method in class org.restlet.ext.oauth.OAuthHelper
 
formatParameters(StringBuilder, Series<Parameter>, ChallengeRequest) - Method in class org.restlet.ext.oauth.OAuthHelper
 
fragment(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the URI fragment using an unencoded value.
fragment(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the URI fragment using an unencoded value.
fromPath(String) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Create a new instance representing a relative URI initialized from a URI path.
fromResource(Class<?>) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Create a new instance representing a relative URI initialized from a root resource class.
fromUri(String) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Create a new instance initialized from an existing URI.
fromUri(URI) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Create a new instance initialized from an existing URI.

G

generateAccessToken(OAuthAccessor) - Method in class org.restlet.ext.oauth.MemoryOAuthProvider
 
generateRequestToken(OAuthAccessor) - Method in class org.restlet.ext.oauth.MemoryOAuthProvider
 
Generator - Class in org.restlet.ext.atom
Identifies the agent used to generate a feed, for debugging and other purposes.
Generator() - Constructor for class org.restlet.ext.atom.Generator
Constructor.
getAbsolutePathBuilder() - Method in interface org.restlet.ext.jaxrs.ExtendedUriInfo
Get the absolute path of the request in the form of an ExtendedUriBuilder.
getAcceptorThreads() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the number of acceptor threads to set.
getAcceptQueueSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the size of the accept queue.
getAccessor(OAuthMessage) - Method in class org.restlet.ext.oauth.MemoryOAuthProvider
 
getApplication() - Method in class org.restlet.ext.servlet.ServerServlet
Returns the application.
getApplication() - Method in class org.restlet.ext.wadl.WadlRepresentation
Returns the root element of the WADL document.
getApplicationInfo(Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
Returns a WADL description of the current application.
getAuthors() - Method in class org.restlet.ext.atom.Entry
Returns the authors of the entry.
getAuthors() - Method in class org.restlet.ext.atom.Feed
Returns the authors of the entry.
getAuthors() - Method in class org.restlet.ext.atom.Source
Returns the authors of the entry.
getBaseRef(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServletConverter
Returns the base reference of new Restlet requests.
getBaseRef() - Method in class org.restlet.ext.wadl.ResourcesInfo
Returns the base URI for each child resource identifier.
getBaseRef() - Method in class org.restlet.ext.wadl.WadlApplication
Returns the WADL base reference.
getBaseRef(HttpServletRequest) - Method in class org.restlet.ext.xdb.XdbServletConverter
Returns the base reference of new Restlet requests.
getBaseUriBuilder() - Method in interface org.restlet.ext.jaxrs.ExtendedUriInfo
Get the base URI of the application in the form of an ExtendedUriBuilder.
getBeanFactory() - Method in class org.restlet.ext.spring.SpringBeanFinder
Returns the parent bean factory.
getBeanName() - Method in class org.restlet.ext.spring.SpringBeanFinder
Returns the bean name.
getCategories() - Method in class org.restlet.ext.atom.Entry
Returns the categories associated with the entry.
getCategories() - Method in class org.restlet.ext.atom.Feed
Returns the categories associated with the entry.
getCategories() - Method in class org.restlet.ext.atom.Source
Returns the categories associated with the entry.
getCertAlgorithm() - Method in class org.restlet.ext.grizzly.HttpsServerHelper
Returns the SSL certificate algorithm.
getCertAlgorithm() - Method in class org.restlet.ext.jetty.HttpsServerHelper
Returns the SSL certificate algorithm.
getCertAlgorithm() - Method in class org.restlet.ext.simple.HttpsServerHelper
Returns the SSL certificate algorithm.
getCharacterEncoding() - Method in class org.restlet.ext.fileupload.RepresentationContext
Returns the character encoding for the form.
getChildren() - Method in class org.restlet.ext.servlet.ServletWarEntity
 
getChildResources() - Method in class org.restlet.ext.wadl.ResourceInfo
Returns the list of child resources.
getChunkLength() - Method in class org.restlet.ext.net.HttpClientHelper
Returns the chunk-length when using chunked encoding streaming mode for response entities.
getClientAddress() - Method in class org.restlet.ext.grizzly.GrizzlyServerCall
 
getClientAddress() - Method in class org.restlet.ext.jetty.JettyCall
 
getClientAddress() - Method in class org.restlet.ext.servlet.ServletCall
 
getClientAddress() - Method in class org.restlet.ext.simple.SimpleCall
 
getClientDispatcher() - Method in class org.restlet.ext.atom.Service
Returns the client HTTP dispatcher.
getClientDispatcher() - Method in class org.restlet.ext.servlet.ServletContextAdapter
 
getClientPort() - Method in class org.restlet.ext.grizzly.GrizzlyServerCall
 
getClientPort() - Method in class org.restlet.ext.jetty.JettyCall
 
getClientPort() - Method in class org.restlet.ext.servlet.ServletCall
 
getClientPort() - Method in class org.restlet.ext.simple.SimpleCall
 
getCollections() - Method in class org.restlet.ext.atom.Workspace
Returns the list of collections.
getComponent() - Method in class org.restlet.ext.servlet.ServerServlet
Returns the component.
getConfig() - Method in class org.restlet.ext.xdb.XdbServletWarClientHelper
Returns the Servlet Config.
getConfiguration() - Method in class org.restlet.ext.freemarker.TemplateFilter
Returns the FreeMarker configuration.
getConnection(String, Properties, boolean) - Method in class org.restlet.ext.jdbc.JdbcClientHelper
Returns a JDBC connection.
getConnection() - Method in class org.restlet.ext.jetty.JettyCall
Returns the wrapped Jetty HTTP connection.
getConnection() - Method in class org.restlet.ext.net.HttpUrlConnectionCall
Returns the connection.
getConnection() - Method in class org.restlet.ext.simple.SimpleServerHelper
Returns the Simple connection.
getConnection() - Static method in class org.restlet.ext.xdb.XdbServerServlet
Returns a JDBC connection.
getConnectionManagerTimeout() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the timeout in milliseconds used when retrieving an HTTP connection from the HTTP connection manager.
getConsumer(OAuthMessage) - Method in class org.restlet.ext.oauth.MemoryOAuthProvider
 
getContent() - Method in class org.restlet.ext.atom.Entry
Returns the content of the entry or links to it.
getContent() - Method in class org.restlet.ext.atom.Text
Returns the content.
getContentLength() - Method in class org.restlet.ext.fileupload.RepresentationContext
Returns the content length of the form.
getContentType() - Method in class org.restlet.ext.fileupload.RepresentationContext
Returns the content type of the form.
getContextPath() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns the list of Java package names that contain schema derived class and/or Java to schema (JAXB-annotated) mapped classes
getContributors() - Method in class org.restlet.ext.atom.Entry
Returns the contributors to the entry.
getContributors() - Method in class org.restlet.ext.atom.Feed
Returns the contributors to the entry.
getContributors() - Method in class org.restlet.ext.atom.Source
Returns the contributors to the entry.
getConverter() - Method in class org.restlet.ext.spring.RestletFrameworkServlet
Provides access to the ServletConverter used to handle requests.
getDataModel() - Method in class org.restlet.ext.freemarker.TemplateRepresentation
Returns the template's data model.
getDefaultThreads() - Method in class org.restlet.ext.simple.SimpleServerHelper
Returns the default number of polling threads for a handler object.
getDefaultValue() - Method in class org.restlet.ext.wadl.ParameterInfo
Returns the default value of this parameter.
getDescription() - Method in class org.restlet.ext.spring.SpringResource
Returns the description.
getDocumentations() - Method in class org.restlet.ext.wadl.DocumentedInfo
Returns the list of documentation elements.
getEmail() - Method in class org.restlet.ext.atom.Person
Returns the email address associated with the person.
getEncoding() - Method in class org.restlet.ext.jibx.JibxRepresentation
Returns the document encoding to use for marshalling.
getEngine() - Method in class org.restlet.ext.velocity.TemplateRepresentation
Returns the Velocity engine.
getEntity(String) - Method in class org.restlet.ext.servlet.ServletWarClientHelper
 
getEntries() - Method in class org.restlet.ext.atom.Feed
Returns the individual entries, acting as a components for associated metadata and data.
getExtension() - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
 
getExtension() - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Returns the extension of the current uri, if available.
getExternalRef() - Method in class org.restlet.ext.atom.Content
Returns the reference to the external representation.
getExternalType() - Method in class org.restlet.ext.atom.Content
Returns the expected media type of the external content.
getFaults() - Method in class org.restlet.ext.wadl.ApplicationInfo
Returns the list of fault elements.
getFaults() - Method in class org.restlet.ext.wadl.ResponseInfo
Returns the list of faults (representations that denote an error condition).
getFeed() - Method in class org.restlet.ext.atom.Collection
Returns the feed representation.
getFixed() - Method in class org.restlet.ext.wadl.ParameterInfo
Returns the fixed value for the parameter.
getGeneratedKeys() - Method in class org.restlet.ext.jdbc.JdbcResult
Returns the generated keys.
getGenerator() - Method in class org.restlet.ext.atom.Feed
Returns the agent used to generate a feed.
getGenerator() - Method in class org.restlet.ext.atom.Source
Returns the agent used to generate a feed.
getGrammars() - Method in class org.restlet.ext.wadl.ApplicationInfo
Returns the grammar elements.
getGuard() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Returns the Guard
getHandler() - Method in class org.restlet.ext.simple.SimpleServerHelper
Returns the Simple pipeline handler.
getHeaderBufferSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the size of the buffer to be used for request and response headers.
getHelper() - Method in class org.restlet.ext.net.HttpUrlConnectionCall
Returns the HTTP client helper.
getHelper() - Method in class org.restlet.ext.simple.SimpleProtocolHandler
Returns the delegate Restlet server helper.
getHostDomain() - Method in class org.restlet.ext.servlet.ServletCall
Returns the server domain name.
getHostnameVerifier() - Method in class org.restlet.ext.net.HttpClientHelper
Returns the hostname verifier by looking up the "hostnameVerifier" attribute of the client's context.
getHref() - Method in class org.restlet.ext.atom.Collection
Returns the hypertext reference.
getHref() - Method in class org.restlet.ext.atom.Link
Returns the link's IRI.
getHrefLang() - Method in class org.restlet.ext.atom.Link
Returns the language of the resource pointed to by the href attribute.
getHtmlRepresentation() - Method in class org.restlet.ext.wadl.WadlRepresentation
Returns an HTML representation.
getHttpClient() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 
getHttpMethod() - Method in class org.restlet.ext.httpclient.HttpMethodCall
Returns the HTTP method.
getIcon() - Method in class org.restlet.ext.atom.Feed
Returns the image that provides iconic visual identification for a feed.
getIcon() - Method in class org.restlet.ext.atom.Source
Returns the image that provides iconic visual identification for a feed.
getId() - Method in class org.restlet.ext.atom.Entry
Returns the permanent, universally unique identifier for the entry.
getId() - Method in class org.restlet.ext.atom.Feed
Returns the permanent, universally unique identifier for the entry.
getId() - Method in class org.restlet.ext.atom.Source
Returns the permanent, universally unique identifier for the entry.
getIdentifier() - Method in class org.restlet.ext.wadl.MethodInfo
Returns the identifier for the method.
getIdentifier() - Method in class org.restlet.ext.wadl.ParameterInfo
Returns the identifier of this parameter element.
getIdentifier() - Method in class org.restlet.ext.wadl.RepresentationInfo
Returns the identifier for that element.
getIdentifier() - Method in class org.restlet.ext.wadl.ResourceInfo
Returns the identifier for that element.
getIdentifier() - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Returns the identifier for that element.
getIncludes() - Method in class org.restlet.ext.wadl.GrammarsInfo
Returns the list of include elements.
getInitParameter(String, String) - Method in class org.restlet.ext.servlet.ServerServlet
Returns the value of a given initialization parameter, first from the Servlet configuration, then from the Web Application context.
getInitParameter(String, String) - Method in class org.restlet.ext.xdb.XdbServerServlet
 
getInlineContent() - Method in class org.restlet.ext.atom.Content
Returns the representation for inline content.
getInputStream() - Method in class org.restlet.ext.fileupload.RepresentationContext
Returns the input stream.
getInputStream() - Method in class org.restlet.ext.spring.SpringResource
This implementation throws IllegalStateException if attempting to read the underlying stream multiple times.
getInstance(Class<T>) - Method in interface org.restlet.ext.jaxrs.ObjectFactory
Creates an instance of the given class.
If the concrete instance could not instantiate the given class, it could return null.
getInstance(Socket) - Method in class org.restlet.ext.simple.SimplePipelineFactory
 
getIoMaxIdleTimeMs() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the maximum time to wait on an idle IO operation.
getJaxRsRestlet() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Returns the used JaxRsRestlet.
getJdbcResult() - Method in class org.restlet.ext.jdbc.RowSetRepresentation
Returns the inner JdbcResult instance or null.
getKeyPassword() - Method in class org.restlet.ext.grizzly.HttpsServerHelper
Returns the SSL key password.
getKeyPassword() - Method in class org.restlet.ext.jetty.HttpsServerHelper
Returns the SSL key password.
getKeyPassword() - Method in class org.restlet.ext.simple.HttpsServerHelper
Returns the SSL key password.
getKeystorePassword() - Method in class org.restlet.ext.grizzly.HttpsServerHelper
Returns the SSL keystore password.
getKeystorePassword() - Method in class org.restlet.ext.jetty.HttpsServerHelper
Returns the SSL keystore password.
getKeystorePassword() - Method in class org.restlet.ext.simple.HttpsServerHelper
Returns the SSL keystore password.
getKeystorePath() - Method in class org.restlet.ext.grizzly.HttpsServerHelper
Returns the SSL keystore path.
getKeystorePath() - Method in class org.restlet.ext.jetty.HttpsServerHelper
Returns the SSL keystore path.
getKeystorePath() - Method in class org.restlet.ext.simple.HttpsServerHelper
Returns the SSL keystore path.
getKeystoreType() - Method in class org.restlet.ext.grizzly.HttpsServerHelper
Returns the SSL keystore type.
getKeystoreType() - Method in class org.restlet.ext.jetty.HttpsServerHelper
Returns the SSL keystore type.
getKeystoreType() - Method in class org.restlet.ext.simple.HttpsServerHelper
Returns the SSL keystore type.
getLabel() - Method in class org.restlet.ext.atom.Category
Returns the label.
getLanguage() - Method in class org.restlet.ext.wadl.DocumentationInfo
Returns the language of that documentation element.
getLastModified(Resource) - Method in class org.restlet.ext.velocity.RepresentationResourceLoader
 
getLength() - Method in class org.restlet.ext.atom.Link
Returns the advisory length of the linked content in octets.
getLink(Relation) - Method in class org.restlet.ext.atom.Entry
Returns the first available link with a given relation type.
getLink() - Method in class org.restlet.ext.wadl.ParameterInfo
Returns the link element.
getLinks() - Method in class org.restlet.ext.atom.Entry
Returns the references from the entry to Web resources.
getLinks() - Method in class org.restlet.ext.atom.Feed
Returns the references from the entry to Web resources.
getLinks() - Method in class org.restlet.ext.atom.Source
Returns the references from the entry to Web resources.
getLogo() - Method in class org.restlet.ext.atom.Feed
Returns the image that provides visual identification for a feed.
getLogo() - Method in class org.restlet.ext.atom.Source
Returns the image that provides visual identification for a feed.
getLowResourceMaxIdleTimeMs() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the time in ms that connections will persist if listener is low on resources.
getLowThreads() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the threshold of remaining threads at which the server is considered as running low on resources.
getMail(String) - Method in class org.restlet.ext.javamail.TriggerResource
Get the mail representation according to its identifier.
getMailboxChallengeScheme() - Method in class org.restlet.ext.javamail.TriggerResource
Returns the scheme of the mailbox challenge.
getMailboxLogin() - Method in class org.restlet.ext.javamail.TriggerResource
Returns the login for the mailbox.
getMailboxPassword() - Method in class org.restlet.ext.javamail.TriggerResource
Returns the password for the mailbox.
getMailboxUri() - Method in class org.restlet.ext.javamail.TriggerResource
Returns the URI of the mailbox.
getMailIdentifiers() - Method in class org.restlet.ext.javamail.TriggerResource
Returns the list of identifiers for the mails in the inbox
getMailRef(String) - Method in class org.restlet.ext.javamail.TriggerResource
Returns the reference of a mail according to its identifier.
getMailUriTemplate() - Method in class org.restlet.ext.javamail.TriggerResource
Returns the template of the mail's URI.
getMaxConnectionsPerHost() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the maximum number of connections that will be created for any particular host.
getMaxThreads() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the maximum threads that will service requests.
getMaxTotalConnections() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the maximum number of active connections.
getMaxWaitTimeMs() - Method in class org.restlet.ext.simple.SimpleServerHelper
Returns the maximum waiting time between polls of the input.
getMediaType() - Method in class org.restlet.ext.wadl.RepresentationInfo
Returns the media type of that element.
getMemberType() - Method in class org.restlet.ext.atom.Collection
Returns the type of members.
getMessage(Request) - Static method in class org.restlet.ext.oauth.OAuthHelper
Extract the parts of the given request that are relevant to OAuth.
getMethod() - Method in class org.restlet.ext.jetty.JettyCall
Returns the request method.
getMethod() - Method in class org.restlet.ext.servlet.ServletCall
Returns the request method.
getMethod() - Method in class org.restlet.ext.simple.SimpleCall
Returns the request method.
getMethod() - Method in class org.restlet.ext.xdb.XdbServletCall
 
getMethods() - Method in class org.restlet.ext.wadl.ApplicationInfo
Returns the list of method elements.
getMethods() - Method in class org.restlet.ext.wadl.ResourceInfo
Returns the list of supported methods.
getMethods() - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Returns the list of supported methods.
getMinThreads() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the minimum threads waiting to service requests.
getMixedContent() - Method in class org.restlet.ext.wadl.DocumentationInfo
Returns the mixed content of that element.
getName() - Method in class org.restlet.ext.atom.Generator
Returns the human-readable name for the generating agent.
getName() - Method in class org.restlet.ext.atom.Person
Returns the human-readable name.
getName() - Method in class org.restlet.ext.servlet.ServletWarEntity
 
getName() - Method in class org.restlet.ext.wadl.MethodInfo
Returns the name of the method.
getName() - Method in class org.restlet.ext.wadl.ParameterInfo
Returns the name of this element.
getNamespaces() - Method in class org.restlet.ext.wadl.ApplicationInfo
Returns the map of namespaces used in the WADL document.
getNoResMethodHandler() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Returns the Restlet that is called, if no resource method class could be found.
getNoResourceClHandler() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Returns the Restlet that is called, if no resource class could be found.
getNoRootResClHandler() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Returns the Restlet that is called, if no root resource class could be found.
getObject() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns the wrapped Java object.
getObject() - Method in class org.restlet.ext.jibx.JibxRepresentation
Returns the wrapped Java object.
getObjectFactory() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Returns the ObjectFactory for root resource class and provider instantiation, if given.
getObjectFactory() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Returns the ObjectFactory for root resource class and provider instantiation, if given.
getOptions() - Method in class org.restlet.ext.wadl.ParameterInfo
Returns the list of option elements for that element.
getParameters(Request) - Static method in class org.restlet.ext.oauth.OAuthHelper
Translate request parameters into OAuth.Parameter objects.
getParameters() - Method in class org.restlet.ext.wadl.RepresentationInfo
Returns the list of parameters.
getParameters() - Method in class org.restlet.ext.wadl.RequestInfo
Returns the list of parameters.
getParameters() - Method in class org.restlet.ext.wadl.ResourceInfo
Returns the list of parameters.
getParameters() - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Returns the list of parameters.
getParameters() - Method in class org.restlet.ext.wadl.ResponseInfo
Returns the list of parameters.
getParametersInfo() - Method in class org.restlet.ext.wadl.WadlResource
Returns the description of the parameters of this resource.
getParent() - Method in class org.restlet.ext.servlet.ServletWarEntity
 
getPath() - Method in class org.restlet.ext.wadl.ParameterInfo
Returns the path to the value of this parameter (within a parent representation).
getPath() - Method in class org.restlet.ext.wadl.ResourceInfo
Returns the URI template for the identifier of the resource.
getPreferredWadlVariant(ClientInfo) - Method in class org.restlet.ext.wadl.WadlApplication
Returns the preferred WADL variant according to the client preferences specified in the request.
getPreferredWadlVariant() - Method in class org.restlet.ext.wadl.WadlResource
Returns the preferred WADL variant according to the client preferences specified in the request.
getProfiles() - Method in class org.restlet.ext.wadl.RepresentationInfo
Returns the list of locations of one or more meta data profiles.
getPropertyConfigRefs() - Method in class org.restlet.ext.spring.SpringContext
Returns the modifiable list of configuration URIs for beans definitions via property representations.
getProtocol() - Method in class org.restlet.ext.servlet.ServletCall
Returns the server protocol.
getProtocol() - Method in class org.restlet.ext.xdb.XdbServletCall
 
getPublished() - Method in class org.restlet.ext.atom.Entry
Returns the moment associated with an event early in the life cycle of the entry.
getQueryType() - Method in class org.restlet.ext.wadl.ResourceInfo
Returns the media type for the query component of the resource URI.
getReadTimeout() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the read timeout value.
getReadTimeout() - Method in class org.restlet.ext.net.HttpClientHelper
Returns the read timeout value.
getReasonPhrase() - Method in class org.restlet.ext.httpclient.HttpMethodCall
Returns the response reason phrase.
getReasonPhrase() - Method in class org.restlet.ext.net.HttpUrlConnectionCall
Returns the response reason phrase.
getReference() - Method in class org.restlet.ext.atom.Service
Returns the hypertext reference.
getRel() - Method in class org.restlet.ext.atom.Link
Returns the link's relation type.
getRelationship() - Method in class org.restlet.ext.wadl.LinkInfo
Returns the relationship attribute value.
getRepresentation(InputStream) - Method in class org.restlet.ext.net.HttpUrlConnectionCall
 
getRepresentation(MediaType, int) - Method in class org.restlet.ext.servlet.ServletWarEntity
 
getRepresentationMessageClass() - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Returns the full name of the class used for generating JavaMail Message instances from an XML representation and a JavaMail Session.
getRepresentations() - Method in class org.restlet.ext.wadl.ApplicationInfo
Returns the list of representation elements.
getRepresentations() - Method in class org.restlet.ext.wadl.RequestInfo
Returns the list of supported input representations.
getRepresentations() - Method in class org.restlet.ext.wadl.ResponseInfo
Returns the list of representations
getRequest(Request) - Static method in class org.restlet.ext.servlet.ServletCall
Returns the Servlet request that was used to generate the given Restlet request.
getRequest() - Method in class org.restlet.ext.servlet.ServletCall
Returns the HTTP Servlet request.
getRequest() - Method in class org.restlet.ext.wadl.MethodInfo
Returns the input to the method.
getRequest() - Method in class org.restlet.ext.xdb.XdbServletCall
Returns the HTTP Servlet request.
getRequestBufferSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the size of the content buffer for receiving requests.
getRequestEntityChannel(long) - Method in class org.restlet.ext.grizzly.GrizzlyServerCall
 
getRequestEntityChannel() - Method in class org.restlet.ext.httpclient.HttpMethodCall
 
getRequestEntityChannel(long) - Method in class org.restlet.ext.jetty.JettyCall
 
getRequestEntityChannel() - Method in class org.restlet.ext.net.HttpUrlConnectionCall
 
getRequestEntityChannel(long) - Method in class org.restlet.ext.servlet.ServletCall
 
getRequestEntityChannel(long) - Method in class org.restlet.ext.simple.SimpleCall
 
getRequestEntityChannel(long) - Method in class org.restlet.ext.xdb.XdbServletCall
 
getRequestEntityStream(long) - Method in class org.restlet.ext.grizzly.GrizzlyServerCall
 
getRequestEntityStream() - Method in class org.restlet.ext.httpclient.HttpMethodCall
 
getRequestEntityStream(long) - Method in class org.restlet.ext.jetty.JettyCall
 
getRequestEntityStream() - Method in class org.restlet.ext.net.HttpUrlConnectionCall
 
getRequestEntityStream(long) - Method in class org.restlet.ext.servlet.ServletCall
 
getRequestEntityStream(long) - Method in class org.restlet.ext.simple.SimpleCall
 
getRequestEntityStream(long) - Method in class org.restlet.ext.xdb.XdbServletCall
 
getRequestHeadChannel() - Method in class org.restlet.ext.grizzly.