Skip navigation links
Restlet Framework 2.4.3
Google App Engine
A B C D E F G H I J L M N O P Q R S T U V W X Z 

A

AbstractUriBuilder - Class in org.restlet.ext.jaxrs
Deprecated.
Will be removed in next minor release.
AbstractUriBuilder() - Constructor for class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
 
add(String, String) - Method in class org.restlet.ext.html.FormDataSet
Adds a new form data entry.
add(Application) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Attaches a JAX-RS Application to this JaxRsApplication.
The providers are available for all root resource classes provided to this JaxRsApplication.
add(Graph, 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(Reference, Reference, 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, String, 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(String, Reference, 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, String, Literal) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
add(String, String, Reference) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
addClass(Class<?>) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Will use the given JAX-RS root resource class.
If the given class is not a valid root resource class, a warning is logged and false is returned.
addEntity(String, Object) - Method in class org.restlet.ext.odata.Service
Adds an entity to an entity set.
addHostDomainConcurrencyCounter(int) - Method in class org.restlet.ext.platform.FirewallConfig
Adds a rule that limits the number of concurrent requests by request's host domain.
addHostDomainPeriodicCounter(int, TimeUnit, int) - Method in class org.restlet.ext.platform.FirewallConfig
Adds a rule that limits the number of requests for a given period of time by request's host domain.
addIpAddressesBlackList(List<String>) - Method in class org.restlet.ext.platform.FirewallConfig
Adds a rule that forbids access to the given set of IP addresses.
addIpAddressesConcurrencyCounter(int) - Method in class org.restlet.ext.platform.FirewallConfig
Adds a rule that restricts access according to the IP address of the request's client.
addIpAddressesPeriodicCounter(int, TimeUnit, int) - Method in class org.restlet.ext.platform.FirewallConfig
Adds a rule that restricts access by period of time according to the IP address of the request's client.
addIpAddressesWhiteList(List<String>) - Method in class org.restlet.ext.platform.FirewallConfig
Adds a rule that restricts access to the given set of IP addresses.
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(Graph, String, String) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
addLiteral(String, String, String) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
addOptionalAttribute(AttributeExchange) - Method in class org.restlet.ext.openid.OpenIdVerifier
Deprecated.
Adds required User attribute to retrieve during authentication.
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(Graph, String, String) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
addReference(String, String, String) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
addRequiredAttribute(AttributeExchange) - Method in class org.restlet.ext.openid.OpenIdVerifier
Deprecated.
Adds an optional User attribute to retrieve during authentication
addRolesConcurrencyCounter(Map<String, Integer>) - Method in class org.restlet.ext.platform.FirewallConfig
Adds a rule that restricts access according to the Role of the current authenticated User.
addRolesConcurrencyCounter(Map<String, Integer>, int) - Method in class org.restlet.ext.platform.FirewallConfig
Adds a rule that restricts access according to the Role of the current authenticated User.
addRolesPeriodicCounter(int, TimeUnit, Map<String, Integer>) - Method in class org.restlet.ext.platform.FirewallConfig
Adds a rule that restricts access according to the Role of the current authenticated User.
addRolesPeriodicCounter(int, TimeUnit, Map<String, Integer>, int) - Method in class org.restlet.ext.platform.FirewallConfig
Adds a rule that restricts access according to the Role of the current authenticated User.
addSingleton(Object) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Adds the provider object to this JaxRsRestlet.
afterHandle(Request, Response) - Method in class org.restlet.ext.freemarker.TemplateFilter
 
afterHandle(Request, Response) - Method in class org.restlet.ext.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.
APP_NAMESPACE - Static variable in class org.restlet.ext.wadl.WadlRepresentation
Deprecated.
Web Application Description Language namespace.
APPLICATION_BEAN_PARAM_NAME - Static variable in class org.restlet.ext.spring.SpringServerServlet
Name of the Servlet parameter containing a bean-id of the application to use.
ApplicationInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
ApplicationInfo() - Constructor for class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Constructor.
ApplicationInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Constructor with a single documentation element.
ApplicationInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Constructor with a list of documentation elements.
ApplicationInfo(String) - Constructor for class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Constructor with a single documentation element.
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
 
attach(Router) - Method in class org.restlet.ext.raml.RamlSpecificationRestlet
Deprecated.
Defines one route (by default "/raml") for serving the application specification.
attach(Router, String) - Method in class org.restlet.ext.raml.RamlSpecificationRestlet
Deprecated.
Defines one route (by default "/raml") for serving the application specification.
attach(Router) - Method in class org.restlet.ext.swagger.JaxRsApplicationSwagger2SpecificationRestlet
Defines one route (by default "/swagger.json") for serving the application specification.
attach(Router, String) - Method in class org.restlet.ext.swagger.JaxRsApplicationSwagger2SpecificationRestlet
Defines one route (by default "/swagger.json") for serving the application specification.
attach(Router) - Method in class org.restlet.ext.swagger.JaxRsApplicationSwaggerSpecificationRestlet
Defines two routes, one for the high level "Resource listing" (by default "/api-docs"), and the other one for the "API declaration".
attach(Router, String) - Method in class org.restlet.ext.swagger.JaxRsApplicationSwaggerSpecificationRestlet
Defines two routes, one for the high level "Resource listing", and the other one for the "API declaration".
attach(Router) - Method in class org.restlet.ext.swagger.Swagger2SpecificationRestlet
Defines one route (by default "/swagger.json") for serving the application specification.
attach(Router, String) - Method in class org.restlet.ext.swagger.Swagger2SpecificationRestlet
Defines one route (by default "/swagger.json") for serving the application specification.
attach(Router) - Method in class org.restlet.ext.swagger.SwaggerSpecificationRestlet
Defines two routes, one for the high level "Resource listing" (by default "/api-docs"), and the other one for the "API declaration".
attach(Router, String) - Method in class org.restlet.ext.swagger.SwaggerSpecificationRestlet
Defines two routes, one for the high level "Resource listing", and the other one for the "API declaration".
attach(Reference) - Method in class org.restlet.ext.wadl.WadlComponent
Deprecated.
Attaches an application created from a WADL description document available at a given URI reference.
attach(Representation) - Method in class org.restlet.ext.wadl.WadlComponent
Deprecated.
Attaches an application created from a WADL description document to the component.
attach(String) - Method in class org.restlet.ext.wadl.WadlComponent
Deprecated.
Attaches an application created from a WADL description document available at a given URI.
attachDefault(Restlet) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Sets the Restlet that is called, if no (root) resource class or method could be found.
attachRamlDocumentationRestlet(Router, String, Restlet) - Method in class org.restlet.ext.raml.RamlApplication
Deprecated.
Defines the route on which the Raml definition will be provided.
attachRamlSpecificationRestlet(Router) - Method in class org.restlet.ext.raml.RamlApplication
Deprecated.
Defines the route on which the RAML definition will be provided (by default, "/raml").
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.
attachSwaggerDocumentationRestlets(Router, String, Restlet, String, Restlet) - Method in class org.restlet.ext.swagger.SwaggerApplication
Defines two routes, one for the high level "Resource listing", and the other one for the "API declaration".
attachSwaggerSpecificationRestlet(Router) - Method in class org.restlet.ext.swagger.SwaggerApplication
Defines two routes, one for the high level "Resource listing" (by default "/api-docs"), and the other one for the "API declaration".
attachSwaggerSpecificationRestlet(Router, String) - Method in class org.restlet.ext.swagger.SwaggerApplication
Defines two routes, one for the high level "Resource listing", and the other one for the "API declaration".
attachToComponent(Component) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Attaches the application to the given component if the application has a WADL base reference.
attachToHost(VirtualHost) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Attaches the application to the given host using the WADL base reference.
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().
AttributeExchange - Class in org.restlet.ext.openid
Deprecated.
Will be removed in next minor release.
AttributeExchange(String, String, String) - Constructor for class org.restlet.ext.openid.AttributeExchange
Deprecated.
 
authenticate(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Restores credentials from the cookie named CookieAuthenticator.getCookieName() if available.
authenticate(Request, Response) - Method in class org.restlet.ext.gae.GaeAuthenticator
Integrates with Google App Engine UserService to redirect non-authenticated users to the GAE login URL.
authenticate(Request, Response) - Method in class org.restlet.ext.openid.RedirectAuthenticator
Deprecated.
 
authenticated(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Sets or updates the credentials cookie.
authenticated(Request, Response) - Method in class org.restlet.ext.openid.RedirectAuthenticator
Deprecated.
 
authRequest(String, boolean, boolean, String, Set<AttributeExchange>, Set<AttributeExchange>, Request, Response) - Method in class org.restlet.ext.openid.RelayingParty
Deprecated.
 
AwsAuthenticator - Class in org.restlet.ext.crypto
Authenticator supporting the ChallengeScheme.HTTP_AWS_S3 scheme.
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

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() and CookieAuthenticator.getLogoutPath() URIs.
beforeHandle(Request, Response) - Method in class org.restlet.ext.xml.Transformer
 
build(Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Build a URI, using the supplied values in order to replace any URI template parameters.
build(Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Build a URI, using the supplied values in order to replace any URI template parameters.
buildFromEncoded(Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
 
buildFromEncoded(Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
buildFromEncodedMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
 
buildFromEncodedMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
buildFromMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
 
buildFromMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
 

C

canDescribe(String, Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Indicates if the application and all its resources can be described using WADL.
canDescribe(Method) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Indicates if the given method exposes its WADL description.
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 Category entries.
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.
Categories(String) - 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 the CookieAuthenticator.getLoginFormPath() URI, adding the URI of the target resource as a query parameter of name CookieAuthenticator.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.
clearIdentifierCookie(String, Request, Response) - Static method in class org.restlet.ext.openid.RedirectAuthenticator
Deprecated.
 
clearIdentiiferCookie(Request, Response) - Static method in class org.restlet.ext.openid.RedirectAuthenticator
Deprecated.
 
clearOptionalAttributes() - Method in class org.restlet.ext.openid.OpenIdVerifier
Deprecated.
Clears the set of optional attributes to retrieve.
clearRequiredAttributes() - Method in class org.restlet.ext.openid.OpenIdVerifier
Deprecated.
Clears the set of required attributes to retrieve.
clone() - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
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.
compareTo(AttributeExchange) - Method in class org.restlet.ext.openid.AttributeExchange
Deprecated.
 
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.
CONFIGURATION_FILE_SYSTEM_PROPERTY_KEY - Static variable in class org.restlet.ext.platform.RestletCloudService
The system property key for agent configuration file.
configure() - Method in class org.restlet.ext.guice.RestletGuice.Module
 
configure() - Method in class org.restlet.ext.guice.SelfInjectingServerResourceModule
 
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, Reference) - Constructor for class org.restlet.ext.freemarker.ContextTemplateLoader
Constructor.
ContextTemplateLoader(Context, String) - 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.
copyInto(AbstractUriBuilder) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
 
coreContainer - Variable in class org.restlet.ext.lucene.SolrClientHelper
Deprecated.
The core Solr container.
COUNTRY - Static variable in class org.restlet.ext.openid.AttributeExchange
Deprecated.
 
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(MediaType, T) - Method in class org.restlet.ext.emf.EmfConverter
Deprecated.
Creates the marshaling EmfRepresentation.
create(Representation) - Method in class org.restlet.ext.emf.EmfConverter
Deprecated.
Creates the unmarshaling EmfRepresentation.
create(Representation, Class<T>) - Method in class org.restlet.ext.gson.GsonConverter
Creates the unmarshaling GsonRepresentation.
create(T) - Method in class org.restlet.ext.gson.GsonConverter
Creates the marshaling GsonRepresentation.
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.jackson.JacksonConverter
Creates the unmarshaling JacksonRepresentation.
create() - Method in class org.restlet.ext.spring.SpringBeanFinder
 
create() - Method in class org.restlet.ext.spring.SpringFinder
Creates a new instance of the ServerResource class 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(Request, Response) - Method in class org.restlet.ext.spring.SpringFinder
 
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.
createApplication() - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Creates an application descriptor that wraps this resource descriptor.
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
 
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.
createContext() - Method in class org.restlet.ext.spring.RestletFrameworkServlet
Creates the Restlet Context to use if the target application does not already have a context associated, or if the target restlet is not an Application at all.
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.
createEmfResource(MediaType) - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Creates and configure an EMF resource.
createEmfXmlResource(MediaType) - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Creates and configure an EMF resource.
createFinder(Class<? extends ServerResource>) - Method in class org.restlet.ext.guice.ResourceInjectingApplication
 
createFinder(BeanFactory, String) - Method in class org.restlet.ext.spring.SpringBeanRouter
Creates an instance of SpringBeanFinder.
createFinder(Router, String, ResourceInfo) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Creates a finder for the given resource info.
createHtmlRepresentation(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Creates a new HTML representation for a given ApplicationInfo instance describing an application.
createHtmlRepresentation(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Creates a new HTML representation for a given ApplicationInfo instance describing an application.
createInboundFilter(Context) - Method in class org.restlet.ext.platform.RestletCloudService
 
createInboundRoot() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
 
createInjector(Module...) - Static method in class org.restlet.ext.guice.RestletGuice
Creates an instance of Injector from the given modules with FinderFactory bound to an implementation that uses the injector's bindings to create Finder instances.
createInjector(Iterable<Module>) - Static method in class org.restlet.ext.guice.RestletGuice
Creates an instance of Injector from the given modules with FinderFactory bound 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 Injector in the given Stage from the given modules with FinderFactory bound to an implementation that uses the injector's bindings to create Finder instances.
createInjector(Stage, Iterable<Module>) - Static method in class org.restlet.ext.guice.RestletGuice
Creates an instance of Injector in the given Stage from the given modules with FinderFactory bound to an implementation that uses the injector's bindings to create Finder instances.
createJaxRsClient(Context, Reference, Class<? extends T>) - Static method in class org.restlet.ext.jaxrs.JaxRsClientResource
Deprecated.
Creates a client resource that proxy calls to the given Java interface into Restlet method calls.
createJaxRsClient(String, Class<? extends T>) - Static method in class org.restlet.ext.jaxrs.JaxRsClientResource
Deprecated.
Creates a client resource that proxy calls to the given Java interface into Restlet method calls.
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.
createOutboundFilter(Context) - Method in class org.restlet.ext.platform.RestletCloudService
 
createQuery(String, Class<T>) - Method in class org.restlet.ext.odata.Service
Creates a query to a specific entity hosted by this service.
createResource(Reference) - Method in class org.restlet.ext.odata.Service
Returns an instance of ClientResource given an absolute reference.
createResource(String) - Method in class org.restlet.ext.odata.Service
Returns an instance of ClientResource given a path (relative to the service reference).
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 TemplateEngine based by default on a TemplateResolver returned by calling TemplateRepresentation.createTemplateResolver().
createTemplateEngine(ITemplateResolver) - Static method in class org.restlet.ext.thymeleaf.TemplateRepresentation
Returns a new instance of TemplateEngine based by default on a TemplateResolver returned by calling TemplateRepresentation.createTemplateResolver().
createTemplateResolver() - Static method in class org.restlet.ext.thymeleaf.TemplateRepresentation
Returns a new instance of ITemplateResolver with 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.
createWadlRepresentation(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Creates a new WADL representation for a given ApplicationInfo instance describing an application.
createWadlRepresentation(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Creates a new WADL representation for a given ApplicationInfo instance describing an application.
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.
DEFAULT_AGENT_SERVICE_URL - Static variable in class org.restlet.ext.platform.RestletCloudService
The URL of the remote service used by default.
DEFAULT_IDENTIFIER_COOKIE - Static variable in class org.restlet.ext.openid.RedirectAuthenticator
Deprecated.
The default name of the cookie that contains the identifier.
DEFAULT_ORIGINAL_REF_COOKIE - Static variable in class org.restlet.ext.openid.RedirectAuthenticator
Deprecated.
The default name of the cookie that contains the original request's reference.
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.
describe(ApplicationInfo, ResourceInfo, Object, String) - Static method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Returns a WADL description of the current resource.
describe() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes the resource as a standalone WADL document.
describe(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Updates the description of the parent application.
describe(MethodInfo, Class<?>, Variant) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes a representation class and variant couple as WADL information.
describe(MethodInfo, RequestInfo, Class<?>, Variant) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes a representation class and variant couple as WADL information for the given method and request.
describe(MethodInfo, ResponseInfo, Class<?>, Variant) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes a representation class and variant couple as WADL information for the given method and response.
describe(ResourceInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns a WADL description of the current resource, leveraging the WadlServerResource.getResourcePath() method.
describe(String, ResourceInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns a WADL description of the current resource.
describe(Variant) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes the resource as a WADL document for the given variant.
describeAnnotations(MethodInfo, ServerResource) - Static method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Automatically describe a method by discovering the resource's annotations.
DESCRIBED_BY - Static variable in class org.restlet.ext.atom.Relation
Relationship that asserts that resource B provides a description of resource A.
describeDelete(MethodInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes the DELETE method.
describeGet(MethodInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes the GET method.
By default, it describes the response with the available variants based on the ServerResource.getVariants() method.
describeMethod() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns a WADL description of the current method.
describeMethod(Method, MethodInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns a WADL description of the given method.
describeOptions(MethodInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes the OPTIONS method.
By default it describes the response with the available variants based on the WadlServerResource.getWadlVariants() method.
describeParameters() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns the description of the parameters of this resource.
describePatch(MethodInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes the Patch method.
describePost(MethodInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes the POST method.
describePut(MethodInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes the PUT method.
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, 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.
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 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.
doAsPriviledged(ClientInfo, PrivilegedAction<T>) - Static method in class org.restlet.ext.jaas.JaasUtils
Creates a JAAS subject on the ClientInfo and uses it to run the action, using Subject.doAsPrivileged(Subject, PrivilegedAction, AccessControlContext) .
doAsPriviledged(ClientInfo, PrivilegedAction<T>, AccessControlContext) - Static method in class org.restlet.ext.jaas.JaasUtils
Creates a JAAS subject on the ClientInfo and uses it to run the action, using Subject.doAsPrivileged(Subject, PrivilegedAction, AccessControlContext) .
DOB - Static variable in class org.restlet.ext.openid.AttributeExchange
Deprecated.
 
DocumentationInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
DocumentationInfo() - Constructor for class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Constructor.
DocumentationInfo(Node) - Constructor for class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Constructor with mixed content.
DocumentationInfo(String) - Constructor for class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Constructor with text content.
DocumentedInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
DocumentedInfo() - Constructor for class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Constructor.
DocumentedInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Constructor with a single documentation element.
DocumentedInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Constructor with a list of documentation elements.
DocumentedInfo(String) - Constructor for class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Constructor with a single documentation element.
doInit() - Method in class org.restlet.ext.guice.SelfInjectingServerResource
Subclasseses overriding this method must call super.doInit() first.
doInit() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
 
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
 

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.
EMAIL - Static variable in class org.restlet.ext.openid.AttributeExchange
Deprecated.
 
EmfConverter - Class in org.restlet.ext.emf
Deprecated.
Will be removed in next minor release.
EmfConverter() - Constructor for class org.restlet.ext.emf.EmfConverter
Deprecated.
 
EmfRepresentation<T extends EObject> - Class in org.restlet.ext.emf
Deprecated.
Will be removed in next minor release.
EmfRepresentation(MediaType, T) - Constructor for class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Constructor.
EmfRepresentation(Representation) - Constructor for class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Constructor.
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(Appendable, boolean) - Method in class org.restlet.ext.html.FormData
Encodes the parameter into the target buffer.
encode(boolean) - Method in class org.restlet.ext.html.FormData
Encodes the parameter as a string.
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.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.
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, String, String) - Method in class org.restlet.ext.atom.EntryReader
 
endElement(String, String, String) - Method in class org.restlet.ext.atom.FeedReader
 
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.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.
enrole(ClientInfo) - Method in class org.restlet.ext.gae.GaeEnroler
Adds admin role object if user is an administrator according to Google App Engine UserService.
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(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.
Entry(String) - 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.openid.AttributeExchange
Deprecated.
 
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.
ExtendedUriBuilder - Class in org.restlet.ext.jaxrs
Deprecated.
Will be removed in next minor release.
ExtendedUriBuilder() - Constructor for class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
 
ExtendedUriInfo - Interface in org.restlet.ext.jaxrs
Deprecated.
Will be removed in next minor release.
extension(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the extension that will be appended to the final path segment at build time.
extensionLanguage(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Appends an extension for the language ("de", "en", "fr" or whatever).
extensionMedia(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Appends an extension for the media type ("html", "pdf", "gif" or whatever).

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(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.
Feed(String) - 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.
finder(Class<?>) - Method in interface org.restlet.ext.guice.FinderFactory
Returns a Finder that will obtain a dependency-injected instance of the ServerResource subtype bound to the type associated with the given class.
finder(Class<?>, Class<? extends Annotation>) - Method in interface org.restlet.ext.guice.FinderFactory
Returns a Finder that will obtain a dependency-injected instance of the ServerResource subtype bound to the type and qualifier associated with the given class.
finder(Class<?>) - Method in class org.restlet.ext.guice.RestletGuice.Module
 
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.
FirewallConfig - Class in org.restlet.ext.platform
Configuration methods for the Firewall.
FirewallConfig(List<?>) - Constructor for class org.restlet.ext.platform.FirewallConfig
Private Constructor.
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.
FIRST_NAME - Static variable in class org.restlet.ext.openid.AttributeExchange
Deprecated.
 
flush() - Method in class org.restlet.ext.xml.XmlWriter
Flush the output.
forbid(String, Request, Response) - Method in class org.restlet.ext.openid.RedirectAuthenticator
Deprecated.
Rejects the call due to a failed authentication or authorization.
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(NamedValue<String>) - Constructor for class org.restlet.ext.html.FormData
Constructor.
FormData(String, Representation) - Constructor for class org.restlet.ext.html.FormData
Constructor.
FormData(String, 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(Representation) - Constructor for class org.restlet.ext.html.FormDataSet
Constructor.
FormDataSet(String) - Constructor for class org.restlet.ext.html.FormDataSet
Creates a multipart form.
fragment(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the URI fragment using an unencoded value.
fragment(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the URI fragment using an unencoded value.
FreemarkerConverter - Class in org.restlet.ext.freemarker
Converter between the FreeMarker Template objects and Representations.
FreemarkerConverter() - Constructor for class org.restlet.ext.freemarker.FreemarkerConverter
 
FRIENDLY_NAME - Static variable in class org.restlet.ext.openid.AttributeExchange
Deprecated.
 
fromPath(String) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Create a new instance representing a relative URI initialized from a URI path.
fromResource(Class<?>) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Create a new instance representing a relative URI initialized from a root resource class.
fromUri(String) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Create a new instance initialized from an existing URI.
fromUri(URI) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Create a new instance initialized from an existing URI.
FULL_NAME - Static variable in class org.restlet.ext.openid.AttributeExchange
Deprecated.
 

G

GaeAuthenticator - Class in org.restlet.ext.gae
Authenticator that provides an integration to the Google App Engine UserService.
GaeAuthenticator(Context) - Constructor for class org.restlet.ext.gae.GaeAuthenticator
Constructor setting the mode to "required".
GaeAuthenticator(Context, boolean) - Constructor for class org.restlet.ext.gae.GaeAuthenticator
Constructor using the context's default enroler.
GaeAuthenticator(Context, boolean, Enroler) - Constructor for class org.restlet.ext.gae.GaeAuthenticator
Constructor.
GaeEnroler - Class in org.restlet.ext.gae
Enroler that adds a Restlet Role object to the request's ClientInfo if the GAE API reports that the user is an administrator.
GaeEnroler() - Constructor for class org.restlet.ext.gae.GaeEnroler
Default constructor.
GaeEnroler(Application, String) - Constructor for class org.restlet.ext.gae.GaeEnroler
Constructor.
GaeEnroler(Application, String, String) - Constructor for class org.restlet.ext.gae.GaeEnroler
Constructor.
GaeEnroler(Role) - Constructor for class org.restlet.ext.gae.GaeEnroler
Constructor.
GaeEnroler(String) - Constructor for class org.restlet.ext.gae.GaeEnroler
GaeEnroler(String, String) - Constructor for class org.restlet.ext.gae.GaeEnroler
GENDER - Static variable in class org.restlet.ext.openid.AttributeExchange
Deprecated.
 
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() - Constructor for class org.restlet.ext.atom.Generator
Constructor.
Generator(String, Reference, String) - Constructor for class org.restlet.ext.atom.Generator
Constructor.
get(int) - Method in class org.restlet.ext.xml.NodeList
 
getAbsolutePathBuilder() - Method in interface org.restlet.ext.jaxrs.ExtendedUriInfo
Deprecated.
Get the absolute path of the request in the form of an ExtendedUriBuilder.
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 ServletAdapter used to handle requests.
getAdminRole() - Method in class org.restlet.ext.gae.GaeEnroler
Returns the administrator role.
getAgentAnalyticsBufferSize() - Method in class org.restlet.ext.platform.RestletCloudService
Returns the agent Analytics module buffer size.
getAgentAnalyticsPostPeriodInSecond() - Method in class org.restlet.ext.platform.RestletCloudService
Returns the agent Analytics module post period.
getAgentCellId() - Method in class org.restlet.ext.platform.RestletCloudService
Returns the identifier of the cell configured on the Restlet Cloud platform for your application.
getAgentCellVersion() - Method in class org.restlet.ext.platform.RestletCloudService
Returns the identifier of the cell version configured on the Restlet Cloud platform for your application.
getAgentLogin() - Method in class org.restlet.ext.platform.RestletCloudService
Returns the login used to connect to the Restlet Cloud platform.
getAgentPassword() - Method in class org.restlet.ext.platform.RestletCloudService
Returns the password used to connect to the Restlet Cloud platform.
getAgentRefreshPeriodInSecond() - Method in class org.restlet.ext.platform.RestletCloudService
Returns the agent refresh period in seconds
getAgentServiceUrl() - Method in class org.restlet.ext.platform.RestletCloudService
Returns the url of the Restlet Cloud service.
getAlgorithm() - Method in class org.restlet.ext.crypto.DigestVerifier
Returns the digest algorithm of provided secrets.
getApiDeclaration(String) - Method in class org.restlet.ext.swagger.JaxRsApplicationSwaggerSpecificationRestlet
Returns the Swagger documentation of a given resource, also known as "API Declaration" in Swagger vocabulary.
getApiDeclaration(String) - Method in class org.restlet.ext.swagger.SwaggerSpecificationRestlet
Returns the Swagger documentation of a given resource, also known as "API Declaration" in Swagger vocabulary.
getApiInboundRoot() - Method in class org.restlet.ext.raml.RamlSpecificationRestlet
Deprecated.
Returns the root Restlet for the given application.
getApiVersion() - Method in class org.restlet.ext.raml.RamlSpecificationRestlet
Deprecated.
Returns the API's version.
getApiVersion() - Method in class org.restlet.ext.swagger.JaxRsApplicationSwagger2SpecificationRestlet
Returns the API's version.
getApiVersion() - Method in class org.restlet.ext.swagger.JaxRsApplicationSwaggerSpecificationRestlet
Returns the API's version.
getApiVersion() - Method in class org.restlet.ext.swagger.Swagger2SpecificationRestlet
Returns the API's version.
getApiVersion() - Method in class org.restlet.ext.swagger.SwaggerSpecificationRestlet
Returns the API's version.
getApplication() - Method in class org.restlet.ext.servlet.ServerServlet
Returns the application.
getApplication() - Method in class org.restlet.ext.wadl.WadlRepresentation
Deprecated.
Returns the root element of the WADL document.
getApplicationContext() - Method in class org.restlet.ext.spring.SpringBeanFinder
Returns the parent application context.
getApplicationInfo(Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Returns a WADL description of the current application.
getAttachments() - Method in class org.restlet.ext.spring.SpringBeanRouter
Returns supplemental explicit mappings
getAuthenticator() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Returns the Authenticator.
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.
getBasePath() - Method in class org.restlet.ext.raml.RamlSpecificationRestlet
Deprecated.
Returns the base path of the API.
getBasePath() - Method in class org.restlet.ext.swagger.JaxRsApplicationSwagger2SpecificationRestlet
Returns the base path of the API.
getBasePath() - Method in class org.restlet.ext.swagger.JaxRsApplicationSwaggerSpecificationRestlet
Returns the base path of the API.
getBasePath() - Method in class org.restlet.ext.swagger.Swagger2SpecificationRestlet
Returns the base path of the API.
getBasePath() - Method in class org.restlet.ext.swagger.SwaggerSpecificationRestlet
Returns the base path of the API.
getBaseRef(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServletAdapter
Returns the base reference of new Restlet requests.
getBaseRef() - Method in class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
Returns the base URI for each child resource identifier.
getBaseRef() - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Returns the WADL base reference.
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.
getBaseUriBuilder() - Method in interface org.restlet.ext.jaxrs.ExtendedUriInfo
Deprecated.
Get the base URI of the application in the form of an ExtendedUriBuilder.
getBeanFactory() - Method in class org.restlet.ext.spring.SpringBeanFinder
Returns the parent bean factory.
getBeanName() - Method in class org.restlet.ext.spring.SpringBeanFinder
Returns the bean name.
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.
getChildResources() - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Returns the list of child resources.
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.
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(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.
getContext() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns the JAXB context.
getContext() - Method in class org.restlet.ext.spring.SpringBeanFinder
 
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.
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.
getDefaultValue() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns the default value of this parameter.
getDescription() - Method in class org.restlet.ext.spring.SpringResource
Returns the description.
getDescription() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns the description of this documented resource.
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.
getDocumentations() - Method in class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Returns the list of documentation elements.
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.
getExtension() - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
 
getExtension() - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Returns the extension of the current uri, if available.
getExternalRef() - Method in class org.restlet.ext.atom.Content
Returns the reference to the external representation.
getExternalType() - Method in class org.restlet.ext.atom.Content
Returns the expected media type of the external content.
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.
getFirewallConfig() - Method in class org.restlet.ext.platform.RestletCloudService
 
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.
getFixed() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns the fixed value for the parameter.
getGenerator() - Method in class org.restlet.ext.atom.Feed
Returns the agent used to generate a feed.
getGenerator() - Method in class org.restlet.ext.atom.Source
Returns the agent used to generate a feed.
getGrammars() - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Returns the grammar elements.
getGraph() - Method in class org.restlet.ext.rdf.RdfRepresentation
Returns the graph of links.
getGuard() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
getHashedSecret(String, char[]) - Method in class org.restlet.ext.crypto.DigestAuthenticator
Return the hashed secret.
getHref() - Method in class org.restlet.ext.atom.Collection
Returns the hypertext reference.
getHref() - Method in class org.restlet.ext.atom.Link
Returns the link's IRI.
getHrefLang() - Method in class org.restlet.ext.atom.Link
Returns the language of the resource pointed to by the href attribute.
getHtmlRepresentation() - Method in class org.restlet.ext.wadl.WadlRepresentation
Deprecated.
Returns an HTML representation.
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.
getIdentifier() - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Returns the identifier for the method.
getIdentifier() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns the identifier of this parameter element.
getIdentifier() - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Returns the identifier for that element.
getIdentifier() - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Returns the identifier for that element.
getIdentifier() - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Returns the identifier for that element.
getIdentifierFormName() - Method in class org.restlet.ext.crypto.CookieAuthenticator
Returns the name of the HTML login form field containing the identifier.
getInboundRoot() - Method in class org.restlet.ext.raml.RamlApplication
Deprecated.
Overrides the parent's implementation.
getInboundRoot() - Method in class org.restlet.ext.swagger.SwaggerApplication
Overrides the parent's implementation.
getIncludes() - Method in class org.restlet.ext.wadl.GrammarsInfo
Deprecated.
Returns the list of include elements.
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.
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.
getInstance(Class<T>) - Method in interface org.restlet.ext.jaxrs.ObjectFactory
Deprecated.
Creates an instance of the given class.
If the concrete instance could not instantiate the given class, it could return null.
getItemIterator(Representation) - Method in class org.restlet.ext.fileupload.RestletFileUpload
Processes an RFC 1867 compliant multipart/form-data input representation.
getJaxbSource() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns a JAXB SAX source.
getJaxRsRestlet() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Returns the used JaxRsRestlet.
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.
getLanguage() - Method in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Returns the language of that documentation element.
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
getLineWidth() - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Returns the maximum number of characters per line.
getLink(Relation) - Method in class org.restlet.ext.atom.Entry
Returns the first available link with a given relation type.
getLink() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns the link element.
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.
getLoadOptions() - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Returns the loading options.
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 Locale detection.
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() - Method in class org.restlet.ext.openid.RelayingParty
Deprecated.
 
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.
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.
getMaxCookieAge() - Method in class org.restlet.ext.crypto.CookieAuthenticator
Returns the maximum age of the log info cookie.
getMaxRequestAge() - Method in class org.restlet.ext.crypto.AwsAuthenticator
Returns the maximum age of a request, in milliseconds, before it is considered stale.
getMaxServerNonceAge() - Method in class org.restlet.ext.crypto.DigestAuthenticator
Returns the number of milliseconds between each mandatory nonce refresh.
getMediaType() - Method in class org.restlet.ext.html.FormData
Returns the media type of the value representation.
getMediaType() - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Returns the media type of that element.
getMetadata() - Method in class org.restlet.ext.lucene.TikaRepresentation
Deprecated.
Returns the Tika metadata used for both input and output.
getMetadata() - Method in class org.restlet.ext.odata.Service
Returns the metadata document related to the current service.
getMethods() - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Returns the list of method elements.
getMethods() - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Returns the list of supported methods.
getMethods() - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Returns the list of supported methods.
getMixedContent() - Method in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Returns the mixed content of that element.
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.
getName() - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Returns the name of the method.
getName() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns the name of this element.
getName() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns the name of this documented resource.
getNamespacePrefixMapper() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns the optional namespace prefix mapper for marshalling.
getNamespaces() - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Returns the map of namespaces used in the WADL document.
getNamespaces() - Method in class org.restlet.ext.xml.XmlRepresentation
Returns the map of namespaces.
getNamespaceURI(String) - Method in class org.restlet.ext.xml.XmlRepresentation
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.
getNoResMethodHandler() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Returns the Restlet that is called, if no resource method class could be found.
getNoResourceClHandler() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Returns the Restlet that is called, if no resource class could be found.
getNoRootResClHandler() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Returns the Restlet that is called, if no root resource class could be found.
getNumber(String) - Method in class org.restlet.ext.xml.XmlRepresentation
Evaluates an XPath expression as a number.
getObject() - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Returns the wrapped object either parsed from the representation or to be formatted.
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.
getObject() - Method in class org.restlet.ext.jibx.JibxRepresentation
Deprecated.
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.emf.EmfConverter
Deprecated.
 
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.jibx.JibxConverter
Deprecated.
 
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.wadl.WadlConverter
Deprecated.
 
getObjectClasses(Variant) - Method in class org.restlet.ext.xml.XmlConverter
 
getObjectFactory() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Returns the ObjectFactory for root resource class and provider instantiation, if given.
getObjectFactory() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Returns the ObjectFactory for root resource class and provider instantiation, if given.
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.
getOptions() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns the list of option elements for that element.
getOutputProperties() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the modifiable map of JAXP transformer output properties.
getParameter(String) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns the first parameter found in the current context (entity, query, headers, etc) with the given name.
getParameters() - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Returns the list of parameters.
getParameters() - Method in class org.restlet.ext.wadl.RequestInfo
Deprecated.
Returns the list of parameters.
getParameters() - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Returns the list of parameters.
getParameters() - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Returns the list of parameters.
getParameters() - Method in class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Returns the list of parameters.
getParameters(String) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns a collection of parameters found in the current context (entity, query, headers, etc) given a parameter name.
getParameters() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the modifiable map of JAXP transformer parameters.
getParent() - Method in class org.restlet.ext.openid.AttributeExchange
Deprecated.
 
getPath() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns the path to the value of this parameter (within a parent representation).
getPath() - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Returns the URI template for the identifier of the resource.
getPreferredWadlVariant(Request) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Returns the preferred WADL variant according to the client preferences specified in the request.
getPreferredWadlVariant() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns the preferred WADL variant according to the client preferences specified in the request.
getPrefix(String) - Method in class org.restlet.ext.xml.XmlRepresentation
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
getProfiles() - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Returns the list of locations of one or more meta data profiles.
getPropertyConfigRefs() - Method in class org.restlet.ext.spring.SpringContext
Returns the modifiable list of configuration URIs for beans definitions via property representations.
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.
getQueryType() - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Returns the media type for the query component of the resource URI.
getRaml() - Method in class org.restlet.ext.raml.RamlSpecificationRestlet
Deprecated.
Returns the representation of the whole resource listing of the Application.
getRamlSpecificationRestlet(Context) - Method in class org.restlet.ext.raml.RamlApplication
Deprecated.
The dedicated Restlet able to generate the RAML specification format.
getRamlVersion() - Method in class org.restlet.ext.raml.RamlSpecificationRestlet
Deprecated.
Returns the version of RAML used to generate this documentation.
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.
getReference() - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Returns the reference to an representation identifier.
getRel() - Method in class org.restlet.ext.atom.Link
Returns the link's relation type.
getRelationship() - Method in class org.restlet.ext.wadl.LinkInfo
Deprecated.
Returns the relationship attribute value.
getRepresentations() - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Returns the list of representation elements.
getRepresentations() - Method in class org.restlet.ext.wadl.RequestInfo
Deprecated.
Returns the list of supported input representations.
getRepresentations() - Method in class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Returns the list of representations
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.
getRequest() - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Returns the input to the method.
getRequestUriBuilder() - Method in interface org.restlet.ext.jaxrs.ExtendedUriInfo
Deprecated.
Get the absolute request URI in the form of an ExtendedUriBuilder .
getResource(String) - Method in class org.restlet.ext.atom.Service
Retrieves a resource representation.
getResourceInfo(ApplicationInfo) - Method in interface org.restlet.ext.wadl.WadlDescribable
Deprecated.
Returns a full documented ResourceInfo instance.
getResourceInfo() - Method in class org.restlet.ext.wadl.WadlWrapper
Deprecated.
Returns the description of the wrapped Restlet.
getResourceListing() - Method in class org.restlet.ext.swagger.JaxRsApplicationSwaggerSpecificationRestlet
Returns the representation of the whole resource listing of the Application.
getResourceListing() - Method in class org.restlet.ext.swagger.SwaggerSpecificationRestlet
Returns the representation of the whole resource listing of the Application.
getResourcePath() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns the resource's relative path.
getResourceReader(String, String) - Method in class org.restlet.ext.velocity.RepresentationResourceLoader
 
getResources() - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Returns the resources root element.
getResources() - Method in class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
Returns the list of child resources.
getResourcesBase() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns the application resources base URI.
getResourceType() - Method in class org.restlet.ext.wadl.LinkInfo
Deprecated.
Returns the reference to the resource type of the linked resource.
getResourceTypes() - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Returns the list of resource type elements.
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.
getResponse() - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Returns the last added response of the method.
getResponses() - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Returns the output of the method.
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.
getReverseProxyTargetUrl() - Method in class org.restlet.ext.platform.RestletCloudService
Returns the redirection URL.
getReverseRelationship() - Method in class org.restlet.ext.wadl.LinkInfo
Deprecated.
Returns the reverse relationship attribute value.
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.
getRootResourceClasses() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Returns an unmodifiable set with the attached root resource classes.
getRootResources() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Returns an unmodifiable set with the attached root resource classes.
getRootUris() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Returns an unmodifiable set of supported URIs (relative to this Application).
getRootUris() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Returns a Collection with all root uris attached to this JaxRsRestlet.
getRouter() - Method in class org.restlet.ext.spring.SpringBeanFinder
Returns the associated router.
getRouter() - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Returns the router where the ServerResource classes created from the WADL description document are attached.
getSaveOptions() - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Returns the saving options.
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(Representation) - Static method in class org.restlet.ext.xml.XmlRepresentation
Returns a SAX source.
getSaxSource() - Method in class org.restlet.ext.xml.XmlRepresentation
Returns a SAX source.
getSchema() - Method in class org.restlet.ext.openid.AttributeExchange
Deprecated.
 
getSchema() - Method in class org.restlet.ext.xml.XmlRepresentation
Return the possibly null Schema to 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.
getSections() - Method in class org.restlet.ext.swagger.SwaggerApplication
 
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
 
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.
getStatuses() - Method in class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Returns the list of statuses associated with this response representation.
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.
getStyle() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns the parameter style.
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.
getSwagger() - Method in class org.restlet.ext.swagger.JaxRsApplicationSwagger2SpecificationRestlet
Returns the representation of the whole resource listing of the Application.
getSwagger() - Method in class org.restlet.ext.swagger.Swagger2SpecificationRestlet
Returns the representation of the whole resource listing of the Application.
getSwaggerSpecificationRestlet(Context) - Method in class org.restlet.ext.swagger.SwaggerApplication
The dedicated Restlet able to generate the Swagger specification formats.
getSwaggerVersion() - Method in class org.restlet.ext.swagger.JaxRsApplicationSwagger2SpecificationRestlet
Returns the version of the Swagger specification.
getSwaggerVersion() - Method in class org.restlet.ext.swagger.JaxRsApplicationSwaggerSpecificationRestlet
Returns the version of the Swagger specification.
getSwaggerVersion() - Method in class org.restlet.ext.swagger.Swagger2SpecificationRestlet
Returns the version of the Swagger specification.
getSwaggerVersion() - Method in class org.restlet.ext.swagger.SwaggerSpecificationRestlet
Returns the version of the Swagger specification.
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.
getTargetRef() - Method in class org.restlet.ext.wadl.IncludeInfo
Deprecated.
Returns the URI of the referenced definition.
getTargetRef() - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Returns the reference to a method definition element.
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.
getTemplate(Configuration, Representation) - Static method in class org.restlet.ext.freemarker.TemplateRepresentation
Returns a FreeMarker template from a representation and a configuration.
getTemplate(Configuration, String) - Static method in class org.restlet.ext.freemarker.TemplateRepresentation
Returns a FreeMarker template from its name and a configuration.
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.
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.
getTextContent() - Method in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Returns the language of that documentation element.
getThird() - Method in class org.restlet.ext.rdf.Triple
Returns the third object.
getTikaConfig() - Method in class org.restlet.ext.lucene.TikaRepresentation
Deprecated.
Returns the optional Tika configuration.
getTikaParser() - Method in class org.restlet.ext.lucene.TikaRepresentation
Deprecated.
Returns the optional Tika parser.
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.
getTitle() - Method in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Returns the title of that documentation element.
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.
getType() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns the parameter type.
getType() - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Returns the list of references to resource type elements.
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.
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(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.
getValue() - Method in class org.restlet.ext.rdf.Literal
Returns the value.
getValue() - Method in class org.restlet.ext.wadl.OptionInfo
Deprecated.
Returns the value of this option element.
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.emf.EmfConverter
Deprecated.
 
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.jibx.JibxConverter
Deprecated.
 
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.wadl.WadlConverter
Deprecated.
 
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.
getWadlVariants() - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Returns the available WADL variants.
getWadlVariants() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns the available WADL variants.
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.
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.
getXmlElement() - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Returns the qualified name of the root element for this XML-based representation.
getXmlFilter() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the SAX XML filter applying the transform sheet to its input.
GrammarsInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
GrammarsInfo() - Constructor for class org.restlet.ext.wadl.GrammarsInfo
Deprecated.
Constructor.
GrammarsInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.GrammarsInfo
Deprecated.
Constructor with a single documentation element.
GrammarsInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.GrammarsInfo
Deprecated.
Constructor with a list of documentation elements.
GrammarsInfo(String) - Constructor for class org.restlet.ext.wadl.GrammarsInfo
Deprecated.
Constructor with a single documentation element.
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.
handle(Request, Response) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Handles a call by looking for the resource metod to call, call it and return the result.
handle(Request, Response) - Method in class org.restlet.ext.lucene.SolrClientHelper
Deprecated.
 
handle(Request, Response) - Method in class org.restlet.ext.raml.RamlSpecificationRestlet
Deprecated.
 
handle(Request, Response) - Method in class org.restlet.ext.swagger.JaxRsApplicationSwagger2SpecificationRestlet
 
handle(Request, Response) - Method in class org.restlet.ext.swagger.JaxRsApplicationSwaggerSpecificationRestlet
 
handle(Request, Response) - Method in class org.restlet.ext.swagger.Swagger2SpecificationRestlet
 
handle(Request, Response) - Method in class org.restlet.ext.swagger.SwaggerSpecificationRestlet
 
handle(Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Handles the requests normally in all cases then handles the special case of the OPTIONS requests that exactly target the application.
handleFormRedirect(Representation, ClientResource) - Static method in class org.restlet.ext.openid.OpenIdFormForwarder
Deprecated.
Helper class to programmatically handle the OpenID 2.0 HTML Form redirection.
handleUser(User, boolean) - Method in class org.restlet.ext.openid.RedirectAuthenticator
Deprecated.
Handles the retrieved user from the verifier.
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.openid.AttributeExchange
Deprecated.
 
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.
hasReturnTo(Request) - Method in class org.restlet.ext.openid.RelayingParty
Deprecated.
 
host(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the URI host.
host(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the URI host.
HtmlConverter - Class in org.restlet.ext.html
Converter between the HTML API and Representation classes.
HtmlConverter() - Constructor for class org.restlet.ext.html.HtmlConverter
 
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.
IncludeInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
IncludeInfo() - Constructor for class org.restlet.ext.wadl.IncludeInfo
Deprecated.
Constructor.
IncludeInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.IncludeInfo
Deprecated.
Constructor with a single documentation element.
IncludeInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.IncludeInfo
Deprecated.
Constructor with a list of documentation elements.
IncludeInfo(String) - Constructor for class org.restlet.ext.wadl.IncludeInfo
Deprecated.
Constructor with a single documentation element.
includes(Metadata) - Method in class org.restlet.ext.openid.AttributeExchange
Deprecated.
 
init() - Method in class org.restlet.ext.servlet.ServerServlet
 
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.
init(ExtProperties) - Method in class org.restlet.ext.velocity.RepresentationResourceLoader
 
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.
InstantiateException - Exception in org.restlet.ext.jaxrs
Deprecated.
Will be removed in next minor release.
InstantiateException(Method, Throwable) - Constructor for exception org.restlet.ext.jaxrs.InstantiateException
Deprecated.
Use this constructor, if a resource class could not be instantiated.
InstantiateException(String) - Constructor for exception org.restlet.ext.jaxrs.InstantiateException
Deprecated.
 
InstantiateException(String, Throwable) - Constructor for exception org.restlet.ext.jaxrs.InstantiateException
Deprecated.
 
InstantiateException(Throwable) - Constructor for exception org.restlet.ext.jaxrs.InstantiateException
Deprecated.
 
Introspector - Class in org.restlet.ext.platform
Generates the Web API documentation of a Restlet based Application and imports it into the Restlet Cloud console.
Introspector() - Constructor for class org.restlet.ext.platform.Introspector
 
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.
isAgentEnabled() - Method in class org.restlet.ext.platform.RestletCloudService
Indicates if the Restlet Cloud agent is enabled.
isAutoDescribing() - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Indicates if the application should be automatically described via WADL when an OPTIONS request handles a "*" target URI.
isAutoDescribing() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Indicates if the resource should be automatically described via WADL when an OPTIONS request is handled.
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(Variant) - Method in class org.restlet.ext.emf.EmfConverter
Deprecated.
Indicates if the given variant 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(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.jaxb.JaxbConverter
Indicates if the given variant is compatible with the media types supported by this converter.
isCompatible(MediaType) - Method in class org.restlet.ext.jibx.JibxConverter
Deprecated.
Indicates if the given mediaType is compatible with the media types supported by this converter.
isCompatible(Variant) - Method in class org.restlet.ext.jibx.JibxConverter
Deprecated.
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
 
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.
isFirewallEnabled() - Method in class org.restlet.ext.platform.RestletCloudService
Indicates if the firewall is enabled.
isFixed() - Method in class org.restlet.ext.atom.Categories
Indicates if the list is fixed.
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.
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.
isRepeating() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns true if the parameter is single valued or may have multiple values, false otherwise.
isRequired() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Indicates whether the parameter is required.
isReverseProxyEnabled() - Method in class org.restlet.ext.platform.RestletCloudService
Indicates if the request redirection is enabled.
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
 
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.
isUsingEncodedAttributeStyle() - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Indicates if EMF references should be written as URI anchors.
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
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.
JaxRsApplication - Class in org.restlet.ext.jaxrs
Deprecated.
Will be removed in next minor release.
JaxRsApplication() - Constructor for class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Creates an new JaxRsApplication.
JaxRsApplication(Context) - Constructor for class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Creates an new JaxRsApplication.
JaxRsApplication(Context, Application) - Constructor for class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Creates an new JaxRsApplication.
JaxRsApplication(Application) - Constructor for class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
 
JaxRsApplicationSwagger2SpecificationRestlet - Class in org.restlet.ext.swagger
Restlet that generates Swagger documentation in the format defined by the swagger-spec project 2.0 for a JaxRS application
It helps to generate the high level documentation for the whole API (set by calling JaxRsApplicationSwagger2SpecificationRestlet.setApplication(Application) methods, and the documentation for each resource.
By default it instrospects the JaxRs Application classes and singletons.
Use the SwaggerSpecificationRestlet restlet for Restlet applications.
JaxRsApplicationSwagger2SpecificationRestlet(Application) - Constructor for class org.restlet.ext.swagger.JaxRsApplicationSwagger2SpecificationRestlet
Constructor.
JaxRsApplicationSwagger2SpecificationRestlet(Context, Application) - Constructor for class org.restlet.ext.swagger.JaxRsApplicationSwagger2SpecificationRestlet
Constructor.
JaxRsApplicationSwaggerSpecificationRestlet - Class in org.restlet.ext.swagger
Restlet that generates Swagger documentation in the format defined by the swagger-spec project for a JaxRS application
It helps to generate the high level documentation for the whole API (set by calling JaxRsApplicationSwaggerSpecificationRestlet.setApplication(Application) or JaxRsApplicationSwaggerSpecificationRestlet.setApiInboundRoot(Application) methods, and the documentation for each resource.
By default it instrospects the JaxRs Application classes and singletons.
Use the SwaggerSpecificationRestlet restlet for Restlet applications.
JaxRsApplicationSwaggerSpecificationRestlet(Application) - Constructor for class org.restlet.ext.swagger.JaxRsApplicationSwaggerSpecificationRestlet
Constructor.
JaxRsApplicationSwaggerSpecificationRestlet(Context, Application) - Constructor for class org.restlet.ext.swagger.JaxRsApplicationSwaggerSpecificationRestlet
Constructor.
JaxRsClientResource - Class in org.restlet.ext.jaxrs
Deprecated.
Will be removed in next minor release.
JaxRsClientResource(Context, Reference) - Constructor for class org.restlet.ext.jaxrs.JaxRsClientResource
Deprecated.
 
JaxRsRestlet - Class in org.restlet.ext.jaxrs
Deprecated.
Will be removed in next minor release.
JaxRsRestlet(Context, MetadataService) - Constructor for class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Creates a new JaxRsRestlet with the given Context.
JibxConverter - Class in org.restlet.ext.jibx
Deprecated.
Use an XML serialization technology such as Jackson instead.
JibxConverter() - Constructor for class org.restlet.ext.jibx.JibxConverter
Deprecated.
 
JibxRepresentation<T> - Class in org.restlet.ext.jibx
Deprecated.
Use an XML serialization technology such as Jackson instead.
JibxRepresentation(MediaType, T) - Constructor for class org.restlet.ext.jibx.JibxRepresentation
Deprecated.
Creates a JIBX representation from an existing Java object.
JibxRepresentation(MediaType, T, String) - Constructor for class org.restlet.ext.jibx.JibxRepresentation
Deprecated.
Creates a JIBX representation from an existing Java object.
JibxRepresentation(Representation, Class<?>) - Constructor for class org.restlet.ext.jibx.JibxRepresentation
Deprecated.
Creates a new JIBX representation, that can be used to convert the input XML into a Java object.
JibxRepresentation(Representation, Class<?>, String) - Constructor for class org.restlet.ext.jibx.JibxRepresentation
Deprecated.
Creates a new JIBX representation, that can be used to convert the input XML into a Java object.
JsonConverter - Class in org.restlet.ext.json
Converter between the JSON API (more precisely JSONArray, JSONObject and JSONTokener instances) 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(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(Map<String, Object>) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor from a map object.
JsonRepresentation(Object) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor from a bean using reflection to generate JSON names.
JsonRepresentation(Representation) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor.
JsonRepresentation(String) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor from a JSON string.

L

LANGUAGE - Static variable in class org.restlet.ext.openid.AttributeExchange
Deprecated.
 
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_NAME - Static variable in class org.restlet.ext.openid.AttributeExchange
Deprecated.
 
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 - Class in org.restlet.ext.atom
Defines a reference from an entry or feed to a Web resource.
Link() - Constructor for class org.restlet.ext.atom.Link
Constructor.
Link(Reference, Relation, MediaType) - Constructor for class org.restlet.ext.atom.Link
Constructor.
link(Graph, Reference, Literal) - Method in class org.restlet.ext.rdf.GraphBuilder
 
link(Graph, Reference, Reference) - Method in class org.restlet.ext.rdf.GraphBuilder
 
link(Reference, Reference, Literal) - Method in class org.restlet.ext.rdf.GraphBuilder
 
link(Reference, Reference, Reference) - 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(Graph, 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.GraphHandler
Callback method used when a link is parsed or written.
link(Reference, Reference, Reference) - Method in class org.restlet.ext.rdf.GraphHandler
Callback method used when a link is parsed or written.
Link - Class in org.restlet.ext.rdf
Link between a source resource and a target resource or literal.
Link(Graph, Reference, 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, String, Literal) - Constructor for class org.restlet.ext.rdf.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(Link) - Constructor for class org.restlet.ext.rdf.Link
Constructor by copy.
Link(Reference, Reference, 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, String, Literal) - Constructor for class org.restlet.ext.rdf.Link
Constructor.
Link(Reference, String, Reference) - Constructor for class org.restlet.ext.rdf.Link
Constructor.
LinkInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
LinkInfo() - Constructor for class org.restlet.ext.wadl.LinkInfo
Deprecated.
Constructor.
LinkInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.LinkInfo
Deprecated.
Constructor with a single documentation element.
LinkInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.LinkInfo
Deprecated.
Constructor with a list of documentation elements.
LinkInfo(String) - Constructor for class org.restlet.ext.wadl.LinkInfo
Deprecated.
Constructor with a single documentation element.
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.
loadConfiguration() - Method in class org.restlet.ext.platform.RestletCloudService
Load the agent configuration from the file set by the system property 'apiSparkServiceConfig'.
loadConfiguration(File) - Method in class org.restlet.ext.platform.RestletCloudService
Load the agent configuration from the file.
loadConfiguration(InputStream) - Method in class org.restlet.ext.platform.RestletCloudService
Load the agent configuration from the input stream.
loadProperty(Object, String) - Method in class org.restlet.ext.odata.Service
Updates the given entity object with the value of the specified property.
LOGGER - Static variable in class org.restlet.ext.platform.RestletCloudService
Internal logger.
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.platform.Introspector
Main class, invokes this class without argument to get help instructions.
main(String[]) - Static method in class org.restlet.ext.wadl.WadlComponent
Deprecated.
Main method capable of configuring and starting a whole Restlet Component based on a list of local WADL documents URIs, for example "file:///C:/YahooSearch.wadl".

The necessary client connectors are automatically created.
matrixParam(String, Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Append a matrix parameter to the existing set of matrix parameters of the current final segment of the URI path.
matrixParam(String, Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Append a matrix parameter to the existing set of matrix parameters of the current final segment of the URI path.
MethodInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
MethodInfo() - Constructor for class org.restlet.ext.wadl.MethodInfo
Deprecated.
Constructor.
MethodInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.MethodInfo
Deprecated.
Constructor with a single documentation element.
MethodInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.MethodInfo
Deprecated.
Constructor with a list of documentation elements.
MethodInfo(String) - Constructor for class org.restlet.ext.wadl.MethodInfo
Deprecated.
Constructor with a single documentation element.
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 current Application.
newContextProvider() - Method in class org.restlet.ext.guice.RestletGuice.Module
Creates a Provider for the current Context.
newInstance() - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Creates a new instance of UriBuilder.
newRequestProvider() - Method in class org.restlet.ext.guice.RestletGuice.Module
Creates a Provider for the current Request.
newResponseProvider() - Method in class org.restlet.ext.guice.RestletGuice.Module
Creates a Provider for the current Response.
newRouter() - Method in class org.restlet.ext.guice.ResourceInjectingApplication
Returns a new instance of Router linked 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

ObjectFactory - Interface in org.restlet.ext.jaxrs
Deprecated.
Will be removed in next minor release.
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.
OpenIdFormForwarder - Class in org.restlet.ext.openid
Deprecated.
Will be removed in next minor release.
OpenIdFormForwarder() - Constructor for class org.restlet.ext.openid.OpenIdFormForwarder
Deprecated.
 
OpenIdVerifier - Class in org.restlet.ext.openid
Deprecated.
Will be removed in next minor release.
OpenIdVerifier() - Constructor for class org.restlet.ext.openid.OpenIdVerifier
Deprecated.
Default constructor.
OpenIdVerifier(String) - Constructor for class org.restlet.ext.openid.OpenIdVerifier
Deprecated.
Constructor with a default OpenIdProvider/Identifier.
OpenIdVerifier(String, RelayingParty) - Constructor for class org.restlet.ext.openid.OpenIdVerifier
Deprecated.
 
OptionInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
OptionInfo() - Constructor for class org.restlet.ext.wadl.OptionInfo
Deprecated.
Constructor.
OptionInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.OptionInfo
Deprecated.
Constructor with a single documentation element.
OptionInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.OptionInfo
Deprecated.
Constructor with a list of documentation elements.
OptionInfo(String) - Constructor for class org.restlet.ext.wadl.OptionInfo
Deprecated.
Constructor with a single documentation element.
options() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
 
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.emf - package org.restlet.ext.emf
Integration with EMF 2.6.
org.restlet.ext.fileupload - package org.restlet.ext.fileupload
Integration with Apache FileUpload 1.3 library.
org.restlet.ext.freemarker - package org.restlet.ext.freemarker
Integration with FreeMarker 2.3 template library.
org.restlet.ext.gae - package org.restlet.ext.gae
Integration with the Google App Engine services.
org.restlet.ext.gson - package org.restlet.ext.gson
Integration with Gson 2.3.
org.restlet.ext.guice - package org.restlet.ext.guice
Integration with Google Guice 3.0.
org.restlet.ext.gwt - package org.restlet.ext.gwt
Server-side integration with GWT 2.3.
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.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.9.
org.restlet.ext.jaxb - package org.restlet.ext.jaxb
Integration with Java XML Binding (JAXB) 2.1.
org.restlet.ext.jaxrs - package org.restlet.ext.jaxrs
Support for JAX-RS API.
org.restlet.ext.jibx - package org.restlet.ext.jibx
Integration with JiBX 1.2.
org.restlet.ext.json - package org.restlet.ext.json
Support for JSON representations.
org.restlet.ext.lucene - package org.restlet.ext.lucene
Integration with Apache Lucene 4.6.
org.restlet.ext.odata - package org.restlet.ext.odata
Support for the OData web protocol.
org.restlet.ext.openid - package org.restlet.ext.openid
Support for OpenID 2.0 HTTP authentication.
org.restlet.ext.platform - package org.restlet.ext.platform
Integration with Restlet Cloud platform.
org.restlet.ext.raml - package org.restlet.ext.raml
Integration with Mulesoft Raml 0.8.
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.spring - package org.restlet.ext.spring
Integration with Spring Framework 3.2.
org.restlet.ext.swagger - package org.restlet.ext.swagger
Integration with Wordnik Swagger 1.5.
org.restlet.ext.thymeleaf - package org.restlet.ext.thymeleaf
Integration with Thymeleaf 2.1.
org.restlet.ext.velocity - package org.restlet.ext.velocity
Integration with Apache Velocity 2.0.
org.restlet.ext.wadl - package org.restlet.ext.wadl
Support the WADL specification.
org.restlet.ext.xml - package org.restlet.ext.xml
Support for XML and XSLT representations.
ORIGINAL_REF_ATTRIBUTE - Static variable in class org.restlet.ext.openid.RedirectAuthenticator
Deprecated.
 

P

ParameterInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
ParameterInfo() - Constructor for class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Constructor.
ParameterInfo(String, boolean, String, ParameterStyle, String) - Constructor for class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Constructor.
ParameterInfo(String, ParameterStyle, DocumentationInfo) - Constructor for class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Constructor with a single documentation element.
ParameterInfo(String, ParameterStyle, List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Constructor with a list of documentation elements.
ParameterInfo(String, ParameterStyle, String) - Constructor for class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Constructor with a single documentation element.
ParameterStyle - Enum in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
parse(ContentHandler) - Method in class org.restlet.ext.lucene.TikaRepresentation
Deprecated.
Parsed the wrapped representation with Tika to extract the useful metadata and produce structural SAX events (in XHTML format) and send them to the given SAX content handler.
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 ChallengeResponse object.
path(CharSequence) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Appends the given path to the current path.S
path(Class) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Append path segments from a Path-annotated class to the existing list of segments.
path(Class, String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Append path segments from a Path-annotated method to the existing list of segments.
path(Method) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Append the path from a Path-annotated method to the existing path.
path(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Append path to the existing path.
path(Class) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Append path segments from a Path-annotated class to the existing list of segments.
path(Class, String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Append path segments from a Path-annotated method to the existing list of segments.
path(Method) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Append the path from a Path-annotated method to the existing path.
path(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Append path to the existing path.
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.
port(int) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the URI port.
port(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the URI port.
port(int) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the URI port.
port(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the URI port.
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 ServerResource and Restlet beans found in the surrounding bean factory for which SpringBeanRouter.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.
process(String[]) - Static method in class org.restlet.ext.platform.Introspector
 
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.
PROVIDER_FLICKR - Static variable in class org.restlet.ext.openid.OpenIdVerifier
Deprecated.
 
PROVIDER_GOOGLE - Static variable in class org.restlet.ext.openid.OpenIdVerifier
Deprecated.
 
PROVIDER_MYOPENID - Static variable in class org.restlet.ext.openid.OpenIdVerifier
Deprecated.
 
PROVIDER_MYSPACE - Static variable in class org.restlet.ext.openid.OpenIdVerifier
Deprecated.
 
PROVIDER_YAHOO - Static variable in class org.restlet.ext.openid.OpenIdVerifier
Deprecated.
 

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.
queryParam(String, Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Append a query parameter to the existing set of query parameters.
queryParam(String, Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Append a query parameter to the existing set of query parameters.

R

RamlApplication - Class in org.restlet.ext.raml
Deprecated.
Will be removed in next minor release.
RamlApplication() - Constructor for class org.restlet.ext.raml.RamlApplication
Deprecated.
 
RamlSpecificationRestlet - Class in org.restlet.ext.raml
Deprecated.
Will be removed in next minor release.
RamlSpecificationRestlet() - Constructor for class org.restlet.ext.raml.RamlSpecificationRestlet
Deprecated.
Default constructor.
RamlSpecificationRestlet(Context) - Constructor for class org.restlet.ext.raml.RamlSpecificationRestlet
Deprecated.
Constructor.
RdfClientResource - Class in org.restlet.ext.rdf
Linked client resource.
RdfClientResource(Context, Method, Reference) - 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, Reference) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(Context, Request, Response) - 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(Method, Reference) - 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(Reference) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(Request, Response) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(String) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(URI) - 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(Graph, MediaType) - Constructor for class org.restlet.ext.rdf.RdfRepresentation
Constructor with argument.
RdfRepresentation(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.
RedirectAuthenticator - Class in org.restlet.ext.openid
Deprecated.
Will be removed in next minor release.
RedirectAuthenticator(Context, Verifier, Restlet) - Constructor for class org.restlet.ext.openid.RedirectAuthenticator
Deprecated.
Initialize a RedirectAuthenticator with a Verifier.
RedirectAuthenticator(Context, Verifier, String, String, Restlet) - Constructor for class org.restlet.ext.openid.RedirectAuthenticator
Deprecated.
Initializes a RedirectAuthenticator with a Verifier.
refresh() - Method in class org.restlet.ext.rdf.RdfClientResource
Refreshes the links cache.
refresh() - Method in class org.restlet.ext.spring.SpringContext
 
register(String, String, String) - Static method in class org.restlet.ext.openid.AttributeExchange
Deprecated.
 
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.
RelayingParty - Class in org.restlet.ext.openid
Deprecated.
Will be removed in next minor release.
RelayingParty() - Constructor for class org.restlet.ext.openid.RelayingParty
Deprecated.
 
RelayingParty(ConsumerManager) - Constructor for class org.restlet.ext.openid.RelayingParty
Deprecated.
 
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.
replaceMatrix(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the matrix parameters of the current final segment of the current URI path.
replaceMatrix(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the matrix parameters of the current final segment of the current URI path.
replaceMatrixParam(String, Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
 
replaceMatrixParam(String, Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
replacePath(CharSequence) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Replaces the current path with the given path.
replacePath(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the URI path.
replacePath(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the URI path.
replaceQuery(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the URI query string.
replaceQuery(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the URI query string.
replaceQueryParam(String, Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
 
replaceQueryParam(String, Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
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.
RepresentationInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
RepresentationInfo() - Constructor for class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Constructor.
RepresentationInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Constructor with a single documentation element.
RepresentationInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Constructor with a list of documentation elements.
RepresentationInfo(MediaType) - Constructor for class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Constructor with a media type.
RepresentationInfo(String) - Constructor for class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Constructor with a single documentation element.
RepresentationInfo(Variant) - Constructor for class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Constructor with a variant.
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.
RequestInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
RequestInfo() - Constructor for class org.restlet.ext.wadl.RequestInfo
Deprecated.
Constructor.
RequestInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.RequestInfo
Deprecated.
Constructor with a single documentation element.
RequestInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.RequestInfo
Deprecated.
Constructor with a list of documentation elements.
RequestInfo(String) - Constructor for class org.restlet.ext.wadl.RequestInfo
Deprecated.
Constructor with a single documentation element.
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
 
resolveNamespaces() - Method in class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Returns the list of namespaces used in the documentation elements as a map.
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.
ResourceInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
ResourceInfo() - Constructor for class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Constructor.
ResourceInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Constructor with a single documentation element.
ResourceInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Constructor with a list of documentation elements.
ResourceInfo(String) - Constructor for class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Constructor with a single documentation element.
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
 
ResourcesInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
ResourcesInfo() - Constructor for class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
Constructor.
ResourcesInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
Constructor with a single documentation element.
ResourcesInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
Constructor with a list of documentation elements.
ResourcesInfo(String) - Constructor for class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
Constructor with a single documentation element.
ResourceTypeInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
ResourceTypeInfo() - Constructor for class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Constructor.
ResourceTypeInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Constructor with a single documentation element.
ResourceTypeInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Constructor with a list of documentation elements.
ResourceTypeInfo(String) - Constructor for class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Constructor with a single documentation element.
ResponseInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
ResponseInfo() - Constructor for class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Constructor.
ResponseInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Constructor with a single documentation element.
ResponseInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Constructor with a list of documentation elements.
ResponseInfo(String) - Constructor for class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Constructor with a single documentation element.
RestletCloudService - Class in org.restlet.ext.platform
Configures a proxy for your own application and provides some services hosted by the Restlet Cloud platform such as analytics, security.
RestletCloudService() - Constructor for class org.restlet.ext.platform.RestletCloudService
Default constructor.
RestletCloudService(String, char[], Integer, Integer, boolean, String) - Constructor for class org.restlet.ext.platform.RestletCloudService
Constructor using the default Restlet Cloud service url.
RestletCloudService(String, String, char[], Integer, Integer, boolean, String) - Constructor for class org.restlet.ext.platform.RestletCloudService
Constructor.
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 FileItem instances.
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.

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, Document) - Constructor for class org.restlet.ext.xml.SaxRepresentation
Constructor.
SaxRepresentation(MediaType, InputSource) - Constructor for class org.restlet.ext.xml.SaxRepresentation
Constructor.
SaxRepresentation(MediaType, SAXSource) - Constructor for class org.restlet.ext.xml.SaxRepresentation
Constructor.
SaxRepresentation(Representation) - Constructor for class org.restlet.ext.xml.SaxRepresentation
Constructor.
scheme(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the URI scheme.
scheme(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the URI scheme.
schemeSpecificPart(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the URI scheme-specific-part (see URI).
schemeSpecificPart(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the URI scheme-specific-part (see URI).
score(Object, Variant, Resource) - Method in class org.restlet.ext.atom.AtomConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.atom.AtomConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.emf.EmfConverter
Deprecated.
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.emf.EmfConverter
Deprecated.
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.gson.GsonConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.gson.GsonConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.gwt.GwtConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.gwt.GwtConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.html.HtmlConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.html.HtmlConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.jackson.JacksonConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jackson.JacksonConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.jaxb.JaxbConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jaxb.JaxbConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.jibx.JibxConverter
Deprecated.
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jibx.JibxConverter
Deprecated.
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.json.JsonConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.json.JsonConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.thymeleaf.ThymeleafConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.thymeleaf.ThymeleafConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.velocity.VelocityConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.velocity.VelocityConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.wadl.WadlConverter
Deprecated.
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.wadl.WadlConverter
Deprecated.
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.xml.XmlConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.xml.XmlConverter
 
segment(String...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Append path segments to the existing path.
segment(String...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Append path segments to the existing path.
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 SelfInjectingServerResource instances to have their members injected (idempotently) by the SelfInjectingServerResource.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 - 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.
Service - Class in org.restlet.ext.atom
Represents an Atom introspection document.
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(Representation) - Constructor for class org.restlet.ext.atom.Service
Constructor.
Service(Restlet, String, Representation) - Constructor for class org.restlet.ext.atom.Service
Constructor.
Service(String) - Constructor for class org.restlet.ext.atom.Service
Constructor.
Service(String, Representation) - Constructor for class org.restlet.ext.atom.Service
Constructor.
Service - Class in org.restlet.ext.odata
Acts as a manager for a specific remote OData service.
Service(Reference) - Constructor for class org.restlet.ext.odata.Service
Constructor.
Service(String) - Constructor for class org.restlet.ext.odata.Service
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.
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.
setAdminRole(Role) - Method in class org.restlet.ext.gae.GaeEnroler
Sets the administrator role.
setAgentAnalyticsBufferSize(int) - Method in class org.restlet.ext.platform.RestletCloudService
Sets the agent Analytics module buffer size.
setAgentAnalyticsPostPeriodInSecond(long) - Method in class org.restlet.ext.platform.RestletCloudService
Sets the agent Analytics module post period.
setAgentCellId(Integer) - Method in class org.restlet.ext.platform.RestletCloudService
Sets the identifier of the cell configured on the Restlet Cloud platform for your application.
setAgentCellVersion(Integer) - Method in class org.restlet.ext.platform.RestletCloudService
Sets the identifier of the cell version configured on the Restlet Cloud platform for your application.
setAgentEnabled(boolean) - Method in class org.restlet.ext.platform.RestletCloudService
Indicates if the Restlet Cloud agent is enabled.
setAgentLogin(String) - Method in class org.restlet.ext.platform.RestletCloudService
Sets the login used to connect to the Restlet Cloud platform.
setAgentPassword(String) - Method in class org.restlet.ext.platform.RestletCloudService
Sets the password used to connect to the Restlet Cloud platform.
setAgentRefreshPeriodInSecond(long) - Method in class org.restlet.ext.platform.RestletCloudService
Sets the agent refresh period
setAgentServiceUrl(String) - Method in class org.restlet.ext.platform.RestletCloudService
Sets the url of the Restlet Cloud agent service.
setAlgorithm(String) - Method in class org.restlet.ext.crypto.DigestVerifier
Sets the digest algorithm of provided secrets.
setApiInboundRoot(Application) - Method in class org.restlet.ext.raml.RamlSpecificationRestlet
Deprecated.
Sets the root Restlet for the given application.
setApiInboundRoot(Restlet) - Method in class org.restlet.ext.raml.RamlSpecificationRestlet
Deprecated.
Sets the root Restlet for the given application.
setApiInboundRoot(Application) - Method in class org.restlet.ext.swagger.JaxRsApplicationSwaggerSpecificationRestlet
Sets the root Restlet for the given application.
setApiInboundRoot(Application) - Method in class org.restlet.ext.swagger.SwaggerSpecificationRestlet
Sets the root Restlet for the given application.
setApiVersion(String) - Method in class org.restlet.ext.raml.RamlSpecificationRestlet
Deprecated.
Sets the API's version.
setApiVersion(String) - Method in class org.restlet.ext.swagger.JaxRsApplicationSwagger2SpecificationRestlet
Sets the API's version.
setApiVersion(String) - Method in class org.restlet.ext.swagger.JaxRsApplicationSwaggerSpecificationRestlet
Sets the API's version.
setApiVersion(String) - Method in class org.restlet.ext.swagger.Swagger2SpecificationRestlet
Sets the API's version.
setApiVersion(String) - Method in class org.restlet.ext.swagger.SwaggerSpecificationRestlet
Sets the API's version.
setApplication(Application) - Method in class org.restlet.ext.swagger.JaxRsApplicationSwagger2SpecificationRestlet
Sets the root Restlet for the given application.
setApplication(Application) - Method in class org.restlet.ext.swagger.JaxRsApplicationSwaggerSpecificationRestlet
Sets the root Restlet for the given application.
setApplication(Application) - Method in class org.restlet.ext.swagger.Swagger2SpecificationRestlet
Sets the root Restlet for the given application.
setApplication(Application) - Method in class org.restlet.ext.swagger.SwaggerSpecificationRestlet
Sets the root Restlet for the given application.
setApplication(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlRepresentation
Deprecated.
Sets the root element of the WADL document.
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.
setApplications(Collection<Application>) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Adds the given applications to the available applications.
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, 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(Map<String, Object>) - Method in class org.restlet.ext.spring.SpringHost
Sets the map of routes to attach.
setAttachments(Router, Map<String, Object>) - Static method in class org.restlet.ext.spring.SpringRouter
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.
setAuthenticator(Authenticator) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Sets the Authenticator to use.
setAutoDescribing(boolean) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Indicates if the application should be automatically described via WADL when an OPTIONS request handles a "*" target URI.
setAutoDescribing(boolean) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Indicates if the resource should be automatically described via WADL when an OPTIONS request is handled.
setBasePath(String) - Method in class org.restlet.ext.raml.RamlSpecificationRestlet
Deprecated.
Sets the base path of the API.
setBasePath(String) - Method in class org.restlet.ext.swagger.JaxRsApplicationSwagger2SpecificationRestlet
Sets the base path of the API.
setBasePath(String) - Method in class org.restlet.ext.swagger.JaxRsApplicationSwaggerSpecificationRestlet
Sets the base path of the API.
setBasePath(String) - Method in class org.restlet.ext.swagger.Swagger2SpecificationRestlet
Sets the base path of the API.
setBasePath(String) - Method in class org.restlet.ext.swagger.SwaggerSpecificationRestlet
Sets the base path of the API.
setBaseRef(Reference) - Method in class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
Sets the base URI for each child resource identifier.
setBaseRef(Reference) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Sets the WADL base reference.
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(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.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.
setChildResources(List<ResourceInfo>) - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Sets the list of child resources.
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(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.
setContent(String) - Method in class org.restlet.ext.atom.Text
Sets the content.
setContext(Context) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
 
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(Request, Response) - Method in class org.restlet.ext.freemarker.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(Map<String, Object>) - Method in class org.restlet.ext.thymeleaf.TemplateRepresentation
Sets the template's data model.
setDataModel(Request, Response) - Method in class org.restlet.ext.thymeleaf.TemplateRepresentation
Sets the template's data model from a request/response pair.
setDataModel(Resolver<Object>) - Method in class org.restlet.ext.thymeleaf.TemplateRepresentation
Sets the template's data model from a resolver.
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.velocity.TemplateRepresentation
Sets the template's data model from a request/response pair.
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.
setDefaultProvider(String) - Method in class org.restlet.ext.openid.OpenIdVerifier
Deprecated.
Sets the default provider.
setDefaultTarget(Restlet) - Method in class org.restlet.ext.spring.SpringComponent
Attaches a target Restlet to the default host.
setDefaultValue(String) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Sets the default value of this parameter.
setDescription(String) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Sets the description of this documented resource.
setDocument(Document) - Method in class org.restlet.ext.xml.DomRepresentation
Sets the wrapped DOM document.
setDocumentation(DocumentationInfo) - Method in class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Set the list of documentation elements with a single element.
setDocumentation(String) - Method in class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Set the list of documentation elements with a single element.
setDocumentations(List<DocumentationInfo>) - Method in class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Sets the list of documentation elements.
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 EntityResolver to 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 ErrorHandler to 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.
setFirewallEnabled(boolean) - Method in class org.restlet.ext.platform.RestletCloudService
Indicates if the firewall is enabled.
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.
setFixed(String) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Sets the fixed value for the parameter.
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.
setGrammars(GrammarsInfo) - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Sets the grammars element.
setGraph(Graph) - Method in class org.restlet.ext.rdf.RdfRepresentation
Sets the graph of links.
setGuard(Authenticator) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
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.
setIdentifier(String) - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Sets the identifier for the method.
setIdentifier(String) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Sets the identifier of this parameter element.
setIdentifier(String) - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Sets the identifier for that element.
setIdentifier(String) - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Sets the identifier for that element.
setIdentifier(String) - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Sets the identifier for that element.
setIdentifierFormName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Sets the name of the HTML login form field containing the identifier.
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.
setIncludes(List<IncludeInfo>) - Method in class org.restlet.ext.wadl.GrammarsInfo
Deprecated.
Sets the list of include elements.
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.
setLanguage(Language) - Method in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
The language of that documentation element.
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.
setLineWidth(int) - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Sets the maximum number of characters per line.
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.
setLink(LinkInfo) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Sets the link element.
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.
setMediaType(MediaType) - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Sets the media type of that element.
setMetadata(Metadata) - Method in class org.restlet.ext.lucene.TikaRepresentation
Deprecated.
The Tika metadata used for both input and output.
setMethods(List<MethodInfo>) - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Sets the list of documentation elements.
setMethods(List<MethodInfo>) - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Sets the list of supported methods.
setMethods(List<MethodInfo>) - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Sets the list of supported methods.
setMixedContent(Node) - Method in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Sets the mixed content of that element.
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.
setName(Method) - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Sets the name of the method.
setName(String) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Sets the name of this element.
setName(String) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Sets the name of this documented resource.
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.wadl.ApplicationInfo
Deprecated.
Sets the map of namespaces used in the WADL document.
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.
setNoResMethodHandler(Restlet) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Sets the Restlet that will handle the Requests, if no resource method could be found.
setNoResourceClHandler(Restlet) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Sets the Restlet that will handle the Requests, if no resource class could be found.
setNoRootResClHandler(Restlet) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Sets the Restlet that is called, if no root resource class could be found.
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.
setObject(T) - Method in class org.restlet.ext.jibx.JibxRepresentation
Deprecated.
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.
setObjectFactory(ObjectFactory) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Sets the ObjectFactory for root resource class and provider instantiation.
setObjectFactory(ObjectFactory) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Sets the ObjectFactory for root resource class and provider instantiation.
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.
setOptions(List<OptionInfo>) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Sets the list of option elements for that element.
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(Properties) - Method in class org.restlet.ext.spring.SpringServer
Sets parameters on the server.
setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Sets the list of parameters.
setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.RequestInfo
Deprecated.
Sets the list of parameters.
setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Sets the list of parameters.
setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Sets the list of parameters.
setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Sets the list of parameters.
setParameters(Map<String, Object>) - Method in class org.restlet.ext.xml.TransformRepresentation
Sets the JAXP transformer parameters.
setPath(String) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Sets the path to the value of this parameter (within a parent representation).
setPath(String) - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Sets the URI template for the identifier of the resource.
setPrefix(String, String) - Method in class org.restlet.ext.xml.XmlWriter
Specify a preferred prefix for a Namespace URI.
setProfiles(List<Reference>) - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Sets the list of locations of one or more meta data profiles.
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.
setQueryType(MediaType) - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Sets the media type for the query component of the resource URI.
setRamlVersion(String) - Method in class org.restlet.ext.raml.RamlSpecificationRestlet
Deprecated.
Sets the version of RAML used to generate this documentation.
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.
setReference(String) - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Sets the reference to an representation identifier.
setRel(Relation) - Method in class org.restlet.ext.atom.Link
Sets the link's relation type.
setRelationship(String) - Method in class org.restlet.ext.wadl.LinkInfo
Deprecated.
Sets the relationship attribute value.
setRepeating(boolean) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Indicates whether the parameter is single valued or may have multiple values.
setRepresentations(List<RepresentationInfo>) - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Sets the list of representation elements.
setRepresentations(List<RepresentationInfo>) - Method in class org.restlet.ext.wadl.RequestInfo
Deprecated.
Sets the list of supported input representations.
setRepresentations(List<RepresentationInfo>) - Method in class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Sets the list of representations
setRequest(Request) - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
Sets the handled request.
setRequest(RequestInfo) - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Sets the input to the method.
setRequired(boolean) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Indicates whether the parameter is required.
setResourceInfo(ResourceInfo) - Method in class org.restlet.ext.wadl.WadlWrapper
Deprecated.
Sets the description of the wrapped Restlet.
setResources(ResourcesInfo) - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Sets the list of resource elements.
setResources(List<ResourceInfo>) - Method in class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
Sets the list of child resources.
setResourceType(Reference) - Method in class org.restlet.ext.wadl.LinkInfo
Deprecated.
Sets the reference to the resource type of the linked resource.
setResourceTypes(List<ResourceTypeInfo>) - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Sets the list of resource type elements.
setResponse(Response) - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
Sets the handled response.
setResponses(List<ResponseInfo>) - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Sets the output of the method.
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.
setReverseProxyEnabled(boolean) - Method in class org.restlet.ext.platform.RestletCloudService
Indicates if the reverse proxy is enabled.
setReverseProxyTargetUrl(String) - Method in class org.restlet.ext.platform.RestletCloudService
Set the target URL of the reverse proxy.
setReverseRelationship(String) - Method in class org.restlet.ext.wadl.LinkInfo
Deprecated.
Sets the reverse relationship attribute value.
setRights(Text) - Method in class org.restlet.ext.atom.Entry
Sets the information about rights held in and over an entry.
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.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(String) - Method in class org.restlet.ext.openid.AttributeExchange
Deprecated.
 
setSchema(Schema) - Method in class org.restlet.ext.xml.XmlRepresentation
Set a (compiled) Schema to 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.
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.
setSource(Reference) - Method in class org.restlet.ext.rdf.Link
Sets the source resource reference.
setSourceRepresentation(Representation) - Method in class org.restlet.ext.xml.TransformRepresentation
Sets the source representation to transform.
setStatuses(List<Status>) - Method in class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Sets the list of statuses associated with this response representation.
setStyle(ParameterStyle) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Sets the parameter style.
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.
setSwaggerVersion(String) - Method in class org.restlet.ext.swagger.JaxRsApplicationSwagger2SpecificationRestlet
Sets the version of the Swagger specification.
setSwaggerVersion(String) - Method in class org.restlet.ext.swagger.JaxRsApplicationSwaggerSpecificationRestlet
Sets the version of the Swagger specification.
setSwaggerVersion(String) - Method in class org.restlet.ext.swagger.Swagger2SpecificationRestlet
Sets the version of the Swagger specification.
setSwaggerVersion(String) - Method in class org.restlet.ext.swagger.SwaggerSpecificationRestlet
Sets the version of the Swagger specification.
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.
setTarget(Reference) - Method in class org.restlet.ext.rdf.Link
Sets the target as a resource reference.
setTargetRef(Reference) - Method in class org.restlet.ext.wadl.IncludeInfo
Deprecated.
Sets the URI of the referenced definition.
setTargetRef(Reference) - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Sets the reference to a method definition element.
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.
setTextContent(String) - Method in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Sets the content of that element as text.
setThird(V) - Method in class org.restlet.ext.rdf.Triple
Sets the third object.
setTikaConfig(TikaConfig) - Method in class org.restlet.ext.lucene.TikaRepresentation
Deprecated.
Sets the optional Tika configuration.
setTikaParser(Parser) - Method in class org.restlet.ext.lucene.TikaRepresentation
Deprecated.
Sets the optional Tika parser.
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(Text) - 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(Text) - 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(Text) - Method in class org.restlet.ext.atom.Source
Sets the human-readable title for the entry.
setTitle(String) - Method in class org.restlet.ext.atom.Workspace
Sets the title.
setTitle(String) - Method in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Sets the title of that documentation element.
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.
setType(String) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Sets the parameter type.
setType(List<Reference>) - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Sets the list of references to resource type elements.
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.
setUseDefaultProvider(boolean) - Method in class org.restlet.ext.openid.OpenIdVerifier
Deprecated.
Indicates if the defaultProvider must be used in case none is provided in the request.
setUserPrincipalClassName(String) - Method in class org.restlet.ext.jaas.JaasVerifier
Sets the user principal class name.
setUsingEncodedAttributeStyle(boolean) - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Indicates if EMF references should be written as URI anchors.
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(String) - Method in class org.restlet.ext.html.FormData
Sets the textual value of the associated form control.
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.rdf.Literal
Sets the value.
setValue(String) - Method in class org.restlet.ext.wadl.OptionInfo
Deprecated.
Sets the value of this option element.
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.
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.
setXmlElement(String) - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Sets the qualified name of the root element for this XML-based representation.
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 SimpleSerializationPolicy default 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.
SOLR_PROTOCOL - Static variable in class org.restlet.ext.lucene.SolrClientHelper
Deprecated.
 
SolrClientHelper - Class in org.restlet.ext.lucene
Deprecated.
Will be removed in next major release.
SolrClientHelper(Client) - Constructor for class org.restlet.ext.lucene.SolrClientHelper
Deprecated.
Constructor.
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 SpringFinder which 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 Router which behaves like Spring's BeanNameUrlHandlerMapping.
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.jaxrs.JaxRsRestlet
Deprecated.
 
start() - Method in class org.restlet.ext.lucene.SolrClientHelper
Deprecated.
 
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, 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) - 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.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.lucene.SolrClientHelper
Deprecated.
 
stop() - Method in class org.restlet.ext.platform.RestletCloudService
Stops the service and its timer
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.
Swagger2SpecificationRestlet - Class in org.restlet.ext.swagger
Restlet that generates Swagger documentation in the format defined by the swagger-spec project v2.0.
It helps to generate the high level documentation for the whole API (set by calling Swagger2SpecificationRestlet.setApplication(Application) methods, and the documentation for each resource.
By default it instrospects the chain of Application's routers, filters, restlet.
Use the JaxRsApplicationSwagger2SpecificationRestlet restlet for Jax-RS applications.
Swagger2SpecificationRestlet(Application) - Constructor for class org.restlet.ext.swagger.Swagger2SpecificationRestlet
Constructor.
SwaggerApplication - Class in org.restlet.ext.swagger
Swagger enabled application.
SwaggerApplication() - Constructor for class org.restlet.ext.swagger.SwaggerApplication
 
SwaggerSpecificationRestlet - Class in org.restlet.ext.swagger
Restlet that generates Swagger documentation in the format defined by the swagger-spec project.
It helps to generate the high level documentation for the whole API (set by calling SwaggerSpecificationRestlet.setApplication(Application) or SwaggerSpecificationRestlet.setApiInboundRoot(Application) methods, and the documentation for each resource.
By default it instrospects the chain of Application's routers, filters, restlet.
Use the JaxRsApplicationSwaggerSpecificationRestlet restlet for Jax-RS applications.
SwaggerSpecificationRestlet() - Constructor for class org.restlet.ext.swagger.SwaggerSpecificationRestlet
Default constructor.
SwaggerSpecificationRestlet(Application) - Constructor for class org.restlet.ext.swagger.SwaggerSpecificationRestlet
Constructor.
SwaggerSpecificationRestlet(Context) - Constructor for class org.restlet.ext.swagger.SwaggerSpecificationRestlet
Constructor.

T

TemplateFilter - Class in org.restlet.ext.freemarker
Filter response's entity and wrap it with a FreeMarker's template representation.
TemplateFilter() - Constructor for class org.restlet.ext.freemarker.TemplateFilter
Constructor.
TemplateFilter(Context) - Constructor for class org.restlet.ext.freemarker.TemplateFilter
Constructor.
TemplateFilter(Context, Restlet) - Constructor for class org.restlet.ext.freemarker.TemplateFilter
Constructor.
TemplateFilter(Context, Restlet, Object) - Constructor for class org.restlet.ext.freemarker.TemplateFilter
Constructor.
TemplateFilter(Context, Restlet, Resolver<Object>) - Constructor for class org.restlet.ext.freemarker.TemplateFilter
Constructor.
TemplateFilter - Class in org.restlet.ext.thymeleaf
Filters response's entity and wraps it with a Thymeleaf's template representation.
TemplateFilter() - Constructor for class org.restlet.ext.thymeleaf.TemplateFilter
Constructor.
TemplateFilter(Context) - Constructor for class org.restlet.ext.thymeleaf.TemplateFilter
Constructor.
TemplateFilter(Context, Restlet) - Constructor for class org.restlet.ext.thymeleaf.TemplateFilter
Constructor.
TemplateFilter(Context, Restlet, Map<String, Object>) - Constructor for class org.restlet.ext.thymeleaf.TemplateFilter
Constructor.
TemplateFilter(Context, Restlet, Resolver<Object>) - Constructor for class org.restlet.ext.thymeleaf.TemplateFilter
Constructor.
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.velocity.TemplateFilter
Constructor.
TemplateFilter(Context) - Constructor for class org.restlet.ext.velocity.TemplateFilter
Constructor.
TemplateFilter(Context, Restlet) - Constructor for class org.restlet.ext.velocity.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.velocity.TemplateFilter
Constructor.
TemplateRepresentation - Class in org.restlet.ext.freemarker
FreeMarker template representation.
TemplateRepresentation(Representation, Configuration, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
Constructor.
TemplateRepresentation(Representation, Configuration, Object, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
Constructor.
TemplateRepresentation(Representation, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
Constructor.
TemplateRepresentation(Representation, 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, Configuration, Object, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
Constructor.
TemplateRepresentation(Template, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
Constructor.
TemplateRepresentation(Template, Object, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
Constructor.
TemplateRepresentation - Class in org.restlet.ext.thymeleaf
Thymeleaf template representation.
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, 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(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 - Class in org.restlet.ext.velocity
Velocity template representation.
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.velocity.TemplateRepresentation
Constructor based on a Velocity 'encoded' representation.
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(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.
Text - Class in org.restlet.ext.atom
A Text construct contains human-readable text, usually in small quantities.
Text(MediaType) - Constructor for class org.restlet.ext.atom.Text
Constructor.
Text(MediaType, String) - Constructor for class org.restlet.ext.atom.Text
Constructor.
Text(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
 
TikaRepresentation - Class in org.restlet.ext.lucene
Deprecated.
Will be removed in next major release.
TikaRepresentation(Representation) - Constructor for class org.restlet.ext.lucene.TikaRepresentation
Deprecated.
Constructor.
TikaRepresentation(Representation, TikaConfig) - Constructor for class org.restlet.ext.lucene.TikaRepresentation
Deprecated.
Constructor.
TikaRepresentation(Representation, TikaConfig, Parser) - Constructor for class org.restlet.ext.lucene.TikaRepresentation
Deprecated.
Constructor.
TIMEZONE - Static variable in class org.restlet.ext.openid.AttributeExchange
Deprecated.
 
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.emf.EmfConverter
Deprecated.
 
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.jibx.JibxConverter
Deprecated.
 
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.wadl.WadlConverter
Deprecated.
 
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.emf.EmfConverter
Deprecated.
 
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.jibx.JibxConverter
Deprecated.
 
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.wadl.WadlConverter
Deprecated.
 
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(Relation) - Static method in class org.restlet.ext.atom.Relation
Return a String object representing the specified Relation.
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.jaxrs.AbstractUriBuilder
Deprecated.
Returns the actual URI as String.
toString() - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Returns the actual URI as String.
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() - Method in enum org.restlet.ext.wadl.ParameterStyle
Deprecated.
 
transform(Representation) - Method in class org.restlet.ext.xml.Transformer
Transforms a source XML representation by applying an XSLT transform sheet to it.
transform(Source, Result) - Method in class org.restlet.ext.xml.TransformRepresentation
Transforms the given JAXP source into the given result.
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(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.
TransformRepresentation(URIResolver, Representation, Representation) - Constructor for class org.restlet.ext.xml.TransformRepresentation
Constructor.
TransformRepresentation(URIResolver, Representation, Templates) - Constructor for class org.restlet.ext.xml.TransformRepresentation
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

unauthenticated(Request, Response) - Method in class org.restlet.ext.openid.RedirectAuthenticator
Deprecated.
 
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.
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Completes the given map of namespaces with the namespaces used in the documentation elements.
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.GrammarsInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.IncludeInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.LinkInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.OptionInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.RequestInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ResponseInfo
Deprecated.
 
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.emf.EmfConverter
Deprecated.
 
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.jibx.JibxConverter
Deprecated.
 
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.wadl.WadlConverter
Deprecated.
 
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.
uri(URI) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Copies the non-null components of the supplied URI to the UriBuilder replacing any existing values for those components.
uri(URI) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Copies the non-null components of the supplied URI to the UriBuilder replacing any existing values for those components.
userInfo(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the URI user-info.
userInfo(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the URI user-info.

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.
valueOf(String) - Static method in class org.restlet.ext.openid.AttributeExchange
Deprecated.
 
valueOf(String) - Static method in enum org.restlet.ext.wadl.ParameterStyle
Deprecated.
Returns the enum constant of this type with the specified name.
valueOfType(String) - Static method in class org.restlet.ext.openid.AttributeExchange
Deprecated.
 
values() - Static method in enum org.restlet.ext.wadl.ParameterStyle
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
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.
verify(Request, Response) - Method in class org.restlet.ext.openid.OpenIdVerifier
Deprecated.
Verifies a request.
verify(Map<AttributeExchange, String>, Request, boolean) - Method in class org.restlet.ext.openid.RelayingParty
Deprecated.
 
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

WadlApplication - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
WadlApplication() - Constructor for class org.restlet.ext.wadl.WadlApplication
Deprecated.
Creates an application that can automatically introspect and expose itself as with a WADL description upon reception of an OPTIONS request on the "*" target URI.
WadlApplication(Context) - Constructor for class org.restlet.ext.wadl.WadlApplication
Deprecated.
Creates an application that can automatically introspect and expose itself as with a WADL description upon reception of an OPTIONS request on the "*" target URI.
WadlApplication(Context, Representation) - Constructor for class org.restlet.ext.wadl.WadlApplication
Deprecated.
Creates an application described using a WADL document.
WadlApplication(Representation) - Constructor for class org.restlet.ext.wadl.WadlApplication
Deprecated.
Creates an application described using a WADL document.
WadlComponent - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
WadlComponent() - Constructor for class org.restlet.ext.wadl.WadlComponent
Deprecated.
Default constructor.
WadlComponent(Reference) - Constructor for class org.restlet.ext.wadl.WadlComponent
Deprecated.
Constructor loading a WADL description document at a given URI.

The necessary client connectors are automatically created.
WadlComponent(Representation) - Constructor for class org.restlet.ext.wadl.WadlComponent
Deprecated.
Constructor based on a given WADL description document.
WadlComponent(String) - Constructor for class org.restlet.ext.wadl.WadlComponent
Deprecated.
Constructor loading a WADL description document at a given URI.

The necessary client connectors are automatically created.
WadlConverter - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
WadlConverter() - Constructor for class org.restlet.ext.wadl.WadlConverter
Deprecated.
 
WadlDescribable - Interface in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
wadlRepresent(Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Represents the resource as a WADL description.
wadlRepresent(Variant, Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Represents the resource as a WADL description for the given variant.
WadlRepresentation - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
WadlRepresentation() - Constructor for class org.restlet.ext.wadl.WadlRepresentation
Deprecated.
Constructor.
WadlRepresentation(ApplicationInfo) - Constructor for class org.restlet.ext.wadl.WadlRepresentation
Deprecated.
Constructor.
WadlRepresentation(Representation) - Constructor for class org.restlet.ext.wadl.WadlRepresentation
Deprecated.
Constructor.
WadlRepresentation(ResourceInfo) - Constructor for class org.restlet.ext.wadl.WadlRepresentation
Deprecated.
Constructor.
WadlServerResource - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
WadlServerResource() - Constructor for class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Constructor.
WadlWrapper - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
WadlWrapper(Restlet) - Constructor for class org.restlet.ext.wadl.WadlWrapper
Deprecated.
Constructor.
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.
wrap(Class<? extends T>) - Method in class org.restlet.ext.jaxrs.JaxRsClientResource
Deprecated.
Wraps the client resource to proxy calls to the given Java interface into Restlet method calls.
wrapFinderWithMemberInjection(Finder, SelfInjectingServerResource.MembersInjector) - Static method in class org.restlet.ext.guice.ResourceInjectingApplication
Wraps a Finder returned by ResourceInjectingApplication.createFinder(Class) to do member injection using the passed in MembersInjector.
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(EObject, OutputStream) - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Writes the representation based on a given EMF object.
write(OutputStream) - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
If this representation wraps an EObject, then it tries to write it as either XML, XMI or ECore/EMOF depending on the media type set.
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(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.jaxb.JaxbRepresentation
Writes the representation to a stream of characters.
write(Writer) - Method in class org.restlet.ext.jibx.JibxRepresentation
Deprecated.
Marshals the document and 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(GraphHandler) - Method in class org.restlet.ext.rdf.RdfRepresentation
Writes the
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(XmlWriter) - Method in class org.restlet.ext.wadl.WadlRepresentation
Deprecated.
 
write(Writer) - Method in class org.restlet.ext.xml.DomRepresentation
 
write(Writer) - Method in class org.restlet.ext.xml.SaxRepresentation
 
write(XmlWriter) - Method in class org.restlet.ext.xml.SaxRepresentation
Writes the representation to a XML writer.
write(Result) - Method in class org.restlet.ext.xml.TransformRepresentation
Writes the transformed source into the given JAXP result.
write(Writer) - Method in class org.restlet.ext.xml.TransformRepresentation
Writes the transformed source into the given output stream.
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, String) - Method in class org.restlet.ext.atom.Person
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, 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.
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) - Method in class org.restlet.ext.atom.Workspace
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.GrammarsInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.IncludeInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.LinkInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.OptionInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.RequestInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.ResponseInfo
Deprecated.
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, Charset) - Constructor for class org.restlet.ext.xml.XmlWriter
Constructor.
XmlWriter(OutputStream, CharsetEncoder) - Constructor for class org.restlet.ext.xml.XmlWriter
Constructor.
XmlWriter(OutputStream, String) - 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.

Z

ZIP - Static variable in class org.restlet.ext.openid.AttributeExchange
Deprecated.
 
A B C D E F G H I J L M N O P Q R S T U V W X Z 
Skip navigation links
Restlet Framework 2.4.3
Google App Engine

Copyright © 2005-2020 Restlet.