A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- activate(ComponentContext) - Method in class org.restlet.ext.osgi.BaseApplicationProvider
 - 
Called by OSGi DS to activate the service after the router provider has been bound
 - activate(ComponentContext) - Method in class org.restlet.ext.osgi.BaseDirectoryProvider
 - 
Called by OSGi DS to activate the service
 - activate(ComponentContext) - Method in class org.restlet.ext.osgi.BaseResourceProvider
 - 
Called by OSGi DS to activate the service
 - add(String, String) - Method in class org.restlet.ext.html.FormDataSet
 - 
Adds a new form data entry.
 - add(String, String, Reference) - Method in class org.restlet.ext.rdf.Graph
 - 
Creates then adds a link.
 - add(String, String, Literal) - Method in class org.restlet.ext.rdf.Graph
 - 
Creates then adds a link.
 - add(String, Reference, Reference) - Method in class org.restlet.ext.rdf.Graph
 - 
Creates then adds a link.
 - add(String, Reference, Literal) - Method in class org.restlet.ext.rdf.Graph
 - 
Creates then adds a link.
 - add(Reference, String, Reference) - Method in class org.restlet.ext.rdf.Graph
 - 
Creates then adds a link.
 - add(Reference, String, Literal) - Method in class org.restlet.ext.rdf.Graph
 - 
Creates then adds a link.
 - add(Reference, Reference, Reference) - Method in class org.restlet.ext.rdf.Graph
 - 
Creates then adds a link.
 - add(Reference, Reference, Literal) - Method in class org.restlet.ext.rdf.Graph
 - 
Creates then adds a link.
 - add(Graph, Reference, Reference) - Method in class org.restlet.ext.rdf.Graph
 - 
Creates then adds a link.
 - add(Graph, Reference, Literal) - Method in class org.restlet.ext.rdf.Graph
 - 
Creates then adds a link.
 - addEntity(String, Object) - Method in class org.restlet.ext.odata.Service
 - 
Adds an entity to an entity set.
 - addLink(Object, String, Object) - Method in class org.restlet.ext.odata.Service
 - 
Adds an association between the source and the target entity via the given property name.
 - addLiteral(String, String, String) - Method in class org.restlet.ext.rdf.Graph
 - 
Creates then adds a link.
 - addLiteral(Graph, String, String) - Method in class org.restlet.ext.rdf.Graph
 - 
Creates then adds a link.
 - addParameter(String, String) - Method in class org.restlet.ext.odata.Query
 - 
Creates a new Query with the query parameter set in the URI generated by the returned query.
 - addParameters(Series<Parameter>) - Method in class org.restlet.ext.odata.Query
 - 
Creates a new Query with the query parameter set in the URI generated by the returned query.
 - addReference(String, String, String) - Method in class org.restlet.ext.rdf.Graph
 - 
Creates then adds a link.
 - addReference(Graph, String, String) - Method in class org.restlet.ext.rdf.Graph
 - 
Creates then adds a link.
 - afterHandle(Request, Response) - Method in class org.restlet.ext.freemarker.TemplateFilter
 - afterHandle(Request, Response) - Method in class org.restlet.ext.json.JsonpFilter
 - 
Assumes that there is a "callback" query parameter available in the URI query string, containing the name of the JavaScript callback method.
 - afterHandle(Request, Response) - Method in class org.restlet.ext.thymeleaf.TemplateFilter
 - afterHandle(Request, Response) - Method in class org.restlet.ext.velocity.TemplateFilter
 - afterHandle(Request, Response) - Method in class org.restlet.ext.xml.Transformer
 - ALTERNATE - Static variable in class org.restlet.ext.atom.Relation
 - 
Signifies that the IRI in the value of the href attribute identifies an alternate version of the resource described by the containing element.
 - APP_NAMESPACE - Static variable in class org.restlet.ext.atom.Service
 - 
Atom Publishing Protocol 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.
 - ApplicationProvider - Interface in org.restlet.ext.osgi
 - 
This is an OSGi service interface for registering Restlet applications with a server servlet.
 - ApplicationServlet - Class in org.restlet.ext.servlet
 - ApplicationServlet(ApplicationProvider) - Constructor for class org.restlet.ext.servlet.ApplicationServlet
 - ATOM_NAMESPACE - Static variable in class org.restlet.ext.atom.Feed
 - 
Atom Syndication Format namespace.
 - AtomConverter - Class in org.restlet.ext.atom
 - 
Converter between the Atom API and Representation classes.
 - AtomConverter() - Constructor for class org.restlet.ext.atom.AtomConverter
 - attachResource(String, String, BeanFactory) - Method in class org.restlet.ext.spring.SpringBeanRouter
 - 
Attaches the named resource bean at the given URI, creating a finder for it via
SpringBeanRouter.createFinder(BeanFactory, String). - attachRestlet(String, String, BeanFactory) - Method in class org.restlet.ext.spring.SpringBeanRouter
 - 
