- setApplicationContext(ApplicationContext) - Method in class org.restlet.ext.spring.SpringBeanFinder
-
Sets the parent application context
- setApplicationContext(ApplicationContext) - Method in class org.restlet.ext.spring.SpringBeanRouter
-
Sets the Spring application context.
- setAttachment(String, Object) - Method in class org.restlet.ext.spring.SpringHost
-
Sets a route to attach.
- setAttachment(Router, String, Object) - Static method in class org.restlet.ext.spring.SpringRouter
-
Attach a single route.
- setAttachments(Map<String, 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.
- 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.
- setClient(Object) - Method in class org.restlet.ext.spring.SpringComponent
-
Adds a client to the list of connectors.
- 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.
- 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.
- setDefaultTarget(Restlet) - Method in class org.restlet.ext.spring.SpringComponent
-
Attaches a target Restlet to the default host.
- setFindingInAncestors(boolean) - Method in class org.restlet.ext.spring.SpringBeanRouter
-
Sets if bean names will be searched for higher up in the BeanFactory
hierarchy.
- setParameters(Properties) - Method in class org.restlet.ext.spring.SpringServer
-
Sets parameters on the server.
- setRouter(Router) - Method in class org.restlet.ext.spring.SpringBeanFinder
-
Sets the associated router.
- setServer(Object) - Method in class org.restlet.ext.spring.SpringComponent
-
Adds a server to the list of connectors.
- 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.
- setTargetRestletBeanName(String) - Method in class org.restlet.ext.spring.RestletFrameworkServlet
-
Sets the bean name of the target Restlet.
- 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
org.springframework.web.servlet.handler.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
-