Attaches the named restlet bean directly at the given URI.
 - attemptRedirect(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Attempts to redirect the user's browser to the URI provided in a query parameter named by
CookieAuthenticator.getRedirectQueryName(). - authenticate(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Restores credentials from the cookie named
CookieAuthenticator.getCookieName()if available. - authenticated(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Sets or updates the credentials cookie.
 - AwsAuthenticator - Class in org.restlet.ext.crypto
 - 
Authenticator supporting the
ChallengeScheme.HTTP_AWS_S3scheme. - AwsAuthenticator(Context, boolean, String) - Constructor for class org.restlet.ext.crypto.AwsAuthenticator
 - 
Creates a new HttpAwsS3Authenticator instance.
 - AwsAuthenticator(Context, boolean, String, Verifier) - Constructor for class org.restlet.ext.crypto.AwsAuthenticator
 - 
Creates a new HttpAwsS3Authenticator instance.
 - AwsAuthenticator(Context, String) - Constructor for class org.restlet.ext.crypto.AwsAuthenticator
 - 
Creates a new HttpAwsS3Authenticator instance.
 
B
- BaseApplicationProvider - Class in org.restlet.ext.osgi
 - 
This class provides an implementation of
ApplicationProvider. - BaseApplicationProvider() - Constructor for class org.restlet.ext.osgi.BaseApplicationProvider
 - BaseDirectoryProvider - Class in org.restlet.ext.osgi
 - 
This class provides an implementation of
DirectoryProvider. - BaseDirectoryProvider() - Constructor for class org.restlet.ext.osgi.BaseDirectoryProvider
 - BaseFilterProvider - Class in org.restlet.ext.osgi
 - 
This class provides an implementation of
FilterProvider. - BaseFilterProvider() - Constructor for class org.restlet.ext.osgi.BaseFilterProvider
 - BaseResourceProvider - Class in org.restlet.ext.osgi
 - 
This class provides an implementation of
ResourceProvider. - BaseResourceProvider() - Constructor for class org.restlet.ext.osgi.BaseResourceProvider
 - BaseRestletProvider - Class in org.restlet.ext.osgi
 - 
This is the base class for the other providers.
 - BaseRestletProvider() - Constructor for class org.restlet.ext.osgi.BaseRestletProvider
 - BaseRouterProvider - Class in org.restlet.ext.osgi
 - 
This class provides an implementation of
RouterProvider. - BaseRouterProvider() - Constructor for class org.restlet.ext.osgi.BaseRouterProvider
 - beforeHandle(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Optionally handles the login and logout actions by intercepting the HTTP calls to the
CookieAuthenticator.getLoginPath()andCookieAuthenticator.getLogoutPath()URIs. - beforeHandle(Request, Response) - Method in class org.restlet.ext.xml.Transformer
 - bindApplicationProvider(ApplicationProvider) - Method in class org.restlet.ext.servlet.RestletServletService
 - bindDefaultResourceProvider(ResourceProvider) - Method in class org.restlet.ext.osgi.BaseRouterProvider
 - 
Called by OSGi DS to inject the default resource provider service
 - bindDefaultRouterProvider(RouterProvider) - Method in class org.restlet.ext.osgi.BaseRouterProvider
 - 
Called by OSGi DS to inject the default router provider service
 - bindDirectoryProvider(DirectoryProvider) - Method in class org.restlet.ext.osgi.BaseRouterProvider
 - 
Called by OSGi DS to inject the directory provider service
 - bindFilterProvider(FilterProvider) - Method in class org.restlet.ext.osgi.BaseRestletProvider
 - 
Called by OSGi DS to inject the filter provider service
 - bindHttpService(HttpService) - Method in class org.restlet.ext.servlet.RestletServletService
 - bindLogService(LogService) - Method in class org.restlet.ext.servlet.RestletServletService
 - bindResourceProvider(ResourceProvider) - Method in class org.restlet.ext.osgi.BaseRouterProvider
 - 
Called by OSGi DS to inject the resource provider service
 - bindRouterProvider(RouterProvider) - Method in class org.restlet.ext.osgi.BaseApplicationProvider
 - 
Called by OSGi DS to inject the router provider service
 
C
- canTransform(Representation) - Method in class org.restlet.ext.xml.Transformer
 - 
Indicates if the filter can transform the given message entity.
 - Categories - Class in org.restlet.ext.atom
 - 
Collection of
Categoryentries. - Categories(String) - Constructor for class org.restlet.ext.atom.Categories
 - 
Constructor.
 - Categories(Client, String) - Constructor for class org.restlet.ext.atom.Categories
 - 
Constructor.
 - Categories(Context, String) - Constructor for class org.restlet.ext.atom.Categories
 - 
Constructor.
 - Categories(Representation) - Constructor for class org.restlet.ext.atom.Categories
 - 
Constructor.
 - 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.
 - challenge(Response, boolean) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
This method should be overridden to return a login form representation.
By default, it redirects the user's browser to theCookieAuthenticator.getLoginFormPath()URI, adding the URI of the target resource as a query parameter of nameCookieAuthenticator.getRedirectQueryName().
In case the getLoginFormPath() is not set, it calls the parent's method. - ChallengeCallbackHandler - Class in org.restlet.ext.jaas
 - 
JAAS callback handler that automatically provides the identifier and secret when asked by login modules.
 - ChallengeCallbackHandler(Request, Response) - Constructor for class org.restlet.ext.jaas.ChallengeCallbackHandler
 - 
Constructor.
 - characters(char[], int, int) - Method in class org.restlet.ext.atom.EntryReader
 - characters(char[], int, int) - Method in class org.restlet.ext.atom.FeedReader
 - characters(char[], int, int) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Write character data.
 - characters(String) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Write a string of character data, with XML escaping.
 - clear() - Static method in class org.restlet.ext.osgi.ObapClientHelper
 - 
Clears the registry of bundles.
 - closeTemplateSource(Object) - Method in class org.restlet.ext.freemarker.ContextTemplateLoader
 - 
Close the template source.
 - 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.
 - 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.
 - config(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 - 
Logs a configuration message.
 - configure() - Method in class org.restlet.ext.guice.RestletGuice.Module
 - configure() - Method in class org.restlet.ext.guice.SelfInjectingServerResourceModule
 - configure(SchemeRegistry) - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Configures the scheme registry.
 - configure(DefaultHttpClient) - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Configures the HTTP client.
 - configure(HttpParams) - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Configures the various parameters of the connection manager and the HTTP client.
 - 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.
 - context - Variable in class org.restlet.ext.thymeleaf.TemplateRepresentation
 - 
The template's data model.
 - ContextTemplateLoader - Class in org.restlet.ext.freemarker
 - 
FreeMarker template loader based on a Context's client dispatcher.
 - ContextTemplateLoader(Context, String) - Constructor for class org.restlet.ext.freemarker.ContextTemplateLoader
 - 
Constructor.
 - ContextTemplateLoader(Context, Reference) - Constructor for class org.restlet.ext.freemarker.ContextTemplateLoader
 - 
Constructor.
 - CookieAuthenticator - Class in org.restlet.ext.crypto
 - 
Challenge authenticator based on browser cookies.
 - CookieAuthenticator(Context, boolean, String, byte[]) - Constructor for class org.restlet.ext.crypto.CookieAuthenticator
 - 
Constructor.
 - CookieAuthenticator(Context, String, byte[]) - Constructor for class org.restlet.ext.crypto.CookieAuthenticator
 - 
Constructor for mandatory cookie authenticators.
 - Couple<T,U> - Class in org.restlet.ext.rdf
 - 
Relationship between two typed objects.
 - Couple(T, U) - Constructor for class org.restlet.ext.rdf.Couple
 - 
Constructor.
 - create() - Method in class org.restlet.ext.spring.SpringBeanFinder
 - create() - Method in class org.restlet.ext.spring.SpringFinder
 - 
Creates a new instance of the
ServerResourceclass designated by the "targetClass" property. - create(Class<? extends ServerResource>, Request, Response) - Method in class org.restlet.ext.spring.SpringFinder
 - 
Calls the
SpringFinder.create()method that can be configured as a lookup method in Spring. - create(MediaType, T) - Method in class org.restlet.ext.jackson.JacksonConverter
 - 
Creates the marshaling
JacksonRepresentation. - create(Representation, Class<T>) - Method in class org.restlet.ext.gson.GsonConverter
 - 
Creates the unmarshaling
GsonRepresentation. - create(Representation, Class<T>) - Method in class org.restlet.ext.jackson.JacksonConverter
 - 
Creates the unmarshaling
JacksonRepresentation. - create(Request) - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Creates a low-level HTTP client call from a high-level uniform call.
 - create(Request) - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
Creates a low-level HTTP client call from a high-level uniform call.
 - create(Request, Response) - Method in class org.restlet.ext.spring.SpringFinder
 - create(T) - Method in class org.restlet.ext.gson.GsonConverter
 - 
Creates the marshaling
GsonRepresentation. - createApplication(Context) - Method in interface org.restlet.ext.osgi.ApplicationProvider
 - createApplication(Context) - Method in class org.restlet.ext.osgi.BaseApplicationProvider
 - createApplication(Context) - Method in class org.restlet.ext.servlet.ApplicationServlet
 - 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.
 - createBlankRef(String) - Static method in class org.restlet.ext.rdf.Link
 - 
Creates a reference to a blank node.
 - createBuilder() - Method in class org.restlet.ext.gson.GsonRepresentation
 - 
Returns a new instance of the builder for Gson instances.
 - createBuilder(Graph) - Method in class org.restlet.ext.rdf.RdfRepresentation
 - 
Returns an instance of a graph handler used when parsing the inner RDF representation.
 - 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.
 - createCallbackHandler(Request, Response) - Method in class org.restlet.ext.jaas.JaasVerifier
 - 
Creates a callback handler for the given parameters.
 - createChallengeRequest(boolean) - Method in class org.restlet.ext.crypto.DigestAuthenticator
 - createClientConnectionManager(HttpParams, SchemeRegistry) - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Creates the connection manager.
 - 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.
 - createConnectionFactories(HttpConfiguration) - Method in class org.restlet.ext.jetty.HttpServerHelper
 - createConnectionFactories(HttpConfiguration) - Method in class org.restlet.ext.jetty.HttpsServerHelper
 - 
Creates new internal Jetty connection factories.
 - createConnectionFactories(HttpConfiguration) - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Creates new internal Jetty connection factories.
 - createContext() - Method in class org.restlet.ext.spring.RestletFrameworkServlet
 - 
Creates the Restlet
Contextto use if the target application does not already have a context associated, or if the target restlet is not anApplicationat all. - createCsvSchema(CsvMapper) - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Creates a Jackson CSV schema based on a mapper and the current object class.
 - createDataModel(Request, Response) - Method in class org.restlet.ext.freemarker.TemplateFilter
 - 
Creates the FreeMarker data model for a given call.
 - createDirectory(Context) - Method in class org.restlet.ext.osgi.BaseDirectoryProvider
 - 
Creates the Restlet Directory instance using the rootUri, indexName, deeplyAccessible, modifiable, and negotiatingContent service properties
 - createFilter(Context) - Method in class org.restlet.ext.osgi.BaseFilterProvider
 - 
Called to construct the actual filter instance.
 - createFinder(Class<? extends ServerResource>) - Method in class org.restlet.ext.guice.ResourceInjectingApplication
 - createFinder(Context) - Method in class org.restlet.ext.osgi.BaseResourceProvider
 - createFinder(BeanFactory, String) - Method in class org.restlet.ext.spring.SpringBeanRouter
 - 
Creates an instance of
SpringBeanFinder. - createInjector(Module...) - Static method in class org.restlet.ext.guice.RestletGuice
 - 
Creates an instance of
Injectorfrom the given modules withFinderFactorybound to an implementation that uses the injector's bindings to create Finder instances. - createInjector(Stage, Module...) - Static method in class org.restlet.ext.guice.RestletGuice
 - 
Creates an instance of
Injectorin the givenStagefrom the given modules withFinderFactorybound to an implementation that uses the injector's bindings to createFinderinstances. - createInjector(Stage, Iterable<Module>) - Static method in class org.restlet.ext.guice.RestletGuice
 - 
Creates an instance of
Injectorin the givenStagefrom the given modules withFinderFactorybound to an implementation that uses the injector's bindings to createFinderinstances. - createInjector(Iterable<Module>) - Static method in class org.restlet.ext.guice.RestletGuice
 - 
Creates an instance of
Injectorfrom the given modules withFinderFactorybound to an implementation that uses the injector's bindings to create Finder instances. - createObjectMapper() - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Creates a Jackson object mapper based on a media type.
 - createObjectReader() - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Creates a Jackson object reader based on a mapper.
 - createObjectWriter() - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Creates a Jackson object writer based on a mapper.
 - createQuery(String, Class<T>) - Method in class org.restlet.ext.odata.Service
 - 
Creates a query to a specific entity hosted by this service.
 - createResource(String) - Method in class org.restlet.ext.odata.Service
 - 
Returns an instance of
ClientResourcegiven a path (relative to the service reference). - createResource(Reference) - Method in class org.restlet.ext.odata.Service
 - 
Returns an instance of
ClientResourcegiven an absolute reference. - createRouter(Context) - Method in class org.restlet.ext.osgi.BaseRouterProvider
 - createServer(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
 - 
Creates the associated HTTP server handling calls.
 - createSubject(ClientInfo) - Static method in class org.restlet.ext.jaas.JaasUtils
 - 
Creates a JAAS subject based on a given
ClientInfo. - createTargetUri() - Method in class org.restlet.ext.odata.Query
 - 
Returns the complete target URI reference for this query.
 - createTemplateEngine() - Static method in class org.restlet.ext.thymeleaf.TemplateRepresentation
 - 
Returns a new instance of
TemplateEnginebased by default on aITemplateResolverreturned by callingTemplateRepresentation.createTemplateResolver(). - createTemplateEngine(ITemplateResolver) - Static method in class org.restlet.ext.thymeleaf.TemplateRepresentation
 - 
Returns a new instance of
TemplateEnginebased by default on aITemplateResolverreturned by callingTemplateRepresentation.createTemplateResolver(). - createTemplateResolver() - Static method in class org.restlet.ext.thymeleaf.TemplateRepresentation
 - 
Returns a new instance of
ITemplateResolverwith default configuration (XHTML template model, templates located inside "/WEB-INF/templates/", suffixed by ".html". - createTransformer() - Method in class org.restlet.ext.xml.DomRepresentation
 - 
Creates a new JAXP Transformer object that will be used to serialize this DOM.
 - createWarClient(Context, ServletConfig) - Method in class org.restlet.ext.servlet.ServerServlet
 - 
Creates a new client for the WAR protocol.
 - createWriter(MediaType, Writer) - Method in class org.restlet.ext.rdf.RdfRepresentation
 - 
Returns an instance of a graph handler used when writing the inner set of links.
 - CURRENT - Static variable in class org.restlet.ext.atom.Relation
 - 
Signifies that the IRI returns a feed document containing the most recent entries in the feed.
 
D
- dataElement(String, String) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Write an element with character data content but no attributes or Namespace URI.
 - dataElement(String, String, String) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Write an element with character data content but no attributes.
 - dataElement(String, String, String, Attributes, String) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Write an element with character data content.
 - deleteEntity(Object) - Method in class org.restlet.ext.odata.Service
 - 
Deletes an entity.
 - deleteEntity(String) - Method in class org.restlet.ext.odata.Service
 - 
Deletes an entity.
 - deleteLink(Object, String, Object) - Method in class org.restlet.ext.odata.Service
 - 
Removes the association between a source entity and a target entity via the given property name.
 - deleteResource(String) - Method in class org.restlet.ext.atom.Service
 - 
Deletes a resource.
 - DESCRIBED_BY - Static variable in class org.restlet.ext.atom.Relation
 - 
Relationship that asserts that resource B provides a description of resource A.
 - destroy() - Method in class org.restlet.ext.servlet.ServerServlet
 - digest(char[], String) - Static method in class org.restlet.ext.crypto.DigestUtils
 - 
Returns the digest of the target string.
 - digest(String, char[], String) - Method in class org.restlet.ext.crypto.DigestVerifier
 - 
Computes the digest of a secret according to a specified algorithm.
 - digest(String, String) - Static method in class org.restlet.ext.crypto.DigestUtils
 - 
Returns the digest of the target string.
 - DigestAuthenticator - Class in org.restlet.ext.crypto
 - 
Authenticator supporting the digest challenge authentication schemes.
 - DigestAuthenticator(Context, boolean, String, List<Reference>, String) - Constructor for class org.restlet.ext.crypto.DigestAuthenticator
 - 
Constructor.
 - DigestAuthenticator(Context, String, String) - Constructor for class org.restlet.ext.crypto.DigestAuthenticator
 - 
Constructor.
 - DigestUtils - Class in org.restlet.ext.crypto
 - 
Security data manipulation utilities.
 - DigestVerifier<T extends org.restlet.security.SecretVerifier> - Class in org.restlet.ext.crypto
 - 
Wrapper verifier that can verify digested secrets.
 - DigestVerifier(String, T, String) - Constructor for class org.restlet.ext.crypto.DigestVerifier
 - 
Constructor.
 - DirectoryProvider - Interface in org.restlet.ext.osgi
 - 
This is an OSGi service interface for registering Restlet directories with a router.
 - doAsPriviledged(ClientInfo, PrivilegedAction<T>) - Static method in class org.restlet.ext.jaas.JaasUtils
 - 
Creates a JAAS subject on the
ClientInfoand uses it to run the action, usingSubject.doAsPrivileged(Subject, PrivilegedAction, AccessControlContext). - doAsPriviledged(ClientInfo, PrivilegedAction<T>, AccessControlContext) - Static method in class org.restlet.ext.jaas.JaasUtils
 - 
Creates a JAAS subject on the
ClientInfoand uses it to run the action, usingSubject.doAsPrivileged(Subject, PrivilegedAction, AccessControlContext). - doCreateApplication(Context) - Method in class org.restlet.ext.osgi.BaseApplicationProvider
 - 
Called to construct the actual application instance.
 - doInit() - Method in class org.restlet.ext.guice.SelfInjectingServerResource
 - 
Subclasseses overriding this method must call
super.doInit()first. - DomRepresentation - Class in org.restlet.ext.xml
 - 
XML representation based on a DOM document.
 - DomRepresentation() - Constructor for class org.restlet.ext.xml.DomRepresentation
 - 
Default constructor.
 - DomRepresentation(MediaType) - Constructor for class org.restlet.ext.xml.DomRepresentation
 - 
Constructor for an empty document.
 - DomRepresentation(MediaType, Document) - Constructor for class org.restlet.ext.xml.DomRepresentation
 - 
Constructor from an existing DOM document.
 - DomRepresentation(Representation) - Constructor for class org.restlet.ext.xml.DomRepresentation
 - 
Constructor.
 - doService(HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.spring.RestletFrameworkServlet
 - DynamicFinder - Class in org.restlet.ext.osgi
 - 
This class allows Restlet to lazily load resources in an OSGi environment.
 - DynamicFinder(Bundle, String) - Constructor for class org.restlet.ext.osgi.DynamicFinder
 - DynamicFinder(Bundle, String, LogService) - Constructor for class org.restlet.ext.osgi.DynamicFinder
 
E
- EDIT - Static variable in class org.restlet.ext.atom.Relation
 - 
Signifies that the IRI in the value of the href attribute identifies a resource that is able to edit the current resource.
 - EDIT_MEDIA - Static variable in class org.restlet.ext.atom.Relation
 - 
An IRI of an editable Media Resource.
 - emptyElement(String) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Add an empty element without a Namespace URI, qname or attributes.
 - emptyElement(String, String) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Add an empty element without a qname or attributes.
 - emptyElement(String, String, String, Attributes) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Write an empty element.
 - ENCLOSURE - Static variable in class org.restlet.ext.atom.Relation
 - 
Signifies that the IRI in the value of the href attribute identifies a related resource that is potentially large in size and might require special handling.
 - encode() - Method in class org.restlet.ext.html.FormDataSet
 - 
Encodes the form using the standard HTML form encoding mechanism and the UTF-8 character set.
 - encode(boolean) - Method in class org.restlet.ext.html.FormData
 - 
Encodes the parameter as a string.
 - encode(boolean) - Method in class org.restlet.ext.html.FormDataSet
 - 
Encodes the form using the standard URI encoding mechanism and the UTF-8 character set.
 - encode(char, boolean) - Method in class org.restlet.ext.html.FormDataSet
 - 
URL encodes the form.
 - encode(Appendable, boolean) - Method in class org.restlet.ext.html.FormData
 - 
Encodes the parameter into the target buffer.
 - endContent(Content) - Method in class org.restlet.ext.atom.EntryReader
 - 
Called at the end of the XML block that defines the given content element.
 - endContent(Content) - Method in class org.restlet.ext.atom.FeedReader
 - 
Called at the end of the XML block that defines the given content element.
 - endDocument() - Method in class org.restlet.ext.atom.EntryReader
 - endDocument() - Method in class org.restlet.ext.atom.FeedReader
 - endDocument() - Method in class org.restlet.ext.xml.XmlWriter
 - 
Write a newline at the end of the document.
 - endElement(String) - Method in class org.restlet.ext.xml.XmlWriter
 - 
End an element without a Namespace URI or qname.
 - endElement(String, String) - Method in class org.restlet.ext.xml.XmlWriter
 - 
End an element without a qname.
 - endElement(String, String, String) - Method in class org.restlet.ext.atom.EntryReader
 - endElement(String, String, String) - Method in class org.restlet.ext.atom.FeedReader
 - endElement(String, String, String) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Write an end tag.
 - endEntry(Entry) - Method in class org.restlet.ext.atom.EntryReader
 - 
Called at the end of the XML block that defines the given entry.
 - endEntry(Entry) - Method in class org.restlet.ext.atom.FeedReader
 - 
Called at the end of the XML block that defines the given entry.
 - endFeed(Feed) - Method in class org.restlet.ext.atom.FeedReader
 - 
Called at the end of the XML block that defines the given feed.
 - endGraph() - Method in class org.restlet.ext.rdf.GraphHandler
 - 
Callback method used after the graph is parsed or written.
 - endLink(Link) - Method in class org.restlet.ext.atom.EntryReader
 - 
Called at the end of the XML block that defines the given link.
 - endLink(Link) - Method in class org.restlet.ext.atom.FeedReader
 - 
Called at the end of the XML block that defines the given link.
 - endPrefixMapping(String) - Method in class org.restlet.ext.atom.EntryReader
 - endPrefixMapping(String) - Method in class org.restlet.ext.atom.FeedReader
 - endPrefixMapping(String) - Method in class org.restlet.ext.rdf.GraphHandler
 - 
Callback method used at the end of a Namespace mapping.
 - 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.
 - Entry(String) - Constructor for class org.restlet.ext.atom.Entry
 - 
Constructor.
 - Entry(Client, String) - Constructor for class org.restlet.ext.atom.Entry
 - 
Constructor.
 - Entry(Context, String) - Constructor for class org.restlet.ext.atom.Entry
 - 
Constructor.
 - Entry(Representation) - Constructor for class org.restlet.ext.atom.Entry
 - 
Constructor.
 - Entry(Representation, EntryReader) - Constructor for class org.restlet.ext.atom.Entry
 - 
Constructor.
 - EntryReader - Class in org.restlet.ext.atom
 - 
Content reader for entries that is able to transmit events to another EntryReader.
 - EntryReader() - Constructor for class org.restlet.ext.atom.EntryReader
 - 
Constructor.
 - EntryReader(EntryReader) - Constructor for class org.restlet.ext.atom.EntryReader
 - 
Constructor.
 - equals(Object) - Method in class org.restlet.ext.atom.Relation
 - equals(Object) - Method in class org.restlet.ext.rdf.Couple
 - equals(Object) - Method in class org.restlet.ext.rdf.Triple
 - equals(Object) - Method in class org.restlet.ext.spring.SpringResource
 - 
This implementation compares the underlying InputStream.
 - error(SAXParseException) - Method in class org.restlet.ext.atom.EntryReader
 - error(SAXParseException) - Method in class org.restlet.ext.atom.FeedReader
 - execute() - Method in class org.restlet.ext.odata.Query
 - 
Executes the query.
 - exists() - Method in class org.restlet.ext.spring.SpringResource
 - 
This implementation always returns
true. - expand(String) - Method in class org.restlet.ext.odata.Query
 - 
Creates a new Query with the $expand option set in the URI generated by the returned query.
 
F
- fatalError(SAXParseException) - Method in class org.restlet.ext.atom.EntryReader
 - fatalError(SAXParseException) - Method in class org.restlet.ext.atom.FeedReader
 - 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(String) - Constructor for class org.restlet.ext.atom.Feed
 - 
Constructor.
 - Feed(Client, String) - Constructor for class org.restlet.ext.atom.Feed
 - 
Constructor.
 - Feed(Context, String) - Constructor for class org.restlet.ext.atom.Feed
 - 
Constructor.
 - Feed(Representation) - Constructor for class org.restlet.ext.atom.Feed
 - 
Constructor.
 - Feed(Representation, FeedReader) - Constructor for class org.restlet.ext.atom.Feed
 - 
Constructor.
 - FeedReader - Class in org.restlet.ext.atom
 - 
Content reader for feeds that is able to transmit events to another FeedReader.
 - FeedReader() - Constructor for class org.restlet.ext.atom.FeedReader
 - 
Constructor.
 - FeedReader(FeedReader) - Constructor for class org.restlet.ext.atom.FeedReader
 - 
Constructor.
 - filter(String) - Method in class org.restlet.ext.odata.Query
 - 
Creates a new Query with the $filter option set in the URI generated by the returned query.
 - FilterProvider - Interface in org.restlet.ext.osgi
 - 
This is an OSGi service interface for registering Restlet filters with a router or a resource.
 - finder(Class<?>) - Method in interface org.restlet.ext.guice.FinderFactory
 - 
Returns a
Finderthat will obtain a dependency-injected instance of the ServerResource subtype bound to the type associated with the given class. - finder(Class<?>) - Method in class org.restlet.ext.guice.RestletGuice.Module
 - finder(Class<?>, Class<? extends Annotation>) - Method in interface org.restlet.ext.guice.FinderFactory
 - 
Returns a
Finderthat will obtain a dependency-injected instance of the ServerResource subtype bound to the type and qualifier associated with the given class. - finder(Class<?>, Class<? extends Annotation>) - Method in class org.restlet.ext.guice.RestletGuice.Module
 - FinderFactory - Interface in org.restlet.ext.guice
 - 
Factory for dependency-injecting Finders.
 - findTemplateSource(String) - Method in class org.restlet.ext.freemarker.ContextTemplateLoader
 - 
Finds the object that acts as the source of the template with the given name.
 - fine(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 - 
Logs a fine trace.
 - finer(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 - 
Logs a finer trace.
 - finest(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 - 
Logs a finest trace.
 - FIRST - Static variable in class org.restlet.ext.atom.Relation
 - 
Signifies that the IRI in the value of the href attribute identifies the first resource in a series including the current resource.
 - flush() - Method in class org.restlet.ext.xml.XmlWriter
 - 
Flush the output.
 - forceNSDecl(String) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Force a Namespace to be declared on the root element.
 - forceNSDecl(String, String) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Force a Namespace declaration with a preferred prefix.
 - formatCredentials(ChallengeResponse) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Formats the raws credentials to store in the cookie.
 - FormData - Class in org.restlet.ext.html
 - 
HTML form data composed of a name and a value.
 - FormData(String, String) - Constructor for class org.restlet.ext.html.FormData
 - 
Constructor.
 - FormData(String, Representation) - Constructor for class org.restlet.ext.html.FormData
 - 
Constructor.
 - FormData(NamedValue<String>) - Constructor for class org.restlet.ext.html.FormData
 - 
Constructor.
 - FormDataSet - Class in org.restlet.ext.html
 - 
HTML form supporting either URL encoding or multipart encoding.
 - FormDataSet() - Constructor for class org.restlet.ext.html.FormDataSet
 - 
Default constructor, creates a single part form.
 - FormDataSet(String) - Constructor for class org.restlet.ext.html.FormDataSet
 - 
Creates a multipart form.
 - FormDataSet(Representation) - Constructor for class org.restlet.ext.html.FormDataSet
 - 
Constructor.
 - FreemarkerConverter - Class in org.restlet.ext.freemarker
 - 
Converter between the FreeMarker Template objects and Representations.
 - FreemarkerConverter() - Constructor for class org.restlet.ext.freemarker.FreemarkerConverter
 
G
- generate(File) - Method in class org.restlet.ext.odata.Generator
 - 
Generates the client code to the given output directory.
 - generate(String) - Method in class org.restlet.ext.odata.Generator
 - 
Generates the client code to the given output directory.
 - generateServerNonce() - Method in class org.restlet.ext.crypto.DigestAuthenticator
 - 
Generates a server nonce.
 - Generator - Class in org.restlet.ext.atom
 - 
Identifies the agent used to generate a feed, for debugging and other purposes.
 - Generator - Class in org.restlet.ext.odata
 - 
Code generator for accessing OData services.
 - Generator() - Constructor for class org.restlet.ext.atom.Generator
 - 
Constructor.
 - Generator(String) - Constructor for class org.restlet.ext.odata.Generator
 - 
Constructor.
 - Generator(String, String) - Constructor for class org.restlet.ext.odata.Generator
 - 
Constructor.
 - Generator(String, Reference, String) - Constructor for class org.restlet.ext.atom.Generator
 - 
Constructor.
 - Generator(Reference) - Constructor for class org.restlet.ext.odata.Generator
 - 
Constructor.
 - Generator(Reference, String) - Constructor for class org.restlet.ext.odata.Generator
 - 
Constructor.
 - get(int) - Method in class org.restlet.ext.xml.NodeList
 - getAccept() - Method in class org.restlet.ext.atom.Collection
 - 
Returns the accepted media types.
 - getAdapter() - Method in class org.restlet.ext.spring.RestletFrameworkServlet
 - 
Provides access to the
ServletAdapterused to handle requests. - getAddressResolutionTimeout() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
The timeout in milliseconds for the DNS resolution of host addresses.
 - getAlgorithm() - Method in class org.restlet.ext.crypto.DigestVerifier
 - 
Returns the digest algorithm of provided secrets.
 - getAlias() - Method in interface org.restlet.ext.osgi.ApplicationProvider
 - 
The alias is passed to
HttpService.registerServlet(String alias, Servlet servlet, Dictionary initparams, HttpContext context)when the servlet is registered. - getAlias() - Method in class org.restlet.ext.osgi.BaseApplicationProvider
 - getAnonymousLogger() - Method in class org.restlet.ext.slf4j.Slf4jLoggerFacade
 - 
Returns an instance of
Slf4jLogger, wrapping the result ofLoggerFactory.getLogger(String)where the logger name is "". - getApplication() - Method in class org.restlet.ext.osgi.BaseApplicationProvider
 - 
Accessor for the cached application instance
 - getApplication() - Method in class org.restlet.ext.servlet.ServerServlet
 - 
Returns the application.
 - getApplicationContext() - Method in class org.restlet.ext.spring.SpringBeanFinder
 - 
Returns the parent application context.
 - getAttachments() - Method in class org.restlet.ext.spring.SpringBeanRouter
 - 
Returns supplemental explicit mappings
 - 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 feed.
 - getAuthors() - Method in class org.restlet.ext.atom.Source
 - 
Returns the authors of the entry.
 - getBaseRef(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServletAdapter
 - 
Returns the base reference of new Restlet requests.
 - getBaseReference() - Method in class org.restlet.ext.atom.Categories
 - 
Returns the base reference used to resolve relative references found within the scope of the xml:base attribute.
 - getBaseReference() - Method in class org.restlet.ext.atom.Collection
 - 
Returns the base reference used to resolve relative references found within the scope of the xml:base attribute.
 - getBaseReference() - Method in class org.restlet.ext.atom.Feed
 - 
Returns the base reference used to resolve relative references found within the scope of the xml:base attribute.
 - getBaseReference() - Method in class org.restlet.ext.atom.Service
 - 
Returns the base reference used to resolve relative references found within the scope of the xml:base attribute.
 - getBaseReference() - Method in class org.restlet.ext.atom.Workspace
 - 
Returns the base reference used to resolve relative references found within the scope of the xml:base attribute.
 - 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.
 - getBindAddress() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
The address to bind socket channels to.
 - getBoolean(String) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Evaluates an XPath expression as a boolean.
 - getBuilder() - Method in class org.restlet.ext.gson.GsonRepresentation
 - 
Returns the builder for Gson instances.
 - getCallback() - Method in class org.restlet.ext.json.JsonpRepresentation
 - 
Returns the name of the JavaScript callback method.
 - getCategories() - Method in class org.restlet.ext.atom.Collection
 - 
Returns the categories.
 - 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 feed.
 - getCategories() - Method in class org.restlet.ext.atom.Source
 - 
Returns the categories associated with the entry.
 - getCharacterEncoding() - Method in class org.restlet.ext.fileupload.RepresentationContext
 - 
Returns the character encoding for the form.
 - getClassLoader() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Returns the classloader to use for JAXB annotated classes.
 - getClientDispatcher() - Method in class org.restlet.ext.atom.Service
 - 
Returns the client HTTP dispatcher.
 - getClientVersion() - Method in class org.restlet.ext.odata.Service
 - 
Returns the version of the OData protocol extensions defined in every request issued by this service.
 - 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.
 - getConfiguration() - Method in class org.restlet.ext.freemarker.TemplateFilter
 - 
Returns the FreeMarker configuration.
 - getConfiguration() - Method in class org.restlet.ext.jaas.JaasVerifier
 - 
Returns the optional JAAS login configuration.
 - getConnectorAcceptors() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Connector acceptor thread count.
 - getConnectorAcceptQueueSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Connector accept queue size.
 - getConnectorByteBufferPool() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Connector byte buffer pool.
 - getConnectorExecutor() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Connector executor.
 - getConnectorIdleTimeout() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Connector idle timeout in milliseconds.
 - getConnectorScheduler() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Connector scheduler.
 - getConnectorSelectors() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Connector selector thread count.
 - getConnectorSoLingerTime() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Connector TCP/IP SO linger time in milliseconds.
 - getConnectorStopTimeout() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Connector stop timeout in milliseconds.
 - getConnectTimeout() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
The max time in milliseconds a connection can take to connect to destinations.
 - 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.Link
 - 
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.
 - getContext() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Returns the JAXB context.
 - getContext() - Method in interface org.restlet.ext.osgi.ApplicationProvider
 - 
The context is passed to
HttpService.registerServlet(String alias, Servlet servlet, Dictionary initparams, HttpContext context)when the servlet is registered. - getContext() - Method in class org.restlet.ext.osgi.BaseApplicationProvider
 - getContext() - Method in class org.restlet.ext.spring.SpringBeanFinder
 - getContext(String) - Static method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Returns the JAXB context, if possible from the cached contexts.
 - getContext(String, ClassLoader) - Static method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Returns the JAXB context, if possible from the cached contexts.
 - 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
 - getContextPath(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
 - 
Intercepter method need for subclasses such as XdbServerServlet.
 - 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 feed.
 - getContributors() - Method in class org.restlet.ext.atom.Source
 - 
Returns the contributors to the entry.
 - getCookieName() - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Returns the cookie name to use for the authentication credentials.
 - getCookieStore() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
The cookie store.
 - getCount() - Method in class org.restlet.ext.odata.Query
 - 
Returns the total number of elements in the entity set, or -1 if it is available.
 - getCredentials() - Method in class org.restlet.ext.odata.Service
 - 
Returns the credentials used to authenticate requests.
 - getCredentialsCookie(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Returns the credentials cookie setting.
 - getCsvSchema() - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Returns the modifiable Jackson CSV schema.
 - getDataModel() - Method in class org.restlet.ext.freemarker.TemplateFilter
 - 
Returns the template data model common to all calls.
 - getDataModel() - Method in class org.restlet.ext.freemarker.TemplateRepresentation
 - 
Returns the template's data model.
 - getDatatypeRef() - Method in class org.restlet.ext.rdf.Literal
 - 
Returns the optional datatype reference.
 - getDefaultLink() - Method in class org.restlet.ext.rdf.Graph
 - 
Returns the default link that is used to complete new links.
 - getDescription() - Method in class org.restlet.ext.spring.SpringResource
 - 
Returns the description.
 - getDisposition() - Method in class org.restlet.ext.html.FormData
 - 
Returns the content disposition of the value representation.
 - getDocument() - Method in class org.restlet.ext.xml.DomRepresentation
 - 
Returns the wrapped DOM document.
 - getDocument() - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Returns the XML representation as a DOM document.
 - getDocumentBuilder() - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Returns a document builder properly configured.
 - getDomainRefs() - Method in class org.restlet.ext.crypto.DigestAuthenticator
 - 
Returns the base URI references that collectively define the protected domains for the digest authentication.
 - getDomSource() - Method in class org.restlet.ext.xml.DomRepresentation
 - 
Returns a DOM source.
 - getDomSource() - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Returns a DOM source.
 - getEmail() - Method in class org.restlet.ext.atom.Person
 - 
Returns the email address associated with the person.
 - getEncryptAlgorithm() - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Returns the name of the algorithm used to encrypt the log info cookie value.
 - getEncryptSecretKey() - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Returns the secret key for the algorithm used to encrypt the log info cookie value.
 - getEngine() - Method in class org.restlet.ext.velocity.TemplateRepresentation
 - 
Returns the Velocity engine.
 - getEntityResolver() - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Return the possibly null current SAX
EntityResolver. - getEntries() - Method in class org.restlet.ext.atom.Categories
 - 
Returns the list of entries.
 - getEntries() - Method in class org.restlet.ext.atom.Feed
 - 
Returns the individual entries, acting as a components for associated metadata and data.
 - getEntries() - Method in class org.restlet.ext.html.FormDataSet
 - 
Returns the modifiable series of form entries.
 - getErrorHandler() - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Return the possibly null current SAX
ErrorHandler. - getErrorListener() - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Returns the transformer's error listener.
 - getExecutor() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
The executor.
 - 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.
 - getFeed() - Method in class org.restlet.ext.atom.Collection
 - 
Returns the feed representation.
 - getFilename() - Method in class org.restlet.ext.html.FormData
 - 
Returns the file name of the value representation.
 - getFilter() - Method in class org.restlet.ext.osgi.BaseFilterProvider
 - getFilter() - Method in interface org.restlet.ext.osgi.FilterProvider
 - getFilteredRestlet() - Method in class org.restlet.ext.osgi.BaseDirectoryProvider
 - getFilteredRestlet() - Method in class org.restlet.ext.osgi.BaseFilterProvider
 - getFilteredRestlet() - Method in class org.restlet.ext.osgi.BaseResourceProvider
 - getFilteredRestlet() - Method in class org.restlet.ext.osgi.BaseRestletProvider
 - 
Called by getInboundRoot() to determine the filtered restlet that is next in the chain.
 - getFilteredRestlet() - Method in class org.restlet.ext.osgi.BaseRouterProvider
 - getFirst() - Method in class org.restlet.ext.rdf.Couple
 - 
Returns the first object.
 - getFirst() - Method in class org.restlet.ext.rdf.Triple
 - 
Returns the first object.
 - 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.
 - getGraph() - Method in class org.restlet.ext.rdf.RdfRepresentation
 - 
Returns the graph of links.
 - getHashedSecret(String, char[]) - Method in class org.restlet.ext.crypto.DigestAuthenticator
 - 
Return the hashed secret.
 - getHostnameVerifier() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Returns the class name of the hostname verifier to use instead of HTTP Client default behavior.
 - 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.
 - getHttpClient() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Returns the wrapped Apache HTTP Client.
 - getHttpClient() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
Returns the wrapped Jetty HTTP client.
 - getHttpHeaderCacheSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
HTTP header cache size in bytes.
 - getHttpOutputBufferSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
HTTP output buffer size in bytes.
 - getHttpRequestHeaderSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
HTTP request header size in bytes.
 - getHttpResponseHeaderSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
HTTP response header size in bytes.
 - 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 feed.
 - getId() - Method in class org.restlet.ext.atom.Source
 - 
Returns the permanent, universally unique identifier for the entry.
 - getIdentifierFormName() - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Returns the name of the HTML login form field containing the identifier.
 - getIdleCheckInterval() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Time in milliseconds between two checks for idle and expired connections.
 - getIdleTimeout() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Returns the time in ms beyond which idle connections are eligible for reaping.
 - getIdleTimeout() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
The max time in milliseconds a connection can be idle (that is, without traffic of bytes in either direction).
 - getInboundRoot(Context) - Method in class org.restlet.ext.osgi.BaseDirectoryProvider
 - getInboundRoot(Context) - Method in class org.restlet.ext.osgi.BaseFilterProvider
 - getInboundRoot(Context) - Method in class org.restlet.ext.osgi.BaseResourceProvider
 - getInboundRoot(Context) - Method in class org.restlet.ext.osgi.BaseRestletProvider
 - getInboundRoot(Context) - Method in class org.restlet.ext.osgi.BaseRouterProvider
 - getInboundRoot(Context) - Method in interface org.restlet.ext.osgi.RestletProvider
 - getIndentingSize() - Method in class org.restlet.ext.json.JsonRepresentation
 - 
Returns the number of spaces to use for indentation.
 - getIndentStep() - Method in class org.restlet.ext.xml.XmlWriter
 - 
Return the current indent step.
 - 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.
 - getInitParms() - Method in interface org.restlet.ext.osgi.ApplicationProvider
 - 
The parameters are passed to
HttpService.registerServlet(String alias, Servlet servlet, Dictionary initparams, HttpContext context)when the servlet is registered. - getInitParms() - Method in class org.restlet.ext.osgi.BaseApplicationProvider
 - getInlineContent() - Method in class org.restlet.ext.atom.Content
 - 
Returns the representation for inline content.
 - getInputSource() - Method in class org.restlet.ext.xml.DomRepresentation
 - getInputSource() - Method in class org.restlet.ext.xml.SaxRepresentation
 - getInputSource() - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Returns the XML representation as a SAX input source.
 - 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() - Static method in class org.restlet.ext.gwt.SimpleSerializationPolicy
 - 
Returns the common instance of this simple policy file.
 - getItemIterator(Representation) - Method in class org.restlet.ext.fileupload.RestletFileUpload
 - 
Processes an RFC 1867 compliant
multipart/form-datainput representation. - getJaxbSource() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Returns a JAXB SAX source.
 - getJsonArray() - Method in class org.restlet.ext.json.JsonRepresentation
 - 
Gets the wrapped JSON array or converts the wrapped representation if needed.
 - getJsonObject() - Method in class org.restlet.ext.json.JsonRepresentation
 - 
Gets the wrapped JSON object or converts the wrapped representation if needed.
 - getJsonTokener() - Method in class org.restlet.ext.json.JsonRepresentation
 - 
Gets the wrapped JSON tokener or converts the wrapped representation if needed.
 - getLabel() - Method in class org.restlet.ext.atom.Category
 - 
Returns the label.
 - getLanguage() - Method in class org.restlet.ext.rdf.Literal
 - 
Returns the optional language.
 - getLastModified(Object) - Method in class org.restlet.ext.freemarker.ContextTemplateLoader
 - 
Returns the modification time.
 - getLastModified(Resource) - Method in class org.restlet.ext.velocity.RepresentationResourceLoader
 - getLatestRequest() - Method in class org.restlet.ext.odata.Service
 - 
Returns the latest request sent to the service.
 - getLatestResponse() - Method in class org.restlet.ext.odata.Service
 - 
Returns the response to the latest request.
 - getLength() - Method in class org.restlet.ext.atom.Link
 - 
Returns the advisory length of the linked content in octets.
 - getLength() - Method in class org.restlet.ext.xml.NodeList
 - 
{@inheritDoc org.w3c.dom.NodeList#getLength()}
 - getLink(Relation) - Method in class org.restlet.ext.atom.Entry
 - 
Returns the first available link with a given relation type.
 - getLinked() - Method in class org.restlet.ext.rdf.RdfClientResource
 - 
Returns all the linked resources, based on the RDF representation exposed.
 - getLinked(Collection<Reference>) - Method in class org.restlet.ext.rdf.RdfClientResource
 - 
Returns the linked resources, based on the RDF representation exposed.
 - getLinked(Reference) - Method in class org.restlet.ext.rdf.RdfClientResource
 - 
Returns the linked resources, based on the RDF representation exposed.
 - 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.
 - getLinks() - Method in class org.restlet.ext.rdf.RdfClientResource
 - 
Returns the links exposed by this resource.
 - getLiterals() - Method in class org.restlet.ext.rdf.RdfClientResource
 - 
Returns all the linked literals, based on the RDF representation exposed.
 - getLiterals(Reference) - Method in class org.restlet.ext.rdf.RdfClientResource
 - 
Returns the linked literals, based on the RDF representation exposed.
 - getLocalAddr(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
 - 
Intercepter method need for subclasses such as XdbServerServlet.
 - getLocale() - Method in class org.restlet.ext.thymeleaf.TemplateFilter
 - 
Overrides with
Localedetection. - getLocale() - Method in class org.restlet.ext.thymeleaf.TemplateRepresentation
 - 
Returns the representation's locale.
 - getLocalPort(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
 - 
Intercepter method need for subclasses such as XdbServerServlet.
 - getLogger(String) - Method in class org.restlet.ext.slf4j.Slf4jLoggerFacade
 - 
Returns an instance of
Slf4jLogger, wrapping the result ofLoggerFactory.getLogger(String)with the logger name. - getLoginFormPath() - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Returns the URI path of the HTML login form to use to challenge the user.
 - getLoginPath() - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Returns the login URI path to intercept.
 - 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.
 - getLogoutPath() - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Returns the logout URI path to intercept.
 - getLowResourceMonitorIdleTimeout() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Low resource monitor idle timeout in milliseconds.
 - getLowResourceMonitorMaxConnections() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Low resource monitor max connections.
 - getLowResourceMonitorMaxMemory() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Low resource monitor max memory in bytes.
 - getLowResourceMonitorPeriod() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Low resource monitor period in milliseconds.
 - getLowResourceMonitorStopTimeout() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Low resource monitor stop timeout in milliseconds.
 - getLowResourceMonitorThreads() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Low resource monitor, whether to check if we're low on threads.
 - getMatchingMode() - Method in class org.restlet.ext.osgi.BaseResourceProvider
 - getMatchingMode() - Method in interface org.restlet.ext.osgi.ResourceProvider
 - getMatrixString() - Method in class org.restlet.ext.html.FormDataSet
 - 
Formats the form as a matrix path string.
 - getMaxClientVersion() - Method in class org.restlet.ext.odata.Service
 - 
Returns the maximum version of the OData protocol extensions the client can accept in a response.
 - getMaxConnectionsPerDestination() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
Sets the max number of connections to open to each destination.
 - getMaxConnectionsPerHost() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Returns the maximum number of connections that will be created for any particular host.
 - getMaxCookieAge() - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Returns the maximum age of the log info cookie.
 - getMaxRedirects() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
The max number of HTTP redirects that are followed.
 - getMaxRequestAge() - Method in class org.restlet.ext.crypto.AwsAuthenticator
 - 
Returns the maximum age of a request, in milliseconds, before it is considered stale.
 - getMaxRequestsQueuedPerDestination() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
Sets the max number of requests that may be queued to a destination.
 - getMaxServerNonceAge() - Method in class org.restlet.ext.crypto.DigestAuthenticator
 - 
Returns the number of milliseconds between each mandatory nonce refresh.
 - getMaxTotalConnections() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Returns the maximum number of active connections.
 - getMediaType() - Method in class org.restlet.ext.html.FormData
 - 
Returns the media type of the value representation.
 - getMetadata() - Method in class org.restlet.ext.odata.Service
 - 
Returns the metadata document related to the current service.
 - getMode() - Method in class org.restlet.ext.xml.Transformer
 - 
Returns the transformation mode.
 - getMultipartBoundary() - Method in class org.restlet.ext.html.FormDataSet
 - 
Returns the boundary separating multipart entries.
 - 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.atom.Relation
 - 
Returns the name of the relation.
 - getName() - Method in class org.restlet.ext.html.FormData
 - 
Returns the name of the associated form control.
 - getName() - Method in class org.restlet.ext.jaas.JaasVerifier
 - 
Returns the JAAS login context name.
 - getNamespacePrefixMapper() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Returns the optional namespace prefix mapper for marshalling.
 - getNamespaces() - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Returns the map of namespaces.
 - getNamespaceURI(String) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
{@inheritDoc javax.xml.namespace.NamespaceContext#getNamespaceURI(java.lang.String}
 - getNext() - Method in class org.restlet.ext.servlet.ServletAdapter
 - 
Returns the next Restlet.
 - getNextPage() - Method in class org.restlet.ext.odata.Query
 - 
Return the reference to the next page (used in server-paging mode).
 - getNode(String) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Evaluates an XPath expression as a DOM Node.
 - getNodes(String) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Evaluates an XPath expression as a DOM NodeList.
 - getNoNamespaceSchemaLocation() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Returns the "xsi:noNamespaceSchemaLocation" attribute in the generated XML data.
 - getNumber(String) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Evaluates an XPath expression as a number.
 - getObject() - Method in class org.restlet.ext.gson.GsonRepresentation
 - 
Returns the wrapped object, deserializing the representation with Gson if necessary.
 - getObject() - Method in class org.restlet.ext.gwt.ObjectRepresentation
 - 
The wrapped object.
 - getObject() - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Returns the wrapped object, deserializing the representation with Jackson if necessary.
 - getObject() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Returns the wrapped Java object.
 - getObjectClass() - Method in class org.restlet.ext.gson.GsonRepresentation
 - 
Returns the object class to instantiate.
 - getObjectClass() - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Returns the object class to instantiate.
 - getObjectClasses(Variant) - Method in class org.restlet.ext.atom.AtomConverter
 - getObjectClasses(Variant) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
 - getObjectClasses(Variant) - Method in class org.restlet.ext.gson.GsonConverter
 - getObjectClasses(Variant) - Method in class org.restlet.ext.gwt.GwtConverter
 - getObjectClasses(Variant) - Method in class org.restlet.ext.html.HtmlConverter
 - getObjectClasses(Variant) - Method in class org.restlet.ext.jackson.JacksonConverter
 - getObjectClasses(Variant) - Method in class org.restlet.ext.jaxb.JaxbConverter
 - getObjectClasses(Variant) - Method in class org.restlet.ext.json.JsonConverter
 - getObjectClasses(Variant) - Method in class org.restlet.ext.rdf.RdfConverter
 - getObjectClasses(Variant) - Method in class org.restlet.ext.thymeleaf.ThymeleafConverter
 - getObjectClasses(Variant) - Method in class org.restlet.ext.velocity.VelocityConverter
 - getObjectClasses(Variant) - Method in class org.restlet.ext.xml.XmlConverter
 - getObjectMapper() - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Returns the modifiable Jackson object mapper.
 - getObjectReader() - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Returns the modifiable Jackson object reader.
 - getObjectWriter() - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Returns the modifiable Jackson object writer.
 - getOutputProperties() - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Returns the modifiable map of JAXP transformer output properties.
 - getParameters() - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Returns the modifiable map of JAXP transformer parameters.
 - getPath() - Method in class org.restlet.ext.osgi.BaseDirectoryProvider
 - getPath() - Method in interface org.restlet.ext.osgi.DirectoryProvider
 - getPaths() - Method in class org.restlet.ext.osgi.BaseResourceProvider
 - getPaths() - Method in interface org.restlet.ext.osgi.ResourceProvider
 - getPrefix(String) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
{@inheritDoc javax.xml.namespace.NamespaceContext#getPrefix(java.lang.String}
 - getPrefix(String) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Get the current or preferred prefix for a Namespace URI.
 - getPrefixes(String) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
{@inheritDoc javax.xml.namespace.NamespaceContext#getPrefixes(java.lang.String}
 - getPropertyConfigRefs() - Method in class org.restlet.ext.spring.SpringContext
 - 
Returns the modifiable list of configuration URIs for beans definitions via property representations.
 - getProxyHost() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Returns the host name of the HTTP proxy, if specified.
 - getProxyPort() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Returns the port of the HTTP proxy, if specified, 3128 otherwise.
 - getPublished() - Method in class org.restlet.ext.atom.Entry
 - 
Returns the moment associated with an event early in the life cycle of the entry.
 - getQueryString() - Method in class org.restlet.ext.html.FormDataSet
 - 
Formats the form as a query string.
 - getRdfN3Representation() - Method in class org.restlet.ext.rdf.Graph
 - 
Returns a representation in the RDF/n3 format.
 - getRdfNTriplesRepresentation() - Method in class org.restlet.ext.rdf.Graph
 - 
Returns a representation in the RDF/N-Triples format.
 - getRdfTurtleRepresentation() - Method in class org.restlet.ext.rdf.Graph
 - 
Returns a representation in the RDF/Turtle format.
 - getRdfXmlRepresentation() - Method in class org.restlet.ext.rdf.Graph
 - 
Returns a representation in the RDF/XML format.
 - getReader(Object, String) - Method in class org.restlet.ext.freemarker.ContextTemplateLoader
 - 
Returns the reader for the template source.
 - getRedirectQueryName() - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Returns the name of the query parameter containing the URI to redirect the browser to after login or logout.
 - 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.
 - getRequest() - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
 - 
Returns the handled request.
 - getRequest(Request) - Static method in class org.restlet.ext.servlet.ServletUtils
 - 
Returns the Servlet request that was used to generate the given Restlet request.
 - getRequestBufferSize() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
The size in bytes of the buffer used to write requests.
 - getResource(String) - Method in class org.restlet.ext.atom.Service
 - 
Retrieves a resource representation.
 - getResourceReader(String, String) - Method in class org.restlet.ext.velocity.RepresentationResourceLoader
 - getResponse() - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
 - 
Returns the handled response.
 - getResponse(Response) - Static method in class org.restlet.ext.servlet.ServletUtils
 - 
Returns the Servlet response that was used to generate the given Restlet response.
 - getResponseBufferSize() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
The size in bytes of the buffer used to read responses.
 - getRestletContext() - Method in class org.restlet.ext.spring.SpringContext
 - 
Returns the parent Restlet context.
 - getResultCharacterSet() - Method in class org.restlet.ext.xml.Transformer
 - 
Returns the character set of the result representation.
 - getResultEncodings() - Method in class org.restlet.ext.xml.Transformer
 - 
Returns the modifiable list of encodings of the result representation.
 - getResultLanguages() - Method in class org.restlet.ext.xml.Transformer
 - 
Returns the modifiable list of languages of the result representation.
 - getResultMediaType() - Method in class org.restlet.ext.xml.Transformer
 - 
Returns the media type of the result representation.
 - getRetryHandler() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Returns the class name of the retry handler to use instead of HTTP Client default behavior.
 - getRights() - Method in class org.restlet.ext.atom.Entry
 - 
Returns the information about rights held in and over an entry.
 - getRights() - Method in class org.restlet.ext.atom.Feed
 - 
Returns the information about rights held in and over an feed.
 - getRights() - Method in class org.restlet.ext.atom.Source
 - 
Returns the information about rights held in and over an entry.
 - getRootRef(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServletAdapter
 - 
Returns the root reference of new Restlet requests.
 - getRouter() - Method in class org.restlet.ext.spring.SpringBeanFinder
 - 
Returns the associated router.
 - getSaxSource() - Method in class org.restlet.ext.xml.SaxRepresentation
 - 
Returns the SAX source that can be parsed by the
SaxRepresentation.parse(ContentHandler)method or used for an XSLT transformation. - getSaxSource() - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Returns the SAX source associated to the source representation.
 - getSaxSource() - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Returns a SAX source.
 - getSaxSource(Representation) - Static method in class org.restlet.ext.xml.XmlRepresentation
 - 
Returns a SAX source.
 - getScheduler() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
The scheduler.
 - getSchema() - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Return the possibly null
Schemato use for this type of XML representations. - getSchemaLocation() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Returns the "xsi:schemaLocation" attribute in the generated XML data.
 - getScheme() - Method in class org.restlet.ext.atom.Categories
 - 
Returns the scheme.
 - getScheme() - Method in class org.restlet.ext.atom.Category
 - 
Returns the scheme.
 - getSecond() - Method in class org.restlet.ext.rdf.Couple
 - 
Returns the second object.
 - getSecond() - Method in class org.restlet.ext.rdf.Triple
 - 
Returns the second object.
 - getSecretFormName() - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Returns the name of the HTML login form field containing the secret.
 - getSerializationPolicy() - Method in class org.restlet.ext.gwt.ObjectRepresentation
 - 
Returns the GWT-RPC serialization policy.
 - getSerializationPolicy(String, String) - Method in class org.restlet.ext.gwt.SimpleSerializationPolicyProvider
 - 
Simple policy provider that always returns
SimpleSerializationPolicy.getInstance(). - getSerializationPolicyProvider() - Method in class org.restlet.ext.gwt.ObjectRepresentation
 - 
Returns the GWT-RPC serialization policy provider.
 - getServer(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
 - 
Returns the associated HTTP server handling calls.
 - getServerKey() - Method in class org.restlet.ext.crypto.DigestAuthenticator
 - 
Returns the secret key known only by server.
 - getServerVersion() - Method in class org.restlet.ext.odata.Service
 - 
Returns the version of the OData protocol extensions supported by the remote service.
 - getService() - Method in class org.restlet.ext.atom.Workspace
 - 
Returns the parent service.
 - getService() - Method in class org.restlet.ext.odata.Query
 - 
Returns the parent client service.
 - getServiceRef() - Method in class org.restlet.ext.odata.Service
 - 
Returns the reference to the WCF service.
 - getSize() - Method in class org.restlet.ext.json.JsonpRepresentation
 - getSize() - Method in class org.restlet.ext.json.JsonRepresentation
 - getSlf4jLogger() - Method in class org.restlet.ext.slf4j.Slf4jLogger
 - 
Returns the wrapped SLF4J logger.
 - getSocketConnectTimeoutMs() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Returns the connection timeout.
 - getSocketTimeout() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Returns the socket timeout value.
 - getSource() - Method in class org.restlet.ext.atom.Entry
 - 
Returns the source feed's metadata if the entry was copied from another feed.
 - getSource() - Method in class org.restlet.ext.rdf.Link
 - 
Returns the source which can be either a reference or a link or a graph or null.
 - getSourceAsGraph() - Method in class org.restlet.ext.rdf.Link
 - 
Returns the source graph.
 - getSourceAsLink() - Method in class org.restlet.ext.rdf.Link
 - 
Returns the source link.
 - getSourceAsReference() - Method in class org.restlet.ext.rdf.Link
 - 
Returns the source resource reference.
 - getSourceRepresentation() - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Returns the source representation to transform.
 - getStatus() - Method in class org.restlet.ext.json.JsonpRepresentation
 - 
Returns the actual status code.
 - getStopIdleTimeout() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Returns the minimum idle time, in milliseconds, for connections to be closed when stopping the connector.
 - getStopTimeout() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
Stop timeout in milliseconds.
 - getStore() - Static method in class org.restlet.ext.velocity.RepresentationResourceLoader
 - 
Returns the cache of template representations.
 - getStreamSource() - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Returns a stream of XML markup.
 - getSubpath() - Method in class org.restlet.ext.odata.Query
 - 
Returns the path of the targeted entity relatively to the data service URI.
 - getSubtitle() - Method in class org.restlet.ext.atom.Feed
 - 
Returns the short summary, abstract, or excerpt of an feed.
 - getSubtitle() - Method in class org.restlet.ext.atom.Source
 - 
Returns the short summary, abstract, or excerpt of an entry.
 - getSummary() - Method in class org.restlet.ext.atom.Entry
 - 
Returns the short summary, abstract, or excerpt of the entry.
 - getTarget() - Method in class org.restlet.ext.rdf.Link
 - 
Returns the target which can be either a literal or a reference or is null.
 - getTargetAsGraph() - Method in class org.restlet.ext.rdf.Link
 - 
Returns the target graph.
 - getTargetAsLink() - Method in class org.restlet.ext.rdf.Link
 - 
Returns the target link.
 - getTargetAsLiteral() - Method in class org.restlet.ext.rdf.Link
 - 
Returns the target literal.
 - getTargetAsReference() - Method in class org.restlet.ext.rdf.Link
 - 
Returns the target resource reference.
 - getTargetClass() - Method in class org.restlet.ext.osgi.DynamicFinder
 - getTargetRestlet() - Method in class org.restlet.ext.spring.RestletFrameworkServlet
 - 
Returns the target Restlet from Spring's Web application context.
 - getTargetRestletBeanName() - Method in class org.restlet.ext.spring.RestletFrameworkServlet
 - 
Returns the bean name of the target Restlet.
 - getTcpNoDelay() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Indicates if the protocol will use Nagle's algorithm
 - getTemplate() - Method in class org.restlet.ext.freemarker.TemplateRepresentation
 - 
Returns the FreeMarker template.
 - getTemplate() - Method in class org.restlet.ext.velocity.TemplateRepresentation
 - 
Returns the Velocity template.
 - getTemplate(Configuration, String) - Static method in class org.restlet.ext.freemarker.TemplateRepresentation
 - 
Returns a FreeMarker template from its name and a configuration.
 - getTemplate(Configuration, Representation) - Static method in class org.restlet.ext.freemarker.TemplateRepresentation
 - 
Returns a FreeMarker template from a representation and a configuration.
 - getTemplateName() - Method in class org.restlet.ext.thymeleaf.TemplateRepresentation
 - 
Returns the template's name.
 - getTemplates() - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Returns the templates to be used and reused.
 - getTerm() - Method in class org.restlet.ext.atom.Category
 - 
Returns the term.
 - getText() - Method in class org.restlet.ext.gwt.ObjectRepresentation
 - getText(String) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Evaluates an XPath expression as a string.
 - getThird() - Method in class org.restlet.ext.rdf.Triple
 - 
Returns the third object.
 - getThreadPoolIdleTimeout() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Thread pool idle timeout in milliseconds.
 - getThreadPoolMaxThreads() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Thread pool maximum threads.
 - getThreadPoolMinThreads() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Thread pool minimum threads.
 - getThreadPoolStopTimeout() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Thread pool stop timeout in milliseconds.
 - getThreadPoolThreadsPriority() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Thread pool threads priority.
 - getTitle() - Method in class org.restlet.ext.atom.Collection
 - 
Returns the title.
 - getTitle() - Method in class org.restlet.ext.atom.Entry
 - 
Returns the human-readable title for the entry.
 - getTitle() - Method in class org.restlet.ext.atom.Feed
 - 
Returns the human-readable title for the feed.
 - getTitle() - Method in class org.restlet.ext.atom.Link
 - 
Returns the human-readable information about the link.
 - getTitle() - Method in class org.restlet.ext.atom.Source
 - 
Returns the human-readable title for the entry.
 - getTitle() - Method in class org.restlet.ext.atom.Workspace
 - 
Returns the title.
 - getTransformer() - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Returns a new transformer to be used.
 - getTransformerHandler() - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Returns the SAX transformer handler associated to the transform sheet.
 - getTransformSheet() - Method in class org.restlet.ext.xml.Transformer
 - 
Returns the XSLT transform sheet to apply to message entities.
 - getTransformSheet() - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Returns the XSLT transform sheet to apply to the source representation.
 - getType() - Method in class org.restlet.ext.atom.Link
 - 
Returns the advisoty media type.
 - getType() - Method in class org.restlet.ext.atom.Text
 - 
Returns the content type.
 - getTypeRef() - Method in class org.restlet.ext.rdf.Link
 - 
Returns the type reference.
 - getUpdated() - Method in class org.restlet.ext.atom.Entry
 - 
Returns the most recent moment when the entry was modified in a significant way.
 - getUpdated() - Method in class org.restlet.ext.atom.Feed
 - 
Returns the most recent moment when the entry was modified in a significant way.
 - getUpdated() - Method in class org.restlet.ext.atom.Source
 - 
Returns the most recent moment when the entry was modified in a significant way.
 - getUri() - Method in class org.restlet.ext.atom.Generator
 - 
Returns the reference of the generating agent.
 - getUri() - Method in class org.restlet.ext.atom.Person
 - 
Returns the IRI associated with the person.
 - getUriResolver() - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Returns the URI resolver.
 - getUserAgentField() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
The "User-Agent" HTTP header string.
 - getUserPrincipalClassName() - Method in class org.restlet.ext.jaas.JaasVerifier
 - 
Gets the user principal class name.
 - getValidationEventHandler() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Returns the optional validation event handler.
 - getValue() - Method in class org.restlet.ext.html.FormData
 - 
Returns the textual value of the associated form control.
 - getValue() - Method in class org.restlet.ext.rdf.Literal
 - 
Returns the value.
 - getValue(Object) - Method in class org.restlet.ext.odata.Service
 - 
Returns the binary representation of the given media resource.
 - getValue(Object, List<Preference<MediaType>>) - Method in class org.restlet.ext.odata.Service
 - 
Returns the binary representation of the given media resource.
 - getValue(Object, MediaType) - Method in class org.restlet.ext.odata.Service
 - 
Returns the binary representation of the given media resource.
 - getValueRef(Object) - Method in class org.restlet.ext.odata.Service
 - 
Returns the reference of the binary representation of the given entity, if this is a media resource.
 - getValueRepresentation() - Method in class org.restlet.ext.html.FormData
 - 
Returns the value of the associated form control, either textual or binary.
 - getVariants(Class<?>) - Method in class org.restlet.ext.atom.AtomConverter
 - getVariants(Class<?>) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
 - getVariants(Class<?>) - Method in class org.restlet.ext.gson.GsonConverter
 - getVariants(Class<?>) - Method in class org.restlet.ext.gwt.GwtConverter
 - getVariants(Class<?>) - Method in class org.restlet.ext.html.HtmlConverter
 - getVariants(Class<?>) - Method in class org.restlet.ext.jackson.JacksonConverter
 - getVariants(Class<?>) - Method in class org.restlet.ext.jaxb.JaxbConverter
 - getVariants(Class<?>) - Method in class org.restlet.ext.json.JsonConverter
 - getVariants(Class<?>) - Method in class org.restlet.ext.rdf.RdfConverter
 - getVariants(Class<?>) - Method in class org.restlet.ext.thymeleaf.ThymeleafConverter
 - getVariants(Class<?>) - Method in class org.restlet.ext.velocity.VelocityConverter
 - getVariants(Class<?>) - Method in class org.restlet.ext.xml.XmlConverter
 - getVerifier() - Method in class org.restlet.ext.crypto.AwsAuthenticator
 - getVerifier() - Method in class org.restlet.ext.crypto.DigestAuthenticator
 - getVersion() - Method in class org.restlet.ext.atom.Generator
 - 
Returns the version of the generating agent.
 - getWebApplicationContext() - Method in class org.restlet.ext.spring.SpringServerServlet
 - 
Get the Spring WebApplicationContext from the ServletContext.
 - getWorkspace() - Method in class org.restlet.ext.atom.Collection
 - 
Returns the parent workspace.
 - getWorkspaces() - Method in class org.restlet.ext.atom.Service
 - 
Returns the list of workspaces.
 - getWrappedAlgorithm() - Method in class org.restlet.ext.crypto.DigestVerifier
 - 
Returns the digest algorithm of secrets returned by the wrapped verifier.
 - getWrappedSecret(String) - Method in class org.restlet.ext.crypto.DigestVerifier
 - 
Returns the wrapped secret associated to a given identifier.
 - getWrappedSecretDigest(String) - Method in class org.restlet.ext.crypto.DigestVerifier
 - 
Returns the digest of the wrapped secret associated to a given identifier.
 - getWrappedServer() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Returns the wrapped Jetty server.
 - getWrappedVerifier() - Method in class org.restlet.ext.crypto.AwsAuthenticator
 - 
Returns the secret verifier that will be wrapped by the real verifier supporting all the HTTP AWS verifications.
 - getWrappedVerifier() - Method in class org.restlet.ext.crypto.DigestVerifier
 - 
Returns the wrapped secret verifier.
 - getWriter() - Method in class org.restlet.ext.xml.XmlWriter
 - 
Returns the underlying writer.
 - getXmlConfigRefs() - Method in class org.restlet.ext.spring.SpringContext
 - 
Returns the modifiable list of configuration URIs for beans definitions via XML representations.
 - getXmlFilter() - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Returns the SAX XML filter applying the transform sheet to its input.
 - Graph - Class in org.restlet.ext.rdf
 - 
Graph composed of links.
 - Graph() - Constructor for class org.restlet.ext.rdf.Graph
 - 
Default constructor.
 - Graph(Link) - Constructor for class org.restlet.ext.rdf.Graph
 - 
Constructor with a default link.
 - GraphBuilder - Class in org.restlet.ext.rdf
 - 
Graph handler used when parsing an RDF representation.
 - GraphBuilder(Graph) - Constructor for class org.restlet.ext.rdf.GraphBuilder
 - GraphHandler - Class in org.restlet.ext.rdf
 - 
Handler for the content of a
Graph. - GraphHandler() - Constructor for class org.restlet.ext.rdf.GraphHandler
 - GsonConverter - Class in org.restlet.ext.gson
 - 
Converter between the JSON and Representation classe based on Gson library.
 - GsonConverter() - Constructor for class org.restlet.ext.gson.GsonConverter
 - GsonRepresentation<T> - Class in org.restlet.ext.gson
 - 
Representation based on a JSON document.
 - GsonRepresentation(Representation, Class<T>) - Constructor for class org.restlet.ext.gson.GsonRepresentation
 - 
Constructor.
 - GsonRepresentation(T) - Constructor for class org.restlet.ext.gson.GsonRepresentation
 - 
Constructor for the JSON media type.
 - GwtConverter - Class in org.restlet.ext.gwt
 - 
Converter between Object instances and Representations based on GWT serialization format.
 - GwtConverter() - Constructor for class org.restlet.ext.gwt.GwtConverter
 
H
- handle(Callback) - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
 - 
Handles a callback.
 - handle(Callback[]) - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
 - 
Handles the callbacks.
 - handleBundle(Request, Response, Bundle) - Method in class org.restlet.ext.osgi.ObapClientHelper
 - 
/** Handles a call with a given bundle.
 - handleLocal(Request, Response, String) - Method in class org.restlet.ext.osgi.ObapClientHelper
 - hasGraphSource() - Method in class org.restlet.ext.rdf.Link
 - 
Indicates if the source is a graph.
 - hasGraphTarget() - Method in class org.restlet.ext.rdf.Link
 - 
Indicates if the target is a graph.
 - hashCode() - Method in class org.restlet.ext.atom.Relation
 - hashCode() - Method in class org.restlet.ext.rdf.Couple
 - hashCode() - Method in class org.restlet.ext.rdf.Triple
 - hashCode() - Method in class org.restlet.ext.spring.SpringResource
 - 
This implementation returns the hash code of the underlying InputStream.
 - hasLinkSource() - Method in class org.restlet.ext.rdf.Link
 - 
Indicates if the source is a link.
 - hasLinkTarget() - Method in class org.restlet.ext.rdf.Link
 - 
Indicates if the target is a link.
 - hasLiteralTarget() - Method in class org.restlet.ext.rdf.Link
 - 
Indicates if the target is a literal.
 - hasReferenceSource() - Method in class org.restlet.ext.rdf.Link
 - 
Indicates if the source is a reference.
 - hasReferenceTarget() - Method in class org.restlet.ext.rdf.Link
 - 
Indicates if the target is a reference.
 - HtmlConverter - Class in org.restlet.ext.html
 - 
Converter between the HTML API and Representation classes.
 - HtmlConverter() - Constructor for class org.restlet.ext.html.HtmlConverter
 - HttpClientHelper - Class in org.restlet.ext.httpclient
 - 
HTTP client connector using the HttpMethodCall and Apache HTTP Client project.
 - HttpClientHelper - Class in org.restlet.ext.jetty
 - 
HTTP client connector using the Jetty project.
 - HttpClientHelper(Client) - Constructor for class org.restlet.ext.httpclient.HttpClientHelper
 - 
Constructor.
 - HttpClientHelper(Client) - Constructor for class org.restlet.ext.jetty.HttpClientHelper
 - 
Constructor.
 - HttpServerHelper - Class in org.restlet.ext.jetty
 - 
Jetty HTTP server connector.
 - HttpServerHelper(Server) - Constructor for class org.restlet.ext.jetty.HttpServerHelper
 - 
Constructor.
 - HttpsServerHelper - Class in org.restlet.ext.jetty
 - 
Jetty HTTPS server connector.
 - HttpsServerHelper(Server) - Constructor for class org.restlet.ext.jetty.HttpsServerHelper
 - 
Constructor.
 - HUB - Static variable in class org.restlet.ext.atom.Relation
 - 
A URI for a hub that enables registration for real-time updates to the resource.
 
I
- ignorableWhitespace(char[], int, int) - Method in class org.restlet.ext.atom.EntryReader
 - ignorableWhitespace(char[], int, int) - Method in class org.restlet.ext.atom.FeedReader
 - ignorableWhitespace(char[], int, int) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Write ignorable whitespace.
 - info(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 - 
Logs an info message.
 - init() - Method in class org.restlet.ext.servlet.ServerServlet
 - init(ServletConfig) - Method in class org.restlet.ext.servlet.ApplicationServlet
 - init(ExtProperties) - Method in class org.restlet.ext.velocity.RepresentationResourceLoader
 - init(Application) - Method in class org.restlet.ext.servlet.ServerServlet
 - 
Initialize a application.
 - init(Component) - Method in class org.restlet.ext.servlet.ServerServlet
 - 
Initialize a component.
 - initFrameworkServlet() - Method in class org.restlet.ext.spring.RestletFrameworkServlet
 - inlineCount(boolean) - Method in class org.restlet.ext.odata.Query
 - 
Creates a new Query with the $inlinecount option set in the URI generated by the returned query.
 - invokeComplex(String, Series<Parameter>) - Method in class org.restlet.ext.odata.Service
 - 
Invokes a service operation and return the raw representation sent back by the service.
 - invokeSimple(String, Series<Parameter>) - Method in class org.restlet.ext.odata.Service
 - 
Invokes a service operation and return the String value sent back by the service.
 - isBlankRef(Reference) - Static method in class org.restlet.ext.rdf.Link
 - 
Indicates if a reference is identifying a blank node.
 - isCoalescing() - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Indicates if the parser should be coalescing text.
 - isCompatible(MediaType) - Method in class org.restlet.ext.jaxb.JaxbConverter
 - 
Indicates if the given mediaType is compatible with the media types supported by this converter.
 - isCompatible(Variant) - Method in class org.restlet.ext.jackson.JacksonConverter
 - 
Indicates if the given variant is compatible with the media types supported by this converter.
 - isCompatible(Variant) - Method in class org.restlet.ext.jaxb.JaxbConverter
 - 
Indicates if the given variant is compatible with the media types supported by this converter.
 - isCompatible(Variant) - Method in class org.restlet.ext.rdf.RdfConverter
 - 
Indicates if the given variant is compatible with the media types supported by this converter.
 - isDataFormat() - Method in class org.restlet.ext.xml.XmlWriter
 - isDispatchIO() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
Whether to dispatch I/O operations from the selector thread to a different thread.
 - isExpandingEntityRefs() - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Indicates if the parser will expand entity reference nodes.
 - isExpandingEntityRefs() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Indicates if the parser will expand entity reference nodes.
 - isExpandingEntityRefs() - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Indicates if the parser will expand entity reference nodes.
 - isExternal() - Method in class org.restlet.ext.atom.Content
 - 
Indicates if the content is available externally.
 - isFindingInAncestors() - Method in class org.restlet.ext.spring.SpringBeanRouter
 - 
Returns true if bean names will be searched for higher up in the BeanFactory hierarchy.
 - isFixed() - Method in class org.restlet.ext.atom.Categories
 - 
Indicates if the list is fixed.
 - isFollowRedirects() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Indicates if the protocol will automatically follow redirects.
 - isFollowRedirects() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
Whether to follow HTTP redirects.
 - isFormattedOutput() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Indicates if the resulting XML data should be formatted with line breaks and indentation.
 - isFragment() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Indicates whether or not document level events will be generated by the Marshaller.
 - isIgnoringComments() - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Indicates if the parser will ignore comments.
 - isIgnoringExtraWhitespaces() - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Indicates if the parser will ignore extra white spaces in element content.
 - isIndenting() - Method in class org.restlet.ext.json.JsonRepresentation
 - 
Indicates if JSON objects and arrays should be indented.
 - isIndenting() - Method in class org.restlet.ext.xml.DomRepresentation
 - 
Indicates if the XML serialization should be indented.
 - isInline() - Method in class org.restlet.ext.atom.Content
 - 
Indicates if the content is available inline.
 - isInterceptingLogin() - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Indicates if the login requests should be intercepted.
 - isInterceptingLogout() - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Indicates if the logout requests should be intercepted.
 - isLoggable(Level) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 - isLoggingIn(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Indicates if the request is an attempt to log in and should be intercepted.
 - isLoggingOut(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Indicates if the request is an attempt to log out and should be intercepted.
 - isMultipart() - Method in class org.restlet.ext.html.FormDataSet
 - 
Indicates if the form is multipart encoded.
 - isNamespaceAware() - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Indicates if processing is namespace aware.
 - isOpen() - Method in class org.restlet.ext.spring.SpringResource
 - 
This implementation always returns
true. - isPlain() - Method in class org.restlet.ext.rdf.Literal
 - 
Indicates if the literal is plain.
 - isSecureProcessing() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Indicates if it limits potential XML overflow attacks.
 - isSecureProcessing() - Method in class org.restlet.ext.xml.SaxRepresentation
 - 
Indicates if it limits potential XML overflow attacks.
 - isSourceModified(Resource) - Method in class org.restlet.ext.velocity.RepresentationResourceLoader
 - isStrictEventOrdering() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
Whether request events must be strictly ordered.
 - isTcpNoDelay() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - 
Whether TCP_NODELAY is enabled.
 - isToEncode() - Method in class org.restlet.ext.atom.Content
 - 
Returns true if the content is to be encoded.
 - isTyped() - Method in class org.restlet.ext.rdf.Literal
 - 
Indicates if the literal is types.
 - isValidatingDtd() - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Indicates the desire for validating this type of XML representations against an XML schema if one is referenced within the contents.
 - isValidatingDtd() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Indicates the desire for validating this type of XML representations against an XML schema if one is referenced within the contents.
 - isValidatingDtd() - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Indicates the desire for validating this type of XML representations against an XML schema if one is referenced within the contents.
 - isXIncludeAware() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Indicates the desire for processing XInclude if found in this type of XML representations.
 - isXIncludeAware() - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Indicates the desire for processing XInclude if found in this type of XML representations.
 - item(int) - Method in class org.restlet.ext.xml.NodeList
 - 
{@inheritDoc org.w3c.dom.NodeList#item(int)}
 - iterator() - Method in class org.restlet.ext.odata.Query
 - 
Returns an iterator over a set of elements of type T.
 
J
- JaasUtils - Class in org.restlet.ext.jaas
 - 
Utility class to facilitate integration between the Restlet and JAAS APIs.
 - JaasUtils() - Constructor for class org.restlet.ext.jaas.JaasUtils
 - JaasVerifier - Class in org.restlet.ext.jaas
 - 
Verifier that leverages the JAAS pluggable authentication mechanism.
 - JaasVerifier(String) - Constructor for class org.restlet.ext.jaas.JaasVerifier
 - 
Constructor.
 - JacksonConverter - Class in org.restlet.ext.jackson
 - 
Converter between the JSON, JSON Smile, CSV, XML, YAML and Representation classes based on Jackson.
 - JacksonConverter() - Constructor for class org.restlet.ext.jackson.JacksonConverter
 - JacksonRepresentation<T> - Class in org.restlet.ext.jackson
 - 
Representation based on the Jackson library.
 - JacksonRepresentation(MediaType, T) - Constructor for class org.restlet.ext.jackson.JacksonRepresentation
 - 
Constructor.
 - JacksonRepresentation(Representation, Class<T>) - Constructor for class org.restlet.ext.jackson.JacksonRepresentation
 - 
Constructor.
 - JacksonRepresentation(T) - Constructor for class org.restlet.ext.jackson.JacksonRepresentation
 - 
Constructor for the JSON media type.
 - JaxbConverter - Class in org.restlet.ext.jaxb
 - 
A JAXB Converter Helper to convert from JAXB objects to JaxbRepresentations and vice versa.
 - JaxbConverter() - Constructor for class org.restlet.ext.jaxb.JaxbConverter
 - JaxbRepresentation<T> - Class in org.restlet.ext.jaxb
 - 
An XML representation based on JAXB that provides easy translation between XML and JAXB element class trees.
 - JaxbRepresentation(MediaType, T) - Constructor for class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Creates a JAXB representation from an existing JAXB content tree.
 - JaxbRepresentation(MediaType, T, ClassLoader) - Constructor for class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Creates a JAXB representation from an existing JAXB content tree.
 - JaxbRepresentation(Representation, Class<T>) - Constructor for class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Creates a new JAXB representation, converting the input XML into a Java content tree.
 - JaxbRepresentation(Representation, Class<T>, ValidationEventHandler) - Constructor for class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Creates a new JAXB representation, converting the input XML into a Java content tree.
 - JaxbRepresentation(Representation, String) - Constructor for class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Creates a new JAXB representation, converting the input XML into a Java content tree.
 - JaxbRepresentation(Representation, String, ValidationEventHandler) - Constructor for class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Creates a new JAXB representation, converting the input XML into a Java content tree.
 - JaxbRepresentation(Representation, String, ValidationEventHandler, ClassLoader) - Constructor for class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Creates a new JAXB representation, converting the input XML into a Java content tree.
 - JaxbRepresentation(T) - Constructor for class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Creates a JAXB representation from an existing JAXB content tree with
MediaType.APPLICATION_XML. - JettyServerHelper - Class in org.restlet.ext.jetty
 - 
Abstract Jetty web server connector.
 - JettyServerHelper(Server) - Constructor for class org.restlet.ext.jetty.JettyServerHelper
 - 
Constructor.
 - JsonConverter - Class in org.restlet.ext.json
 - 
Converter between the JSON API (more precisely
JSONArray,JSONObjectandJSONTokenerinstances) and Representation classes. - JsonConverter() - Constructor for class org.restlet.ext.json.JsonConverter
 - JsonpFilter - Class in org.restlet.ext.json
 - 
Filter that converts response entity of the JSON media type into a JSONP callback document.
 - JsonpFilter(Context) - Constructor for class org.restlet.ext.json.JsonpFilter
 - 
Constructor.
 - JsonpRepresentation - Class in org.restlet.ext.json
 - 
Wrappers that adds a JSONP header and footer to JSON representations.
 - JsonpRepresentation(String, Status, Representation) - Constructor for class org.restlet.ext.json.JsonpRepresentation
 - 
Constructor.
 - JsonRepresentation - Class in org.restlet.ext.json
 - 
Representation based on a JSON document.
 - JsonRepresentation(Object) - Constructor for class org.restlet.ext.json.JsonRepresentation
 - 
Constructor from a bean using reflection to generate JSON names.
 - JsonRepresentation(String) - Constructor for class org.restlet.ext.json.JsonRepresentation
 - 
Constructor from a JSON string.
 - JsonRepresentation(Map<String, Object>) - Constructor for class org.restlet.ext.json.JsonRepresentation
 - 
Constructor from a map object.
 - JsonRepresentation(JSONArray) - Constructor for class org.restlet.ext.json.JsonRepresentation
 - 
Constructor from a JSON array.
 - JsonRepresentation(JSONObject) - Constructor for class org.restlet.ext.json.JsonRepresentation
 - 
Constructor from a JSON object.
 - JsonRepresentation(JSONStringer) - Constructor for class org.restlet.ext.json.JsonRepresentation
 - 
Constructor from a JSON stringer.
 - JsonRepresentation(JSONTokener) - Constructor for class org.restlet.ext.json.JsonRepresentation
 - 
Constructor from a JSON tokener.
 - JsonRepresentation(Representation) - Constructor for class org.restlet.ext.json.JsonRepresentation
 - 
Constructor.
 
L
- LAST - Static variable in class org.restlet.ext.atom.Relation
 - 
Signifies that the IRI in the value of the href attribute identifies the last resource in a series including the current resource.
 - LAST_VERSION - Static variable in class org.restlet.ext.atom.Relation
 - 
When included on a versioned resource, this link points to a resource containing the latest (e.g., current) version.
 - LICENSE - Static variable in class org.restlet.ext.atom.Relation
 - 
Signifies that the IRI in the value of the href attribute identifies the resource describing the license.
 - link(Reference, Reference, Reference) - Method in class org.restlet.ext.rdf.GraphBuilder
 - link(Reference, Reference, Reference) - Method in class org.restlet.ext.rdf.GraphHandler
 - 
Callback method used when a link is parsed or written.
 - link(Reference, Reference, Literal) - Method in class org.restlet.ext.rdf.GraphBuilder
 - link(Reference, Reference, Literal) - Method in class org.restlet.ext.rdf.GraphHandler
 - 
Callback method used when a link is parsed or written.
 - link(Graph, Reference, Reference) - Method in class org.restlet.ext.rdf.GraphBuilder
 - link(Graph, Reference, Reference) - Method in class org.restlet.ext.rdf.GraphHandler
 - 
Callback method used when a link is parsed or written.
 - link(Graph, Reference, Literal) - Method in class org.restlet.ext.rdf.GraphBuilder
 - link(Graph, Reference, Literal) - Method in class org.restlet.ext.rdf.GraphHandler
 - 
Callback method used when a link is parsed or written.
 - Link - Class in org.restlet.ext.atom
 - 
Defines a reference from an entry or feed to a Web resource.
 - Link - Class in org.restlet.ext.rdf
 - 
Link between a source resource and a target resource or literal.
 - Link() - Constructor for class org.restlet.ext.atom.Link
 - 
Constructor.
 - Link(Reference, String, Reference) - Constructor for class org.restlet.ext.rdf.Link
 - 
Constructor.
 - Link(Reference, String, Literal) - Constructor for class org.restlet.ext.rdf.Link
 - 
Constructor.
 - Link(Reference, Reference, Reference) - Constructor for class org.restlet.ext.rdf.Link
 - 
Constructor.
 - Link(Reference, Reference, Literal) - Constructor for class org.restlet.ext.rdf.Link
 - 
Constructor.
 - Link(Reference, Relation, MediaType) - Constructor for class org.restlet.ext.atom.Link
 - 
Constructor.
 - Link(Graph, String, Object) - Constructor for class org.restlet.ext.rdf.Link
 - 
Constructor.
 - Link(Graph, String, Reference) - Constructor for class org.restlet.ext.rdf.Link
 - 
Constructor.
 - Link(Graph, String, Literal) - Constructor for class org.restlet.ext.rdf.Link
 - 
Constructor.
 - Link(Graph, Reference, Object) - Constructor for class org.restlet.ext.rdf.Link
 - 
Constructor.
 - Link(Graph, Reference, Reference) - Constructor for class org.restlet.ext.rdf.Link
 - 
Constructor.
 - Link(Graph, Reference, Literal) - Constructor for class org.restlet.ext.rdf.Link
 - 
Constructor.
 - Link(Link) - Constructor for class org.restlet.ext.rdf.Link
 - 
Constructor by copy.
 - Literal - Class in org.restlet.ext.rdf
 - 
Literal as defined by RDF.
 - Literal(String) - Constructor for class org.restlet.ext.rdf.Literal
 - 
Constructor.
 - Literal(String, Reference) - Constructor for class org.restlet.ext.rdf.Literal
 - 
Constructor.
 - Literal(String, Reference, Language) - Constructor for class org.restlet.ext.rdf.Literal
 - 
Constructor.
 - loadClass(String) - Method in class org.restlet.ext.servlet.ServerServlet
 - 
Returns a class for a given qualified class name.
 - loadProperty(Object, String) - Method in class org.restlet.ext.odata.Service
 - 
Updates the given entity object with the value of the specified property.
 - log(Level, String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 - log(Level, String, Object) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 - log(Level, String, Object[]) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 - log(Level, String, Throwable) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 - log(LogRecord) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 - login(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Processes the login request.
 - logout(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Processes the logout request.
 
M
- main(String[]) - Static method in class org.restlet.ext.odata.Generator
 - 
Takes two (or three) parameters:
The URI of the OData service The output directory (optional, used the current directory by default) The name of the generated service class name (optional) - MODE_REQUEST - Static variable in class org.restlet.ext.xml.Transformer
 - 
Mode that transforms request entities before their handling by the attached Restlet.
 - MODE_RESPONSE - Static variable in class org.restlet.ext.xml.Transformer
 - 
Mode that transforms response entities after their handling by the attached Restlet.
 - Module(Module...) - Constructor for class org.restlet.ext.guice.RestletGuice.Module
 - 
Creates a RestletGuice.Module that will install the given modules.
 - Module(Iterable<? extends Module>) - Constructor for class org.restlet.ext.guice.RestletGuice.Module
 - 
Creates a RestletGuice.Module that will install the given modules.
 
N
- newApplicationProvider() - Method in class org.restlet.ext.guice.RestletGuice.Module
 - 
Creates a
Providerr for the currentApplication. - newContextProvider() - Method in class org.restlet.ext.guice.RestletGuice.Module
 - 
Creates a
Providerfor the currentContext. - newRequestProvider() - Method in class org.restlet.ext.guice.RestletGuice.Module
 - 
Creates a
Providerfor the currentRequest. - newResponseProvider() - Method in class org.restlet.ext.guice.RestletGuice.Module
 - 
Creates a
Providerfor the currentResponse. - newRouter() - Method in class org.restlet.ext.guice.ResourceInjectingApplication
 - 
Returns a new instance of
Routerlinked to this application. - NEXT - Static variable in class org.restlet.ext.atom.Relation
 - 
Signifies that the IRI in the value of the href attribute identifies the next resource in a series including the current resource.
 - NEXT_ARCHIVE - Static variable in class org.restlet.ext.atom.Relation
 - 
Signifies that the IRI in the value of the href attribute identifies the immediately following archive document.
 - NodeList - Class in org.restlet.ext.xml
 - 
DOM nodes set that implements the standard List interface for easier iteration.
 - NodeList(NodeList) - Constructor for class org.restlet.ext.xml.NodeList
 - 
Constructor.
 - notationDecl(String, String, String) - Method in class org.restlet.ext.atom.EntryReader
 - notationDecl(String, String, String) - Method in class org.restlet.ext.atom.FeedReader
 
O
- ObapClientHelper - Class in org.restlet.ext.osgi
 - 
Connector to the resources accessed via bundles.
 - ObapClientHelper(Client) - Constructor for class org.restlet.ext.osgi.ObapClientHelper
 - 
Constructor.
 - ObjectRepresentation<T> - Class in org.restlet.ext.gwt
 - 
Representation based on a serializable Java object.
 - ObjectRepresentation(String, Class<T>) - Constructor for class org.restlet.ext.gwt.ObjectRepresentation
 - 
Constructor for deserialization.
 - ObjectRepresentation(T) - Constructor for class org.restlet.ext.gwt.ObjectRepresentation
 - 
Constructor for serialization.
 - orderBy(String) - Method in class org.restlet.ext.odata.Query
 - 
Creates a new Query with the $orderby option set in the URI generated by the returned query.
 - org.restlet.ext.atom - package org.restlet.ext.atom
 - 
Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version.
 - org.restlet.ext.crypto - package org.restlet.ext.crypto
 - 
Support for cryptography including Amazon S3 and Windows Azure client authentication.
 - org.restlet.ext.fileupload - package org.restlet.ext.fileupload
 - 
Integration with Apache FileUpload 1.4 library.
 - org.restlet.ext.freemarker - package org.restlet.ext.freemarker
 - 
Integration with FreeMarker 2.3 template library.
 - org.restlet.ext.gson - package org.restlet.ext.gson
 - 
Integration with Gson 2.8.
 - org.restlet.ext.guice - package org.restlet.ext.guice
 - 
Integration with Google Guice 4.2.
 - org.restlet.ext.gwt - package org.restlet.ext.gwt
 - 
Server-side integration with GWT 2.8.
 - org.restlet.ext.html - package org.restlet.ext.html
 - 
Support for the HTML (HyperText Markup Language) standard in its 4.0 version and above.
 - org.restlet.ext.httpclient - package org.restlet.ext.httpclient
 - 
Integration with Apache HTTP Client 4.5.
 - org.restlet.ext.jaas - package org.restlet.ext.jaas
 - 
Support for JAAS authentication and authorization framework.
 - org.restlet.ext.jackson - package org.restlet.ext.jackson
 - 
Integration with Jackson 2.10.
 - org.restlet.ext.jaxb - package org.restlet.ext.jaxb
 - 
Integration with Java XML Binding (JAXB) 2.4.
 - org.restlet.ext.jetty - package org.restlet.ext.jetty
 - 
Integration with Jetty 9.4 which is a new implementation of the popular Jetty web server.
 - org.restlet.ext.json - package org.restlet.ext.json
 - 
Support for JSON representations.
 - org.restlet.ext.odata - package org.restlet.ext.odata
 - 
Support for the OData web protocol.
 - org.restlet.ext.osgi - package org.restlet.ext.osgi
 - 
Support for OSGi.
 - org.restlet.ext.rdf - package org.restlet.ext.rdf
 - 
Support for the RDF parsing and generation.
 - org.restlet.ext.servlet - package org.restlet.ext.servlet
 - 
Integration with Servlet API 3.1.
 - org.restlet.ext.slf4j - package org.restlet.ext.slf4j
 - 
Integration with SLF4J 1.7.
 - org.restlet.ext.spring - package org.restlet.ext.spring
 - 
Integration with Spring Framework 5.2.
 - org.restlet.ext.thymeleaf - package org.restlet.ext.thymeleaf
 - 
Integration with Thymeleaf 3.0.
 - org.restlet.ext.velocity - package org.restlet.ext.velocity
 - 
Integration with Apache Velocity 2.1.
 - org.restlet.ext.xml - package org.restlet.ext.xml
 - 
Support for XML and XSLT representations.
 
P
- parse(GraphHandler) - Method in class org.restlet.ext.rdf.RdfRepresentation
 - 
Parses the inner RDF representation.
 - parse(ContentHandler) - Method in class org.restlet.ext.xml.SaxRepresentation
 - 
Parses the source and sends SAX events to a content handler.
 - parseCredentials(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Decodes the credentials stored in a cookie into a proper
ChallengeResponseobject. - parseRepresentation(Representation) - Method in class org.restlet.ext.fileupload.RestletFileUpload
 - 
Processes an RFC 1867 compliant
multipart/form-datainput representation. - parseRequest(Request) - Method in class org.restlet.ext.fileupload.RestletFileUpload
 - 
Processes an RFC 1867 compliant
multipart/form-datainput representation. - PAYMENT - Static variable in class org.restlet.ext.atom.Relation
 - 
Signifies that the IRI in the value of the href attribute identifies where payment is accepted.
 - Person - Class in org.restlet.ext.atom
 - 
Element that describes a person, corporation, or similar entity (hereafter, 'person').
 - Person() - Constructor for class org.restlet.ext.atom.Person
 - 
Constructor.
 - Person(String, Reference, String) - Constructor for class org.restlet.ext.atom.Person
 - 
Constructor.
 - postMember(Representation) - Method in class org.restlet.ext.atom.Collection
 - 
Posts a member to the collection resulting in the creation of a new resource.
 - postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.restlet.ext.spring.SpringBeanRouter
 - 
Attaches all
ServerResourceandRestletbeans found in the surrounding bean factory for whichSpringBeanRouter.resolveUri(java.lang.String, org.springframework.beans.factory.ListableBeanFactory)finds a usable URI. - PREDECESSOR_VERSION - Static variable in class org.restlet.ext.atom.Relation
 - 
When included on a versioned resource, this link points to a resource containing the predecessor version in the version history.
 - PREVIOUS - Static variable in class org.restlet.ext.atom.Relation
 - 
Signifies that the IRI in the value of the href attribute identifies the previous resource in a series including the current resource.
 - PREVIOUS_ARCHIVE - Static variable in class org.restlet.ext.atom.Relation
 - 
A URI that refers to the immediately preceding archive document.
 - processingInstruction(String, String) - Method in class org.restlet.ext.atom.EntryReader
 - processingInstruction(String, String) - Method in class org.restlet.ext.atom.FeedReader
 - processingInstruction(String, String) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Write a processing instruction.
 
Q
- Query<T> - Class in org.restlet.ext.odata
 - 
Specific query to a OData service, represents a particular HTTP request to a data service.
 - Query(Service, String, Class<T>) - Constructor for class org.restlet.ext.odata.Query
 - 
Constructor.
 
R
- RdfClientResource - Class in org.restlet.ext.rdf
 - 
Linked client resource.
 - RdfClientResource(String) - Constructor for class org.restlet.ext.rdf.RdfClientResource
 - 
Constructor.
 - RdfClientResource(URI) - Constructor for class org.restlet.ext.rdf.RdfClientResource
 - 
Constructor.
 - RdfClientResource(Context, String) - Constructor for class org.restlet.ext.rdf.RdfClientResource
 - 
Constructor.
 - RdfClientResource(Context, URI) - Constructor for class org.restlet.ext.rdf.RdfClientResource
 - 
Constructor.
 - RdfClientResource(Context, Method, String) - Constructor for class org.restlet.ext.rdf.RdfClientResource
 - 
Constructor.
 - RdfClientResource(Context, Method, URI) - Constructor for class org.restlet.ext.rdf.RdfClientResource
 - 
Constructor.
 - RdfClientResource(Context, Method, Reference) - Constructor for class org.restlet.ext.rdf.RdfClientResource
 - 
Constructor.
 - RdfClientResource(Context, Reference) - Constructor for class org.restlet.ext.rdf.RdfClientResource
 - 
Constructor.
 - RdfClientResource(Context, Request, Response) - Constructor for class org.restlet.ext.rdf.RdfClientResource
 - 
Constructor.
 - RdfClientResource(Method, String) - Constructor for class org.restlet.ext.rdf.RdfClientResource
 - 
Constructor.
 - RdfClientResource(Method, URI) - Constructor for class org.restlet.ext.rdf.RdfClientResource
 - 
Constructor.
 - RdfClientResource(Method, Reference) - Constructor for class org.restlet.ext.rdf.RdfClientResource
 - 
Constructor.
 - RdfClientResource(Reference) - Constructor for class org.restlet.ext.rdf.RdfClientResource
 - 
Constructor.
 - RdfClientResource(Request, Response) - Constructor for class org.restlet.ext.rdf.RdfClientResource
 - 
Constructor.
 - RdfConverter - Class in org.restlet.ext.rdf
 - 
Converter between the Graph and RDF Representation classes.
 - RdfConverter() - Constructor for class org.restlet.ext.rdf.RdfConverter
 - RdfRepresentation - Class in org.restlet.ext.rdf
 - 
Generic RDF representation.
 - RdfRepresentation() - Constructor for class org.restlet.ext.rdf.RdfRepresentation
 - 
Constructor.
 - RdfRepresentation(MediaType) - Constructor for class org.restlet.ext.rdf.RdfRepresentation
 - 
Constructor with argument.
 - RdfRepresentation(Graph, MediaType) - Constructor for class org.restlet.ext.rdf.RdfRepresentation
 - 
Constructor with argument.
 - RdfRepresentation(Representation) - Constructor for class org.restlet.ext.rdf.RdfRepresentation
 - 
Constructor that parsed a given RDF representation into a link set.
 - refresh() - Method in class org.restlet.ext.rdf.RdfClientResource
 - 
Refreshes the links cache.
 - refresh() - Method in class org.restlet.ext.spring.SpringContext
 - register(Bundle) - Static method in class org.restlet.ext.osgi.ObapClientHelper
 - 
Registers the given bundle.
 - RELATED - Static variable in class org.restlet.ext.atom.Relation
 - 
Signifies that the IRI in the value of the href attribute identifies a resource related to the resource described by the containing element.
 - Relation - Class in org.restlet.ext.atom
 - 
Enumeration of relation types.
 - Relation(String) - Constructor for class org.restlet.ext.atom.Relation
 - 
Constructor.
 - release() - Method in class org.restlet.ext.xml.DomRepresentation
 - 
Releases the wrapped DOM document and the source XML representation if they have been defined.
 - release() - Method in class org.restlet.ext.xml.SaxRepresentation
 - 
Releases the namespaces map.
 - release() - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Releases the source and transform sheet representations, the transformer and the URI resolver.
 - release() - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Releases the namespaces map.
 - REPLIES - Static variable in class org.restlet.ext.atom.Relation
 - 
Signifies that the IRI in the value of the href attribute identifies a resource where responses to an entry may be found.
 - RepresentationContext - Class in org.restlet.ext.fileupload
 - 
Provides access to the representation information needed by the FileUpload processor.
 - RepresentationContext(Representation) - Constructor for class org.restlet.ext.fileupload.RepresentationContext
 - 
Constructor.
 - RepresentationResourceLoader - Class in org.restlet.ext.velocity
 - 
Velocity resource loader based on a static map of representations or on a default representation.
 - RepresentationResourceLoader(Representation) - Constructor for class org.restlet.ext.velocity.RepresentationResourceLoader
 - 
Constructor.
 - reset() - Method in class org.restlet.ext.xml.XmlWriter
 - 
Reset the writer.
 - resolveEntity(String, String) - Method in class org.restlet.ext.atom.EntryReader
 - resolveEntity(String, String) - Method in class org.restlet.ext.atom.FeedReader
 - resolveUri(String, ListableBeanFactory) - Method in class org.restlet.ext.spring.SpringBeanRouter
 - 
Uses this first alias for this bean that starts with '/' and is not mapped in the explicit attachments to another bean.
 - ResourceInjectingApplication - Class in org.restlet.ext.guice
 - 
Application with support for creating Router instances that arrange for member injection of resource instances.
 - ResourceInjectingApplication() - Constructor for class org.restlet.ext.guice.ResourceInjectingApplication
 - ResourceProvider - Interface in org.restlet.ext.osgi
 - 
This is an OSGi service interface for registering Restlet resources with an application.
 - RestletFileUpload - Class in org.restlet.ext.fileupload
 - 
High level API for processing file uploads.
 - RestletFileUpload() - Constructor for class org.restlet.ext.fileupload.RestletFileUpload
 - 
Constructs an uninitialized instance of this class.
 - RestletFileUpload(FileItemFactory) - Constructor for class org.restlet.ext.fileupload.RestletFileUpload
 - 
Constructs an instance of this class which uses the supplied factory to create
FileIteminstances. - RestletFrameworkServlet - Class in org.restlet.ext.spring
 - 
A Servlet which provides an automatic Restlet integration with an existing
WebApplicationContext. - RestletFrameworkServlet() - Constructor for class org.restlet.ext.spring.RestletFrameworkServlet
 - RestletGuice - Class in org.restlet.ext.guice
 - 
Guice dependency injection for Restlet.
 - RestletGuice() - Constructor for class org.restlet.ext.guice.RestletGuice
 - RestletGuice.Module - Class in org.restlet.ext.guice
 - 
A Guice module that implements
FinderFactory. - RestletProvider - Interface in org.restlet.ext.osgi
 - 
This is a common interface for several of the providers.
 - RestletServletService - Class in org.restlet.ext.servlet
 - RestletServletService() - Constructor for class org.restlet.ext.servlet.RestletServletService
 - RouterProvider - Interface in org.restlet.ext.osgi
 - 
This is an OSGi service interface for registering Restlet filters with an application.
 
S
- SaxRepresentation - Class in org.restlet.ext.xml
 - 
XML representation for SAX events processing.
 - SaxRepresentation() - Constructor for class org.restlet.ext.xml.SaxRepresentation
 - 
Default constructor.
 - SaxRepresentation(MediaType) - Constructor for class org.restlet.ext.xml.SaxRepresentation
 - 
Constructor.
 - SaxRepresentation(MediaType, SAXSource) - Constructor for class org.restlet.ext.xml.SaxRepresentation
 - 
Constructor.
 - SaxRepresentation(MediaType, Document) - Constructor for class org.restlet.ext.xml.SaxRepresentation
 - 
Constructor.
 - SaxRepresentation(MediaType, InputSource) - Constructor for class org.restlet.ext.xml.SaxRepresentation
 - 
Constructor.
 - SaxRepresentation(Representation) - Constructor for class org.restlet.ext.xml.SaxRepresentation
 - 
Constructor.
 - score(Object, Variant, Resource) - Method in class org.restlet.ext.atom.AtomConverter
 - score(Object, Variant, Resource) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
 - score(Object, Variant, Resource) - Method in class org.restlet.ext.gson.GsonConverter
 - score(Object, Variant, Resource) - Method in class org.restlet.ext.gwt.GwtConverter
 - score(Object, Variant, Resource) - Method in class org.restlet.ext.html.HtmlConverter
 - score(Object, Variant, Resource) - Method in class org.restlet.ext.jackson.JacksonConverter
 - score(Object, Variant, Resource) - Method in class org.restlet.ext.jaxb.JaxbConverter
 - score(Object, Variant, Resource) - Method in class org.restlet.ext.json.JsonConverter
 - score(Object, Variant, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
 - score(Object, Variant, Resource) - Method in class org.restlet.ext.thymeleaf.ThymeleafConverter
 - score(Object, Variant, Resource) - Method in class org.restlet.ext.velocity.VelocityConverter
 - score(Object, Variant, Resource) - Method in class org.restlet.ext.xml.XmlConverter
 - score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.atom.AtomConverter
 - score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
 - score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.gson.GsonConverter
 - score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.gwt.GwtConverter
 - score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.html.HtmlConverter
 - score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jackson.JacksonConverter
 - score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jaxb.JaxbConverter
 - score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.json.JsonConverter
 - score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
 - score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.thymeleaf.ThymeleafConverter
 - score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.velocity.VelocityConverter
 - score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.xml.XmlConverter
 - select(String) - Method in class org.restlet.ext.odata.Query
 - 
Creates a new Query with the $select option set in the URI generated by the returned query.
 - SELF - Static variable in class org.restlet.ext.atom.Relation
 - 
Signifies that the IRI in the value of the href attribute identifies a resource equivalent to the containing element.
 - SelfInjectingServerResource - Class in org.restlet.ext.guice
 - 
Base class for ServerResources that do their own member injection.
 - SelfInjectingServerResource() - Constructor for class org.restlet.ext.guice.SelfInjectingServerResource
 - SelfInjectingServerResourceModule - Class in org.restlet.ext.guice
 - 
Install this module to arrange for
SelfInjectingServerResourceinstances to have their members injected (idempotently) by theSelfInjectingServerResource.doInit()method (which is called automatically after construction). - SelfInjectingServerResourceModule() - Constructor for class org.restlet.ext.guice.SelfInjectingServerResourceModule
 - ServerServlet - Class in org.restlet.ext.servlet
 - 
Servlet acting like an HTTP server connector.
 - ServerServlet() - Constructor for class org.restlet.ext.servlet.ServerServlet
 - 
Constructor.
 - service(HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.servlet.ServerServlet
 - 
Services a HTTP Servlet request as an uniform call.
 - service(HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.servlet.ServletAdapter
 - 
Services a HTTP Servlet request as a Restlet request handled by the "target" Restlet.
 - Service - Class in org.restlet.ext.atom
 - 
Represents an Atom introspection document.
 - Service - Class in org.restlet.ext.odata
 - 
Acts as a manager for a specific remote OData service.
 - Service(String) - Constructor for class org.restlet.ext.atom.Service
 - 
Constructor.
 - Service(String) - Constructor for class org.restlet.ext.odata.Service
 - 
Constructor.
 - Service(String, Representation) - Constructor for class org.restlet.ext.atom.Service
 - 
Constructor.
 - Service(Client) - Constructor for class org.restlet.ext.atom.Service
 - 
Constructor.
 - Service(Client, String) - Constructor for class org.restlet.ext.atom.Service
 - 
Constructor.
 - Service(Context, String) - Constructor for class org.restlet.ext.atom.Service
 - 
Constructor.
 - Service(Reference) - Constructor for class org.restlet.ext.odata.Service
 - 
Constructor.
 - Service(Representation) - Constructor for class org.restlet.ext.atom.Service
 - 
Constructor.
 - Service(Restlet, String, Representation) - Constructor for class org.restlet.ext.atom.Service
 - 
Constructor.
 - SERVICE - Static variable in class org.restlet.ext.atom.Relation
 - 
Signifies that the IRI in the value of the href attribute identifies a resource that can be used to retrieve an Atom Publishing Protocol Service Document as defined by RFC 5023.
 - SERVLET_CONFIG_ATTRIBUTE - Static variable in interface org.restlet.ext.osgi.ApplicationProvider
 - 
The key constant that may be used to look up the
ServletConfiginstance from the child context - SERVLET_CONTEXT_ATTRIBUTE - Static variable in interface org.restlet.ext.osgi.ApplicationProvider
 - 
The key constant that may be used to look up the
ServletContextinstance from the child context - ServletAdapter - Class in org.restlet.ext.servlet
 - 
HTTP adapter from Servlet calls to Restlet calls.
 - ServletAdapter(ServletContext) - Constructor for class org.restlet.ext.servlet.ServletAdapter
 - 
Constructor.
 - ServletAdapter(ServletContext, Restlet) - Constructor for class org.restlet.ext.servlet.ServletAdapter
 - 
Constructor.
 - ServletUtils - Class in org.restlet.ext.servlet
 - 
Servlet related utilities.
 - ServletUtils() - Constructor for class org.restlet.ext.servlet.ServletUtils
 - setAccept(List<MediaType>) - Method in class org.restlet.ext.atom.Collection
 - 
Sets the accepted media types.
 - setAlgorithm(String) - Method in class org.restlet.ext.crypto.DigestVerifier
 - 
Sets the digest algorithm of provided secrets.
 - setApplicationContext(ApplicationContext) - Method in class org.restlet.ext.spring.SpringBeanFinder
 - 
Sets the parent application context
 - setApplicationContext(ApplicationContext) - Method in class org.restlet.ext.spring.SpringBeanRouter
 - 
Sets the Spring application context.
 - setAttachment(String, Object) - Method in class org.restlet.ext.spring.SpringHost
 - 
Sets a route to attach.
 - setAttachment(Router, String, Object) - Static method in class org.restlet.ext.spring.SpringRouter
 - 
Attach a single route.
 - setAttachments(Map<String, Object>) - Method in class org.restlet.ext.spring.SpringHost
 - 
Sets the map of routes to attach.
 - setAttachments(Map<String, Object>) - Method in class org.restlet.ext.spring.SpringRouter
 - 
Sets the map of routes to attach.
 - setAttachments(Map<String, String>) - Method in class org.restlet.ext.spring.SpringBeanRouter
 - 
Sets an explicit mapping of URI templates to bean IDs to use in addition to the usual bean name mapping behavior.
 - setAttachments(Router, Map<String, Object>) - Static method in class org.restlet.ext.spring.SpringRouter
 - 
Sets the map of routes to attach.
 - setBaseReference(String) - Method in class org.restlet.ext.atom.Feed
 - 
Sets the base URI used to resolve relative references found within the scope of the xml:base attribute.
 - setBaseReference(Reference) - Method in class org.restlet.ext.atom.Categories
 - 
Sets the base reference used to resolve relative references found within the scope of the xml:base attribute.
 - setBaseReference(Reference) - Method in class org.restlet.ext.atom.Collection
 - 
Sets the base reference used to resolve relative references found within the scope of the xml:base attribute.
 - setBaseReference(Reference) - Method in class org.restlet.ext.atom.Feed
 - 
Sets the base reference used to resolve relative references found within the scope of the xml:base attribute.
 - setBaseReference(Reference) - Method in class org.restlet.ext.atom.Service
 - 
Sets the base reference used to resolve relative references found within the scope of the xml:base attribute.
 - setBaseReference(Reference) - Method in class org.restlet.ext.atom.Workspace
 - 
Sets the base reference used to resolve relative references found within the scope of the xml:base attribute.
 - setBeanFactory(BeanFactory) - Method in class org.restlet.ext.spring.SpringBeanFinder
 - 
Sets the parent bean factory.
 - setBeanName(String) - Method in class org.restlet.ext.spring.SpringBeanFinder
 - 
Sets the bean name.
 - setBuilder(GsonBuilder) - Method in class org.restlet.ext.gson.GsonRepresentation
 - 
Sets the Gson builder.
 - setCategories(Categories) - Method in class org.restlet.ext.atom.Collection
 - 
Sets the categories.
 - setClassLoader(ClassLoader) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Sets the classloader to use for JAXB annotated classes.
 - setClient(Object) - Method in class org.restlet.ext.spring.SpringComponent
 - 
Adds a client to the list of connectors.
 - setClientDispatcher(Client) - Method in class org.restlet.ext.atom.Service
 - 
Sets the client HTTP dispatcher.
 - setClientsList(List<Object>) - Method in class org.restlet.ext.spring.SpringComponent
 - 
Sets the list of clients, either as protocol names, Protocol instances or Client instances.
 - setClientVersion(String) - Method in class org.restlet.ext.odata.Service
 - 
Sets the version of the OData protocol extensions defined in every request issued by this service.
 - setCoalescing(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Indicates if the parser should be coalescing text.
 - setConfiguration(Configuration) - Method in class org.restlet.ext.freemarker.TemplateFilter
 - 
Sets the FreeMarker configuration.
 - setConfiguration(Configuration) - Method in class org.restlet.ext.jaas.JaasVerifier
 - 
Sets the optional JAAS login configuration.
 - setContent(String) - Method in class org.restlet.ext.atom.Text
 - 
Sets the content.
 - setContent(Content) - Method in class org.restlet.ext.atom.Entry
 - 
Sets the content of the entry or links to it.
 - setContent(Content) - Method in class org.restlet.ext.atom.Link
 - 
Sets the content of the entry or links to it.
 - setContext(IContext) - Method in class org.restlet.ext.thymeleaf.TemplateRepresentation
 - 
Sets the Thymeleaf context.
 - setContextPath(String) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Sets the list of Java package names that contain schema derived class and/or Java to schema (JAXB-annotated) mapped classes.
 - setCookieName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Sets the cookie name to use for the authentication credentials.
 - setCredentials(ChallengeResponse) - Method in class org.restlet.ext.odata.Service
 - 
Sets the credentials used to authenticate requests.
 - setCsvSchema(CsvSchema) - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Sets the Jackson CSV schema.
 - setDataFormat(boolean) - Method in class org.restlet.ext.xml.XmlWriter
 - setDataModel(Object) - Method in class org.restlet.ext.freemarker.TemplateFilter
 - 
Sets the template data model common to all calls.
 - setDataModel(Object) - Method in class org.restlet.ext.freemarker.TemplateRepresentation
 - 
Sets the template's data model.
 - setDataModel(Map<String, Object>) - Method in class org.restlet.ext.thymeleaf.TemplateRepresentation
 - 
Sets the template's data model.
 - setDataModel(Map<String, Object>) - Method in class org.restlet.ext.velocity.TemplateRepresentation
 - 
Sets the template's data model.
 - setDataModel(Request, Response) - Method in class org.restlet.ext.freemarker.TemplateRepresentation
 - 
Sets the template's data model from a request/response pair.
 - setDataModel(Request, Response) - Method in class org.restlet.ext.thymeleaf.TemplateRepresentation
 - 
Sets the template's data model from a request/response pair.
 - setDataModel(Request, Response) - Method in class org.restlet.ext.velocity.TemplateRepresentation
 - 
Sets the template's data model from a request/response pair.
 - setDataModel(Resolver<Object>) - Method in class org.restlet.ext.freemarker.TemplateRepresentation
 - 
Sets the template's data model from a resolver.
 - setDataModel(Resolver<Object>) - Method in class org.restlet.ext.thymeleaf.TemplateRepresentation
 - 
Sets the template's data model from a resolver.
 - setDataModel(Resolver<Object>) - Method in class org.restlet.ext.velocity.TemplateRepresentation
 - 
Sets the template's data model from a resolver.
 - setDatatypeRef(Reference) - Method in class org.restlet.ext.rdf.Literal
 - 
Sets the datatype reference.
 - setDefaultAttachment(Object) - Method in class org.restlet.ext.spring.SpringHost
 - 
Sets the default route to attach.
 - setDefaultAttachment(Object) - Method in class org.restlet.ext.spring.SpringRouter
 - 
Sets the default route to attach.
 - setDefaultLink(Link) - Method in class org.restlet.ext.rdf.Graph
 - 
Sets the default link that is used to complete new links.
 - setDefaultTarget(Restlet) - Method in class org.restlet.ext.spring.SpringComponent
 - 
Attaches a target Restlet to the default host.
 - setDocument(Document) - Method in class org.restlet.ext.xml.DomRepresentation
 - 
Sets the wrapped DOM document.
 - setDocumentLocator(Locator) - Method in class org.restlet.ext.atom.EntryReader
 - setDocumentLocator(Locator) - Method in class org.restlet.ext.atom.FeedReader
 - setDomainRefs(List<Reference>) - Method in class org.restlet.ext.crypto.DigestAuthenticator
 - 
Sets the URI references that define the protection domains for the digest authentication.
 - setEmail(String) - Method in class org.restlet.ext.atom.Person
 - 
Sets the email address.
 - setEncryptAlgorithm(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Sets the name of the algorithm used to encrypt the log info cookie value.
 - setEncryptSecretKey(byte[]) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Sets the secret key for the algorithm used to encrypt the log info cookie value.
 - setEntityResolver(EntityResolver) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Set the
EntityResolverto use when resolving external entity references encountered in this type of XML representations. - setEntries(List<Category>) - Method in class org.restlet.ext.atom.Categories
 - 
Sets the list of entries.
 - setErrorHandler(ErrorHandler) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Set the
ErrorHandlerto use when signaling SAX event exceptions. - setErrorListener(ErrorListener) - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Sets the transformer's error listener.
 - setExpandingEntityRefs(boolean) - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Indicates if the parser will expand entity reference nodes.
 - setExpandingEntityRefs(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Indicates if the parser will expand entity reference nodes.
 - setExpandingEntityRefs(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Indicates if the parser will expand entity reference nodes.
 - setExternalRef(Reference) - Method in class org.restlet.ext.atom.Content
 - 
Sets the reference to the external representation.
 - setExternalType(MediaType) - Method in class org.restlet.ext.atom.Content
 - 
Sets the expected media type of the external content.
 - setFindingInAncestors(boolean) - Method in class org.restlet.ext.spring.SpringBeanRouter
 - 
Sets if bean names will be searched for higher up in the BeanFactory hierarchy.
 - setFirst(T) - Method in class org.restlet.ext.rdf.Couple
 - 
Sets the first object.
 - setFirst(T) - Method in class org.restlet.ext.rdf.Triple
 - 
Sets the first object.
 - setFixed(boolean) - Method in class org.restlet.ext.atom.Categories
 - 
Indicates if the list is fixed.
 - setFormattedOutput(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Indicates if the resulting XML data should be formatted with line breaks and indentation.
 - setFragment(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Indicates whether or not document level events will be generated by the Marshaller.
 - setGenerator(Generator) - Method in class org.restlet.ext.atom.Feed
 - 
Sets the agent used to generate a feed.
 - setGenerator(Generator) - Method in class org.restlet.ext.atom.Source
 - 
Sets the agent used to generate a feed.
 - setGraph(Graph) - Method in class org.restlet.ext.rdf.RdfRepresentation
 - 
Sets the graph of links.
 - setHref(Reference) - Method in class org.restlet.ext.atom.Collection
 - 
Sets the hypertext reference.
 - setHref(Reference) - Method in class org.restlet.ext.atom.Link
 - 
Sets the link's IRI.
 - setHrefLang(Language) - Method in class org.restlet.ext.atom.Link
 - 
Sets the language of the resource pointed to by the href attribute.
 - setIcon(Reference) - Method in class org.restlet.ext.atom.Feed
 - 
Sets the image that provides iconic visual identification for a feed.
 - setIcon(Reference) - Method in class org.restlet.ext.atom.Source
 - 
Sets the image that provides iconic visual identification for a feed.
 - setId(String) - Method in class org.restlet.ext.atom.Entry
 - 
Sets the permanent, universally unique identifier for the entry.
 - setId(String) - Method in class org.restlet.ext.atom.Feed
 - 
Sets the permanent, universally unique identifier for the feed.
 - setId(String) - Method in class org.restlet.ext.atom.Source
 - 
Sets the permanent, universally unique identifier for the entry.
 - setIdentifierFormName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Sets the name of the HTML login form field containing the identifier.
 - setIdleConnectionReaper(HttpIdleConnectionReaper) - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - 
Sets the idle connections reaper.
 - setIgnoringComments(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Indicates if the parser will ignore comments.
 - setIgnoringExtraWhitespaces(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Indicates if the parser will ignore extra white spaces in element content.
 - setIndenting(boolean) - Method in class org.restlet.ext.json.JsonRepresentation
 - 
Indicates if JSON objects and arrays should be indented.
 - setIndenting(boolean) - Method in class org.restlet.ext.xml.DomRepresentation
 - 
Indicates if the XML serialization should be indented.
 - setIndentingSize(int) - Method in class org.restlet.ext.json.JsonRepresentation
 - 
Sets the number of spaces to use for indentation.
 - setIndentStep(int) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Set the current indent step.
 - setInlineContent(Representation) - Method in class org.restlet.ext.atom.Content
 - 
Sets the representation for inline content.
 - setInterceptingLogin(boolean) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Indicates if the login requests should be intercepted.
 - setInterceptingLogout(boolean) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Indicates if the logout requests should be intercepted.
 - setLabel(String) - Method in class org.restlet.ext.atom.Category
 - 
Sets the label.
 - setLanguage(Language) - Method in class org.restlet.ext.rdf.Literal
 - 
Sets the language.
 - setLatestRequest(Request) - Method in class org.restlet.ext.odata.Service
 - 
Sets the latest request sent to the service.
 - setLatestResponse(Response) - Method in class org.restlet.ext.odata.Service
 - 
Sets the response to the latest request.
 - setLength(long) - Method in class org.restlet.ext.atom.Link
 - 
Sets the advisory length of the linked content in octets.
 - setLink(Object, String, Object) - Method in class org.restlet.ext.odata.Service
 - 
Sets the association between the source and the target entity via the given property name.
 - setLoginFormPath(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Sets the URI path of the HTML login form to use to challenge the user.
 - setLoginPath(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Sets the login URI path to intercept.
 - setLogo(Reference) - Method in class org.restlet.ext.atom.Feed
 - 
Sets the image that provides visual identification for a feed.
 - setLogo(Reference) - Method in class org.restlet.ext.atom.Source
 - 
Sets the image that provides visual identification for a feed.
 - setLogoutPath(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Sets the logout URI path to intercept.
 - setMaxClientVersion(String) - Method in class org.restlet.ext.odata.Service
 - 
Sets the maximum version of the OData protocol extensions the client can accept in a response.
 - setMaxCookieAge(int) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Sets the maximum age of the log info cookie.
 - setMaxRequestAge(long) - Method in class org.restlet.ext.crypto.AwsAuthenticator
 - 
Sets the maximum age of a request, in milliseconds, before it is considered stale.
 - setMaxServerNonceAge(long) - Method in class org.restlet.ext.crypto.DigestAuthenticator
 - 
Sets the number of milliseconds between each mandatory nonce refresh.
 - setMode(int) - Method in class org.restlet.ext.xml.Transformer
 - 
Sets the transformation mode.
 - setMultipart(boolean) - Method in class org.restlet.ext.html.FormDataSet
 - 
Indicates if the form is multipart encoded.
 - setMultipartBoundary(String) - Method in class org.restlet.ext.html.FormDataSet
 - 
Sets the boundary separating multipart entries.
 - setName(String) - Method in class org.restlet.ext.atom.Generator
 - 
Sets the human-readable name for the generating agent.
 - setName(String) - Method in class org.restlet.ext.atom.Person
 - 
Sets the human-readable name.
 - setName(String) - Method in class org.restlet.ext.html.FormData
 - 
Sets the name of the associated form control.
 - setName(String) - Method in class org.restlet.ext.jaas.JaasVerifier
 - 
Sets the JAAS login context name.
 - setNamespaceAware(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Indicates if processing is namespace aware.
 - setNamespacePrefixMapper(NamespacePrefixMapper) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Sets the optional namespace prefix mapper for marshalling.
 - setNamespaces(Map<String, String>) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Sets the map of namespaces.
 - setNext(Restlet) - Method in class org.restlet.ext.servlet.ServletAdapter
 - 
Sets the next Restlet.
 - setNextPage(Reference) - Method in class org.restlet.ext.odata.Query
 - 
Sets the reference to the next page (used in server-paging mode).
 - setNoNamespaceSchemaLocation(String) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Sets the "xsi:noNamespaceSchemaLocation" attribute in the generated XML data.
 - setObject(T) - Method in class org.restlet.ext.gson.GsonRepresentation
 - 
Sets the object to format.
 - setObject(T) - Method in class org.restlet.ext.gwt.ObjectRepresentation
 - 
Sets the wrapped object.
 - setObject(T) - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Sets the object to format.
 - setObject(T) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Sets the wrapped Java object.
 - setObjectClass(Class<T>) - Method in class org.restlet.ext.gson.GsonRepresentation
 - 
Sets the object class to instantiate.
 - setObjectClass(Class<T>) - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Sets the object class to instantiate.
 - setObjectMapper(ObjectMapper) - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Sets the Jackson object mapper.
 - setObjectReader(ObjectReader) - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Sets the Jackson object reader.
 - setObjectWriter(ObjectWriter) - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Sets the Jackson object writer.
 - setOutput(Writer) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Set a new output destination for the document.
 - setOutputProperties(Map<String, String>) - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Sets the modifiable map of JAXP transformer output properties.
 - setParameters(Map<String, Object>) - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Sets the JAXP transformer parameters.
 - setParameters(Properties) - Method in class org.restlet.ext.spring.SpringServer
 - 
Sets parameters on the server.
 - setPrefix(String, String) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Specify a preferred prefix for a Namespace URI.
 - setPublished(Date) - Method in class org.restlet.ext.atom.Entry
 - 
Sets the moment associated with an event early in the life cycle of the entry.
 - setQuery(String) - Method in class org.restlet.ext.odata.Query
 - 
Sets the query string of the request.
 - setRedirectQueryName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Sets the name of the query parameter containing the URI to redirect the browser to after login or logout.
 - setReference(Reference) - Method in class org.restlet.ext.atom.Service
 - 
Sets the hypertext reference.
 - setRel(Relation) - Method in class org.restlet.ext.atom.Link
 - 
Sets the link's relation type.
 - setRequest(Request) - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
 - 
Sets the handled request.
 - setResponse(Response) - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
 - 
Sets the handled response.
 - setResultCharacterSet(CharacterSet) - Method in class org.restlet.ext.xml.Transformer
 - 
Sets the character set of the result representation.
 - setResultEncodings(List<Encoding>) - Method in class org.restlet.ext.xml.Transformer
 - 
Sets the encodings of the result representation.
 - setResultLanguages(List<Language>) - Method in class org.restlet.ext.xml.Transformer
 - 
Sets the languages of the result representation.
 - setResultMediaType(MediaType) - Method in class org.restlet.ext.xml.Transformer
 - 
Sets the media type of the result representation.
 - setRights(String) - Method in class org.restlet.ext.atom.Feed
 - 
Sets the information about rights held in and over an feed.
 - setRights(Text) - Method in class org.restlet.ext.atom.Entry
 - 
Sets the information about rights held in and over an entry.
 - setRights(Text) - Method in class org.restlet.ext.atom.Feed
 - 
Sets the information about rights held in and over an feed.
 - setRights(Text) - Method in class org.restlet.ext.atom.Source
 - 
Sets the information about rights held in and over an entry.
 - setRouter(Router) - Method in class org.restlet.ext.spring.SpringBeanFinder
 - 
Sets the associated router.
 - setSaxSource(SAXSource) - Method in class org.restlet.ext.xml.SaxRepresentation
 - 
Sets a SAX source that can be parsed by the
SaxRepresentation.parse(ContentHandler)method. - setSchema(Schema) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Set a (compiled)
Schemato use when parsing and validating this type of XML representations. - setSchema(Representation) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Set a schema representation to be compiled and used when parsing and validating this type of XML representations.
 - setSchemaLocation(String) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Sets the "xsi:schemaLocation" attribute in the generated XML data.
 - setScheme(Reference) - Method in class org.restlet.ext.atom.Categories
 - 
Sets the scheme.
 - setScheme(Reference) - Method in class org.restlet.ext.atom.Category
 - 
Sets the scheme.
 - setSecond(U) - Method in class org.restlet.ext.rdf.Couple
 - 
Sets the second object.
 - setSecond(U) - Method in class org.restlet.ext.rdf.Triple
 - 
Sets the second object.
 - setSecretFormName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
 - 
Sets the name of the HTML login form field containing the secret.
 - setSecureProcessing(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Indicates if it limits potential XML overflow attacks.
 - setSecureProcessing(boolean) - Method in class org.restlet.ext.xml.SaxRepresentation
 - 
Indicates if it limits potential XML overflow attacks.
 - setSerializationPolicy(SerializationPolicy) - Method in class org.restlet.ext.gwt.ObjectRepresentation
 - 
Sets the GWT-RPC serialization policy.
 - setSerializationPolicyProvider(SerializationPolicyProvider) - Method in class org.restlet.ext.gwt.ObjectRepresentation
 - 
Sets the GWT-RPC serialization policy provider.
 - setServer(Object) - Method in class org.restlet.ext.spring.SpringComponent
 - 
Adds a server to the list of connectors.
 - setServerKey(String) - Method in class org.restlet.ext.crypto.DigestAuthenticator
 - 
Sets the secret key known only by server.
 - setServersList(List<Object>) - Method in class org.restlet.ext.spring.SpringComponent
 - 
Sets the list of servers, either as protocol names, Protocol instances or Server instances.
 - setService(Service) - Method in class org.restlet.ext.atom.Workspace
 - 
Sets the parent service.
 - setSlf4jLogger(Logger) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 - 
Sets the wrapped SLF4J logger.
 - setSource(Reference) - Method in class org.restlet.ext.rdf.Link
 - 
Sets the source resource reference.
 - setSource(Source) - Method in class org.restlet.ext.atom.Entry
 - 
Sets the source feed's metadata if the entry was copied from another feed.
 - setSource(Graph) - Method in class org.restlet.ext.rdf.Link
 - 
Sets the source as a graph.
 - setSource(Link) - Method in class org.restlet.ext.rdf.Link
 - 
Sets the source as a link.
 - setSourceRepresentation(Representation) - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Sets the source representation to transform.
 - setSubtitle(String) - Method in class org.restlet.ext.atom.Feed
 - 
Sets the short summary, abstract, or excerpt of an feed.
 - setSubtitle(Text) - Method in class org.restlet.ext.atom.Feed
 - 
Sets the short summary, abstract, or excerpt of an feed.
 - setSubtitle(Text) - Method in class org.restlet.ext.atom.Source
 - 
Sets the short summary, abstract, or excerpt of an entry.
 - setSummary(String) - Method in class org.restlet.ext.atom.Entry
 - 
Sets the short summary, abstract, or excerpt of the entry.
 - setTarget(Reference) - Method in class org.restlet.ext.rdf.Link
 - 
Sets the target as a resource reference.
 - setTarget(Graph) - Method in class org.restlet.ext.rdf.Link
 - 
Sets the target as a graph.
 - setTarget(Link) - Method in class org.restlet.ext.rdf.Link
 - 
Sets the target as a link.
 - setTarget(Literal) - Method in class org.restlet.ext.rdf.Link
 - 
Sets the target literal.
 - setTargetRestletBeanName(String) - Method in class org.restlet.ext.spring.RestletFrameworkServlet
 - 
Sets the bean name of the target Restlet.
 - setTemplate(Template) - Method in class org.restlet.ext.freemarker.TemplateRepresentation
 - 
Sets the FreeMarker template.
 - setTemplateName(String) - Method in class org.restlet.ext.thymeleaf.TemplateRepresentation
 - 
Sets the template's name.
 - setTemplates(Templates) - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Sets the templates to be used and reused.
 - setTerm(String) - Method in class org.restlet.ext.atom.Category
 - 
Sets the term.
 - setThird(V) - Method in class org.restlet.ext.rdf.Triple
 - 
Sets the third object.
 - setTitle(String) - Method in class org.restlet.ext.atom.Collection
 - 
Sets the title.
 - setTitle(String) - Method in class org.restlet.ext.atom.Entry
 - 
Sets the human-readable title for the entry.
 - setTitle(String) - Method in class org.restlet.ext.atom.Feed
 - 
Sets the human-readable title for the feed.
 - setTitle(String) - Method in class org.restlet.ext.atom.Link
 - 
Sets the human-readable information about the link.
 - setTitle(String) - Method in class org.restlet.ext.atom.Workspace
 - 
Sets the title.
 - setTitle(Text) - Method in class org.restlet.ext.atom.Entry
 - 
Sets the human-readable title for the entry.
 - setTitle(Text) - Method in class org.restlet.ext.atom.Feed
 - 
Sets the human-readable title for the feed.
 - setTitle(Text) - Method in class org.restlet.ext.atom.Source
 - 
Sets the human-readable title for the entry.
 - setToEncode(boolean) - Method in class org.restlet.ext.atom.Content
 - 
Indicates if the content is to be encoded.
 - setTransformSheet(Representation) - Method in class org.restlet.ext.xml.Transformer
 - 
Sets the XSLT transform sheet to apply to message entities.
 - setTransformSheet(Representation) - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Sets the XSLT transform sheet to apply to message entities.
 - setType(MediaType) - Method in class org.restlet.ext.atom.Link
 - 
Sets the advisoty media type.
 - setType(MediaType) - Method in class org.restlet.ext.atom.Text
 - 
Sets the content type.
 - setTypeRef(Reference) - Method in class org.restlet.ext.rdf.Link
 - 
Sets the type reference.
 - setUpdated(Date) - Method in class org.restlet.ext.atom.Entry
 - 
Sets the most recent moment when the entry was modified in a significant way.
 - setUpdated(Date) - Method in class org.restlet.ext.atom.Feed
 - 
Sets the most recent moment when the feed was modified in a significant way.
 - setUpdated(Date) - Method in class org.restlet.ext.atom.Source
 - 
Sets the most recent moment when the entry was modified in a significant way.
 - setUri(Reference) - Method in class org.restlet.ext.atom.Generator
 - 
Sets the reference of the generating agent.
 - setUri(Reference) - Method in class org.restlet.ext.atom.Person
 - 
Sets the IRI associated with the person.
 - setUriResolver(URIResolver) - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Sets the URI resolver.
 - setUserPrincipalClassName(String) - Method in class org.restlet.ext.jaas.JaasVerifier
 - 
Sets the user principal class name.
 - setValidatingDtd(boolean) - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - 
Indicates the desire for validating this type of XML representations against an XML schema if one is referenced within the contents.
 - setValidatingDtd(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Indicates the desire for validating this type of XML representations against an XML schema if one is referenced within the contents.
 - setValidatingDtd(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Indicates the desire for validating this type of XML representations against an XML schema if one is referenced within the contents.
 - setValidationEventHandler(ValidationEventHandler) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Sets the validation event handler.
 - setValue(Object, Representation) - Method in class org.restlet.ext.odata.Service
 - 
Sets the value of the given media entry link.
 - setValue(String) - Method in class org.restlet.ext.html.FormData
 - 
Sets the textual value of the associated form control.
 - setValue(String) - Method in class org.restlet.ext.rdf.Literal
 - 
Sets the value.
 - setValueRepresentation(Representation) - Method in class org.restlet.ext.html.FormData
 - 
Sets the value of the associated form control as a full fledged representation.
 - setVerifier(Verifier) - Method in class org.restlet.ext.crypto.AwsAuthenticator
 - 
Sets the internal verifier.
 - setVerifier(Verifier) - Method in class org.restlet.ext.crypto.DigestAuthenticator
 - 
Set the internal verifier.
 - setVersion(String) - Method in class org.restlet.ext.atom.Generator
 - 
Sets the version of the generating agent.
 - setWorkspace(Workspace) - Method in class org.restlet.ext.atom.Collection
 - 
Sets the parent workspace.
 - setWrappedAlgorithm(String) - Method in class org.restlet.ext.crypto.DigestAuthenticator
 - 
Sets the digest algorithm of secrets returned by the wrapped verifier.
 - setWrappedAlgorithm(String) - Method in class org.restlet.ext.crypto.DigestVerifier
 - 
Sets the digest algorithm of secrets returned by the wrapped verifier.
 - setWrappedServer(Server) - Method in class org.restlet.ext.jetty.JettyServerHelper
 - 
Sets the wrapped Jetty server.
 - setWrappedVerifier(LocalVerifier) - Method in class org.restlet.ext.crypto.AwsAuthenticator
 - 
Sets the secret verifier that will be wrapped by the real verifier supporting all the HTTP AWS verifications.
 - setWrappedVerifier(LocalVerifier) - Method in class org.restlet.ext.crypto.DigestAuthenticator
 - 
Sets the secret verifier that will be wrapped by real verifier supporting all the HTTP DIGEST verifications (nonce, domain URIs, etc.).
 - setWrappedVerifier(T) - Method in class org.restlet.ext.crypto.DigestVerifier
 - 
Sets the wrapped secret verifier.
 - setXIncludeAware(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Indicates the desire for processing XInclude if found in this type of XML representations.
 - setXIncludeAware(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Indicates the desire for processing XInclude if found in this type of XML representations.
 - severe(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 - 
Logs a severe message.
 - shouldDeserializeFields(Class<?>) - Method in class org.restlet.ext.gwt.SimpleSerializationPolicy
 - shouldSerializeFields(Class<?>) - Method in class org.restlet.ext.gwt.SimpleSerializationPolicy
 - SimpleSerializationPolicy - Class in org.restlet.ext.gwt
 - 
Serialization policy that allows the serialization of all the classes and fields.
 - SimpleSerializationPolicy() - Constructor for class org.restlet.ext.gwt.SimpleSerializationPolicy
 - SimpleSerializationPolicyProvider - Class in org.restlet.ext.gwt
 - 
Serialization policy provider that return the
SimpleSerializationPolicydefault instance all the time. - SimpleSerializationPolicyProvider() - Constructor for class org.restlet.ext.gwt.SimpleSerializationPolicyProvider
 - size() - Method in class org.restlet.ext.xml.NodeList
 - skip(int) - Method in class org.restlet.ext.odata.Query
 - 
Creates a new Query with the $skip option set in the URI generated by the returned query.
 - skippedEntity(String) - Method in class org.restlet.ext.atom.EntryReader
 - skippedEntity(String) - Method in class org.restlet.ext.atom.FeedReader
 - skipToken(String) - Method in class org.restlet.ext.odata.Query
 - 
Creates a new Query with the $skiptoken option set in the URI generated by the returned query.
 - Slf4jLogger - Class in org.restlet.ext.slf4j
 - 
JULI logger that efficiently wraps a SLF4J logger.
 - Slf4jLogger(String, String) - Constructor for class org.restlet.ext.slf4j.Slf4jLogger
 - 
Constructor.
 - Slf4jLogger(Logger) - Constructor for class org.restlet.ext.slf4j.Slf4jLogger
 - 
Constructor.
 - Slf4jLoggerFacade - Class in org.restlet.ext.slf4j
 - 
Restlet log facade for the SLF4J
LoggerFactory. - Slf4jLoggerFacade() - Constructor for class org.restlet.ext.slf4j.Slf4jLoggerFacade
 - Source - Class in org.restlet.ext.atom
 - 
Source feed's metadata for entries copied from another feed.
 - Source() - Constructor for class org.restlet.ext.atom.Source
 - 
Constructor.
 - SpringBeanFinder - Class in org.restlet.ext.spring
 - 
An alternative to
SpringFinderwhich uses Spring's BeanFactory mechanism to load a prototype bean by name. - SpringBeanFinder() - Constructor for class org.restlet.ext.spring.SpringBeanFinder
 - 
Default constructor.
 - SpringBeanFinder(Router, BeanFactory, String) - Constructor for class org.restlet.ext.spring.SpringBeanFinder
 - 
Constructor.
 - SpringBeanRouter - Class in org.restlet.ext.spring
 - 
Restlet
Routerwhich behaves like Spring'sBeanNameUrlHandlerMapping. - SpringBeanRouter() - Constructor for class org.restlet.ext.spring.SpringBeanRouter
 - 
Constructor.
 - SpringBeanRouter(Context) - Constructor for class org.restlet.ext.spring.SpringBeanRouter
 - 
Constructor with a parent context.
 - SpringBeanRouter(Restlet) - Constructor for class org.restlet.ext.spring.SpringBeanRouter
 - 
Constructor with a parent Restlet.
 - SpringComponent - Class in org.restlet.ext.spring
 - 
Component that is easily configurable from Spring.
 - SpringComponent() - Constructor for class org.restlet.ext.spring.SpringComponent
 - SpringContext - Class in org.restlet.ext.spring
 - 
Spring application context based on a Restlet context.
 - SpringContext(Context) - Constructor for class org.restlet.ext.spring.SpringContext
 - 
Constructor.
 - SpringFinder - Class in org.restlet.ext.spring
 - 
Finder that is specialized for easier usage by Spring wiring services.
 - SpringFinder() - Constructor for class org.restlet.ext.spring.SpringFinder
 - 
Constructor.
 - SpringFinder(Context) - Constructor for class org.restlet.ext.spring.SpringFinder
 - 
Constructor.
 - SpringFinder(Context, Class<? extends ServerResource>) - Constructor for class org.restlet.ext.spring.SpringFinder
 - 
Constructor.
 - SpringFinder(Restlet) - Constructor for class org.restlet.ext.spring.SpringFinder
 - 
Constructor.
 - SpringHost - Class in org.restlet.ext.spring
 - 
Virtual host that is easily configurable with Spring.
 - SpringHost(Component) - Constructor for class org.restlet.ext.spring.SpringHost
 - 
Constructor.
 - SpringHost(Context) - Constructor for class org.restlet.ext.spring.SpringHost
 - 
Constructor.
 - SpringResource - Class in org.restlet.ext.spring
 - 
Spring Resource based on a Restlet Representation.
 - SpringResource(Representation) - Constructor for class org.restlet.ext.spring.SpringResource
 - 
Constructor.
 - SpringResource(Representation, String) - Constructor for class org.restlet.ext.spring.SpringResource
 - 
Constructor.
 - SpringRouter - Class in org.restlet.ext.spring
 - 
Router that is easily configurable with Spring.
 - SpringRouter() - Constructor for class org.restlet.ext.spring.SpringRouter
 - 
Constructor.
 - SpringRouter(Context) - Constructor for class org.restlet.ext.spring.SpringRouter
 - 
Constructor with a parent context.
 - SpringRouter(Restlet) - Constructor for class org.restlet.ext.spring.SpringRouter
 - 
Constructor with a parent Restlet.
 - SpringServer - Class in org.restlet.ext.spring
 - 
Server that is easily configurable with Spring.
 - SpringServer(String) - Constructor for class org.restlet.ext.spring.SpringServer
 - 
Constructor.
 - SpringServer(String, int) - Constructor for class org.restlet.ext.spring.SpringServer
 - 
Constructor.
 - SpringServer(String, String, int) - Constructor for class org.restlet.ext.spring.SpringServer
 - 
Constructor.
 - SpringServerServlet - Class in org.restlet.ext.spring
 - 
Spring specific ServerServlet adapter.
 - SpringServerServlet() - Constructor for class org.restlet.ext.spring.SpringServerServlet
 - start() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - start() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - start() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - startContent(Content) - Method in class org.restlet.ext.atom.EntryReader
 - 
Called when a new content element has been detected in the Atom document.
 - startContent(Content) - Method in class org.restlet.ext.atom.FeedReader
 - 
Called when a new content element has been detected in the Atom document.
 - startDocument() - Method in class org.restlet.ext.atom.EntryReader
 - startDocument() - Method in class org.restlet.ext.atom.FeedReader
 - startDocument() - Method in class org.restlet.ext.xml.XmlWriter
 - 
Write the XML declaration at the beginning of the document.
 - startElement(String) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Start a new element without a qname, attributes or a Namespace URI.
 - startElement(String, String) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Start a new element without a qname or attributes.
 - startElement(String, String, String, Attributes) - Method in class org.restlet.ext.atom.EntryReader
 - startElement(String, String, String, Attributes) - Method in class org.restlet.ext.atom.FeedReader
 - startElement(String, String, String, Attributes) - Method in class org.restlet.ext.xml.XmlWriter
 - 
Write a start tag.
 - startEntry(Entry) - Method in class org.restlet.ext.atom.EntryReader
 - 
Called when a new entry has been detected in the Atom document.
 - startEntry(Entry) - Method in class org.restlet.ext.atom.FeedReader
 - 
Called when a new entry has been detected in the Atom document.
 - startFeed(Feed) - Method in class org.restlet.ext.atom.FeedReader
 - 
Called when a new feed has been detected in the Atom document.
 - startGraph() - Method in class org.restlet.ext.rdf.GraphHandler
 - 
Callback method used before the graph is parsed or written.
 - startLink(Link) - Method in class org.restlet.ext.atom.EntryReader
 - 
Called when a new link has been detected in the Atom document.
 - startLink(Link) - Method in class org.restlet.ext.atom.FeedReader
 - 
Called when a new link has been detected in the Atom document.
 - startPrefixMapping(String, String) - Method in class org.restlet.ext.atom.EntryReader
 - startPrefixMapping(String, String) - Method in class org.restlet.ext.atom.FeedReader
 - startPrefixMapping(String, Reference) - Method in class org.restlet.ext.rdf.GraphHandler
 - 
Callback method used at the start of a Namespace mapping.
 - stop() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 - stop() - Method in class org.restlet.ext.jetty.HttpClientHelper
 - stop() - Method in class org.restlet.ext.jetty.JettyServerHelper
 - SUCCESSOR_VERSION - Static variable in class org.restlet.ext.atom.Relation
 - 
When included on a versioned resource, this link points to a resource containing the successor version in the version history.
 
T
- TemplateFilter - Class in org.restlet.ext.freemarker
 - 
Filter response's entity and wrap it with a FreeMarker's template representation.
 - TemplateFilter - Class in org.restlet.ext.thymeleaf
 - 
Filters response's entity and wraps it with a Thymeleaf's template representation.
 - TemplateFilter - Class in org.restlet.ext.velocity
 - 
Filter response's entity and wrap it with a Velocity's template representation.
 - TemplateFilter() - Constructor for class org.restlet.ext.freemarker.TemplateFilter
 - 
Constructor.
 - TemplateFilter() - Constructor for class org.restlet.ext.thymeleaf.TemplateFilter
 - 
Constructor.
 - TemplateFilter() - Constructor for class org.restlet.ext.velocity.TemplateFilter
 - 
Constructor.
 - TemplateFilter(Context) - Constructor for class org.restlet.ext.freemarker.TemplateFilter
 - 
Constructor.
 - TemplateFilter(Context) - Constructor for class org.restlet.ext.thymeleaf.TemplateFilter
 - 
Constructor.
 - TemplateFilter(Context) - Constructor for class org.restlet.ext.velocity.TemplateFilter
 - 
Constructor.
 - TemplateFilter(Context, Restlet) - Constructor for class org.restlet.ext.freemarker.TemplateFilter
 - 
Constructor.
 - TemplateFilter(Context, Restlet) - Constructor for class org.restlet.ext.thymeleaf.TemplateFilter
 - 
Constructor.
 - TemplateFilter(Context, Restlet) - Constructor for class org.restlet.ext.velocity.TemplateFilter
 - 
Constructor.
 - TemplateFilter(Context, Restlet, Object) - Constructor for class org.restlet.ext.freemarker.TemplateFilter
 - 
Constructor.
 - TemplateFilter(Context, Restlet, Map<String, Object>) - Constructor for class org.restlet.ext.thymeleaf.TemplateFilter
 - 
Constructor.
 - TemplateFilter(Context, Restlet, Map<String, Object>) - Constructor for class org.restlet.ext.velocity.TemplateFilter
 - 
Constructor.
 - TemplateFilter(Context, Restlet, Resolver<Object>) - Constructor for class org.restlet.ext.freemarker.TemplateFilter
 - 
Constructor.
 - TemplateFilter(Context, Restlet, Resolver<Object>) - Constructor for class org.restlet.ext.thymeleaf.TemplateFilter
 - 
Constructor.
 - TemplateFilter(Context, Restlet, Resolver<Object>) - Constructor for class org.restlet.ext.velocity.TemplateFilter
 - 
Constructor.
 - TemplateRepresentation - Class in org.restlet.ext.freemarker
 - 
FreeMarker template representation.
 - TemplateRepresentation - Class in org.restlet.ext.thymeleaf
 - 
Thymeleaf template representation.
 - TemplateRepresentation - Class in org.restlet.ext.velocity
 - 
Velocity template representation.
 - TemplateRepresentation(Template, Object, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
 - 
Constructor.
 - TemplateRepresentation(Template, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
 - 
Constructor.
 - TemplateRepresentation(String, Configuration, Object, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
 - 
Constructor.
 - TemplateRepresentation(String, Configuration, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
 - 
Constructor.
 - TemplateRepresentation(String, Locale, Map<String, Object>, MediaType) - Constructor for class org.restlet.ext.thymeleaf.TemplateRepresentation
 - 
Constructor.
 - TemplateRepresentation(String, Locale, MediaType) - Constructor for class org.restlet.ext.thymeleaf.TemplateRepresentation
 - 
Constructor.
 - TemplateRepresentation(String, Map<String, Object>, MediaType) - Constructor for class org.restlet.ext.velocity.TemplateRepresentation
 - 
Constructor.
 - TemplateRepresentation(String, MediaType) - Constructor for class org.restlet.ext.velocity.TemplateRepresentation
 - 
Constructor.
 - TemplateRepresentation(String, TemplateEngine, Locale, Map<String, Object>, MediaType) - Constructor for class org.restlet.ext.thymeleaf.TemplateRepresentation
 - 
Constructor.
 - TemplateRepresentation(String, TemplateEngine, Locale, MediaType) - Constructor for class org.restlet.ext.thymeleaf.TemplateRepresentation
 - 
Constructor.
 - TemplateRepresentation(Template, Map<String, Object>, MediaType) - Constructor for class org.restlet.ext.velocity.TemplateRepresentation
 - 
Constructor.
 - TemplateRepresentation(Template, MediaType) - Constructor for class org.restlet.ext.velocity.TemplateRepresentation
 - 
Constructor.
 - TemplateRepresentation(TemplateRepresentation, Locale, MediaType) - Constructor for class org.restlet.ext.thymeleaf.TemplateRepresentation
 - 
Constructor based on a Thymeleaf 'encoded' representation.
 - TemplateRepresentation(TemplateRepresentation, TemplateEngine, Locale, MediaType) - Constructor for class org.restlet.ext.thymeleaf.TemplateRepresentation
 - 
Constructor based on a Thymeleaf 'encoded' representation.
 - TemplateRepresentation(Representation, Configuration, Object, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
 - 
Constructor.
 - TemplateRepresentation(Representation, Configuration, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
 - 
Constructor.
 - TemplateRepresentation(Representation, Object, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
 - 
Constructor.
 - TemplateRepresentation(Representation, Map<String, Object>, MediaType) - Constructor for class org.restlet.ext.velocity.TemplateRepresentation
 - 
Constructor based on a Velocity 'encoded' representation.
 - TemplateRepresentation(Representation, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
 - 
Constructor.
 - TemplateRepresentation(Representation, MediaType) - Constructor for class org.restlet.ext.velocity.TemplateRepresentation
 - 
Constructor based on a Velocity 'encoded' representation.
 - Text - Class in org.restlet.ext.atom
 - 
A Text construct contains human-readable text, usually in small quantities.
 - Text(String) - Constructor for class org.restlet.ext.atom.Text
 - 
Constructor.
 - Text(MediaType) - Constructor for class org.restlet.ext.atom.Text
 - 
Constructor.
 - Text(MediaType, String) - Constructor for class org.restlet.ext.atom.Text
 - 
Constructor.
 - ThymeleafConverter - Class in org.restlet.ext.thymeleaf
 - 
Converter between the Thymeleaf Template objects and Representations.
 - ThymeleafConverter() - Constructor for class org.restlet.ext.thymeleaf.ThymeleafConverter
 - toEntry(Object) - Method in class org.restlet.ext.odata.Service
 - 
Converts an entity to an Atom entry object.
 - toHMacSha1(String, byte[]) - Static method in class org.restlet.ext.crypto.DigestUtils
 - 
Converts a source string to its HMAC/SHA-1 value.
 - toHMacSha1(String, String) - Static method in class org.restlet.ext.crypto.DigestUtils
 - 
Converts a source string to its HMAC/SHA-1 value.
 - toHMacSha256(String, byte[]) - Static method in class org.restlet.ext.crypto.DigestUtils
 - 
Converts a source string to its HMAC/SHA256 value.
 - toHMacSha256(String, String) - Static method in class org.restlet.ext.crypto.DigestUtils
 - 
Converts a source string to its HMAC/SHA256 value.
 - toHttpDigest(String, char[], String) - Static method in class org.restlet.ext.crypto.DigestUtils
 - 
Return the HTTP DIGEST hashed secret.
 - toMd5(String) - Static method in class org.restlet.ext.crypto.DigestUtils
 - 
Returns the MD5 digest of the target string.
 - toMd5(String, String) - Static method in class org.restlet.ext.crypto.DigestUtils
 - 
Returns the MD5 digest of target string.
 - toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.atom.AtomConverter
 - toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
 - toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.gson.GsonConverter
 - toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.gwt.GwtConverter
 - toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.html.HtmlConverter
 - toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jackson.JacksonConverter
 - toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jaxb.JaxbConverter
 - toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.json.JsonConverter
 - toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
 - toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.thymeleaf.ThymeleafConverter
 - toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.velocity.VelocityConverter
 - toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.xml.XmlConverter
 - top(int) - Method in class org.restlet.ext.odata.Query
 - 
Creates a new Query with the $top option set in the URI generated by the returned query.
 - toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.atom.AtomConverter
 - toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
 - toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.gson.GsonConverter
 - toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.gwt.GwtConverter
 - toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.html.HtmlConverter
 - toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.jackson.JacksonConverter
 - toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.jaxb.JaxbConverter
 - toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.json.JsonConverter
 - toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
 - toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.thymeleaf.ThymeleafConverter
 - toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.velocity.VelocityConverter
 - toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.xml.XmlConverter
 - toSaxSource(Representation) - Static method in class org.restlet.ext.xml.TransformRepresentation
 - 
Wraps a source representation into a
SAXSource. - toSha1(String) - Static method in class org.restlet.ext.crypto.DigestUtils
 - 
Returns the SHA1 digest of the target string.
 - toSha1(String, String) - Static method in class org.restlet.ext.crypto.DigestUtils
 - 
Returns the SHA1 digest of target string.
 - toString() - Method in class org.restlet.ext.atom.Relation
 - toString() - Method in class org.restlet.ext.atom.Text
 - toString() - Method in class org.restlet.ext.html.FormData
 - toString() - Method in class org.restlet.ext.rdf.Couple
 - toString() - Method in class org.restlet.ext.rdf.Literal
 - toString() - Method in class org.restlet.ext.rdf.Triple
 - toString(Relation) - Static method in class org.restlet.ext.atom.Relation
 - 
Return a String object representing the specified Relation.
 - transform(Source, Result) - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Transforms the given JAXP source into the given result.
 - transform(Representation) - Method in class org.restlet.ext.xml.Transformer
 - 
Transforms a source XML representation by applying an XSLT transform sheet to it.
 - Transformer - Class in org.restlet.ext.xml
 - 
Filter that can transform XML representations by applying an XSLT transform sheet.
 - Transformer(int, Representation) - Constructor for class org.restlet.ext.xml.Transformer
 - 
Constructor.
 - TransformRepresentation - Class in org.restlet.ext.xml
 - 
Representation able to apply an XSLT transformation.
 - TransformRepresentation(URIResolver, Representation, Templates) - Constructor for class org.restlet.ext.xml.TransformRepresentation
 - 
Constructor.
 - TransformRepresentation(URIResolver, Representation, Representation) - Constructor for class org.restlet.ext.xml.TransformRepresentation
 - 
Constructor.
 - TransformRepresentation(Context, Representation, Representation) - Constructor for class org.restlet.ext.xml.TransformRepresentation
 - 
Constructor.
 - TransformRepresentation(Representation, Representation) - Constructor for class org.restlet.ext.xml.TransformRepresentation
 - 
Default constructor.
 - Triple<T,U,V> - Class in org.restlet.ext.rdf
 - 
Relationship between three typed objects.
 - Triple(T, U, V) - Constructor for class org.restlet.ext.rdf.Triple
 - 
Constructor.
 - TYPE_COMPLEX_TYPE_OR_PROPERTY - Static variable in class org.restlet.ext.odata.Query
 - 
Type of query: complex type or property.
 - TYPE_COMPLEX_TYPE_PROPERTY - Static variable in class org.restlet.ext.odata.Query
 - 
Type of query: property.
 - TYPE_COMPLEX_TYPE_PROPERTY5 - Static variable in class org.restlet.ext.odata.Query
 - 
Type of query: property bis??
 - TYPE_ENTITY - Static variable in class org.restlet.ext.odata.Query
 - 
Type of query: entity.
 - TYPE_ENTITY_SET - Static variable in class org.restlet.ext.odata.Query
 - 
Type of query: entity set.
 - TYPE_LINKS - Static variable in class org.restlet.ext.odata.Query
 - 
Type of query: links.
 - TYPE_PROPERTY_VALUE - Static variable in class org.restlet.ext.odata.Query
 - 
Type of query: property value.
 - TYPE_UNKNOWN - Static variable in class org.restlet.ext.odata.Query
 - 
Type of query: unknown.
 
U
- unbindApplicationProvider(ApplicationProvider) - Method in class org.restlet.ext.servlet.RestletServletService
 - unbindDefaultResourceProvider(ResourceProvider) - Method in class org.restlet.ext.osgi.BaseRouterProvider
 - 
Called by OSGi DS to un-inject the default resource provider service
 - unbindDefaultRouterProvider(RouterProvider) - Method in class org.restlet.ext.osgi.BaseRouterProvider
 - 
Called by OSGi DS to un-inject the default router provider service
 - unbindDirectoryProvider(DirectoryProvider) - Method in class org.restlet.ext.osgi.BaseRouterProvider
 - 
Called by OSGi DS to un-inject the directory provider service
 - unbindFilterProvider(FilterProvider) - Method in class org.restlet.ext.osgi.BaseRestletProvider
 - 
Called by OSGi DS to un-inject the filter provider service
 - unbindHttpService(HttpService) - Method in class org.restlet.ext.servlet.RestletServletService
 - unbindLogService(LogService) - Method in class org.restlet.ext.servlet.RestletServletService
 - unbindResourceProvider(ResourceProvider) - Method in class org.restlet.ext.osgi.BaseRouterProvider
 - 
Called by OSGi DS to un-inject the resource provider service
 - unbindRouterProvider(RouterProvider) - Method in class org.restlet.ext.osgi.BaseApplicationProvider
 - 
Called by OSGi DS to un-inject the router provider service
 - unparsedEntityDecl(String, String, String, String) - Method in class org.restlet.ext.atom.EntryReader
 - unparsedEntityDecl(String, String, String, String) - Method in class org.restlet.ext.atom.FeedReader
 - UP - Static variable in class org.restlet.ext.atom.Relation
 - 
A URI that refers to a parent document in a hierarchy of documents.
 - updateEntity(Object) - Method in class org.restlet.ext.odata.Service
 - 
Updates an entity.
 - updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.atom.AtomConverter
 - updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.gson.GsonConverter
 - updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.gwt.GwtConverter
 - updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.html.HtmlConverter
 - updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.jackson.JacksonConverter
 - updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.jaxb.JaxbConverter
 - updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.json.JsonConverter
 - updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.rdf.RdfConverter
 - updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.thymeleaf.ThymeleafConverter
 - updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.velocity.VelocityConverter
 - updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.xml.XmlConverter
 - updateResource(String, Representation) - Method in class org.restlet.ext.atom.Service
 - 
Updates a resource representation.
 
V
- validate(Schema) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Validates the XML representation against a given schema.
 - validate(Schema, Result) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Validates the XML representation against a given schema.
 - validate(Representation) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Validates the XML representation against a given schema.
 - validate(Representation, Result) - Method in class org.restlet.ext.xml.XmlRepresentation
 - 
Validates the XML representation against a given schema.
 - validateDeserialize(Class<?>) - Method in class org.restlet.ext.gwt.SimpleSerializationPolicy
 - validateSerialize(Class<?>) - Method in class org.restlet.ext.gwt.SimpleSerializationPolicy
 - valueOf(String) - Static method in class org.restlet.ext.atom.Relation
 - 
Parses a relation name into the equivalent item.
 - VelocityConverter - Class in org.restlet.ext.velocity
 - 
Converter between the Velocity Template objects and Representations.
 - VelocityConverter() - Constructor for class org.restlet.ext.velocity.VelocityConverter
 - verify(String, char[]) - Method in class org.restlet.ext.crypto.DigestVerifier
 - verify(Request, Response) - Method in class org.restlet.ext.jaas.JaasVerifier
 - 
Verifies that the proposed secret is correct for the specified identifier.
 - VERSION_HISTORY - Static variable in class org.restlet.ext.atom.Relation
 - 
When included on a versioned resource, this link points to a resource containing the version history for this resource.
 - VIA - Static variable in class org.restlet.ext.atom.Relation
 - 
Signifies that the IRI in the value of the href attribute identifies a resource that is the source of the information provided in the containing element.
 
W
- warning(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 - 
Logs a warning message.
 - warning(SAXParseException) - Method in class org.restlet.ext.atom.EntryReader
 - warning(SAXParseException) - Method in class org.restlet.ext.atom.FeedReader
 - WCF_DATASERVICES_METADATA_NAMESPACE - Static variable in class org.restlet.ext.odata.Service
 - 
WCF data services metadata namespace.
 - WCF_DATASERVICES_NAMESPACE - Static variable in class org.restlet.ext.odata.Service
 - 
WCF data services namespace.
 - WCF_DATASERVICES_SCHEME_NAMESPACE - Static variable in class org.restlet.ext.odata.Service
 - 
WCF data services scheme namespace.
 - WORKING_COPY - Static variable in class org.restlet.ext.atom.Relation
 - 
When included on a versioned resource, this link points to a working copy for this resource.
 - WORKING_COPY_OF - Static variable in class org.restlet.ext.atom.Relation
 - 
When included on a working copy, this link points to the versioned resource from which this working copy was obtained.
 - Workspace - Class in org.restlet.ext.atom
 - 
Workspace containing collections of members entries.
 - Workspace(Service) - Constructor for class org.restlet.ext.atom.Workspace
 - 
Constructor.
 - Workspace(Service, String) - Constructor for class org.restlet.ext.atom.Workspace
 - 
Constructor.
 - wrapFinderWithMemberInjection(Finder, SelfInjectingServerResource.MembersInjector) - Static method in class org.restlet.ext.guice.ResourceInjectingApplication
 - 
Wraps a
Finderreturned byResourceInjectingApplication.createFinder(Class)to do member injection using the passed inMembersInjector. - write(OutputStream) - Method in class org.restlet.ext.html.FormDataSet
 - write(OutputStream) - Method in class org.restlet.ext.jackson.JacksonRepresentation
 - write(Writer) - Method in class org.restlet.ext.freemarker.TemplateRepresentation
 - 
Writes the datum as a stream of characters.
 - write(Writer) - Method in class org.restlet.ext.gson.GsonRepresentation
 - write(Writer) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
 - 
Writes the representation to a stream of characters.
 - write(Writer) - Method in class org.restlet.ext.json.JsonpRepresentation
 - write(Writer) - Method in class org.restlet.ext.json.JsonRepresentation
 - write(Writer) - Method in class org.restlet.ext.rdf.RdfRepresentation
 - write(Writer) - Method in class org.restlet.ext.thymeleaf.TemplateRepresentation
 - 
Writes the datum as a stream of characters.
 - write(Writer) - Method in class org.restlet.ext.velocity.TemplateRepresentation
 - 
Writes the datum as a stream of characters.
 - write(Writer) - Method in class org.restlet.ext.xml.DomRepresentation
 - write(Writer) - Method in class org.restlet.ext.xml.SaxRepresentation
 - write(Writer) - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Writes the transformed source into the given output stream.
 - write(Result) - Method in class org.restlet.ext.xml.TransformRepresentation
 - 
Writes the transformed source into the given JAXP result.
 - write(GraphHandler) - Method in class org.restlet.ext.rdf.RdfRepresentation
 - 
Writes the
 - write(XmlWriter) - Method in class org.restlet.ext.atom.Categories
 - 
Writes the representation to a XML writer.
 - write(XmlWriter) - Method in class org.restlet.ext.atom.Entry
 - 
Writes the representation to a XML writer.
 - write(XmlWriter) - Method in class org.restlet.ext.atom.Feed
 - 
Writes the representation to a XML writer.
 - write(XmlWriter) - Method in class org.restlet.ext.atom.Service
 - 
Writes the representation to a XML writer.
 - write(XmlWriter) - Method in class org.restlet.ext.xml.SaxRepresentation
 - 
Writes the representation to a XML writer.
 - writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Categories
 - 
Writes the representation to a XML writer.
 - writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Category
 - 
Writes the current object as an XML element using the given SAX writer.
 - writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Collection
 - 
Writes the current object as an XML element using the given SAX writer.
 - writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Content
 - 
Writes the current object as an XML element using the given SAX writer.
 - writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Entry
 - 
Writes the current object as an XML element using the given SAX writer.
 - writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Feed
 - 
Writes the current object as an XML element using the given SAX writer.
 - writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Generator
 - 
Writes the current object as an XML element using the given SAX writer.
 - writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Link
 - 
Writes the current object as an XML element using the given SAX writer.
 - writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Source
 - 
Writes the current object as an XML element using the given SAX writer.
 - writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Workspace
 - 
Writes the current object as an XML element using the given SAX writer.
 - writeElement(XmlWriter, String) - Method in class org.restlet.ext.atom.Person
 - 
Writes the current object as an XML element using the given SAX writer.
 - writeElement(XmlWriter, String) - Method in class org.restlet.ext.atom.Text
 - 
Writes the current object as an XML element using the given SAX writer.
 - writeElement(XmlWriter, Date, String, String) - Static method in class org.restlet.ext.atom.Text
 - 
Writes the current object as an XML element using the given SAX writer.
 - writeInlineContent(XmlWriter) - Method in class org.restlet.ext.atom.Entry
 - 
Allow to write extra content inside the entry.
 
X
- XHTML_NAMESPACE - Static variable in class org.restlet.ext.atom.Feed
 - 
XHTML namespace.
 - XML_EXPANDING_ENTITY_REFS - Static variable in class org.restlet.ext.jackson.JacksonRepresentation
 - 
True for expanding entity references when parsing XML representations.
 - XML_EXPANDING_ENTITY_REFS - Static variable in class org.restlet.ext.xml.XmlRepresentation
 - 
True for expanding entity references when parsing XML representations; default value provided by system property "org.restlet.ext.xml.expandingEntityRefs", false by default.
 - XML_SECURE_PROCESSING - Static variable in class org.restlet.ext.xml.SaxRepresentation
 - 
True for turning on secure parsing XML representations; default value provided by system property "org.restlet.ext.xml.secureProcessing", true by default.
 - XML_VALIDATING_DTD - Static variable in class org.restlet.ext.jackson.JacksonRepresentation
 - 
True for validating DTD documents when parsing XML representations.
 - XML_VALIDATING_DTD - Static variable in class org.restlet.ext.xml.XmlRepresentation
 - 
True for validating DTD documents when parsing XML representations; default value provided by system property "org.restlet.ext.xml.validatingDtd", false by default.
 - XmlConverter - Class in org.restlet.ext.xml
 - 
Converter between the XML APIs and XML Representation classes.
 - XmlConverter() - Constructor for class org.restlet.ext.xml.XmlConverter
 - XmlRepresentation - Class in org.restlet.ext.xml
 - 
Representation based on an XML document.
 - XmlRepresentation(MediaType) - Constructor for class org.restlet.ext.xml.XmlRepresentation
 - 
Constructor.
 - XmlRepresentation(MediaType, long) - Constructor for class org.restlet.ext.xml.XmlRepresentation
 - 
Constructor.
 - XmlWriter - Class in org.restlet.ext.xml
 - 
XML writer doing the opposite work of a SAX-based XML reader.
 - XmlWriter() - Constructor for class org.restlet.ext.xml.XmlWriter
 - 
Create a new XML writer.
 - XmlWriter(OutputStream) - Constructor for class org.restlet.ext.xml.XmlWriter
 - 
Constructor.
 - XmlWriter(OutputStream, String) - Constructor for class org.restlet.ext.xml.XmlWriter
 - 
Constructor.
 - XmlWriter(OutputStream, Charset) - Constructor for class org.restlet.ext.xml.XmlWriter
 - 
Constructor.
 - XmlWriter(OutputStream, CharsetEncoder) - Constructor for class org.restlet.ext.xml.XmlWriter
 - 
Constructor.
 - XmlWriter(Writer) - Constructor for class org.restlet.ext.xml.XmlWriter
 - 
Create a new XML writer.
 - XmlWriter(XMLReader) - Constructor for class org.restlet.ext.xml.XmlWriter
 - 
Create a new XML writer.
 - XmlWriter(XMLReader, Writer) - Constructor for class org.restlet.ext.xml.XmlWriter
 - 
Create a new XML writer.
 
All Classes All Packages