|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Configuration | |
|---|---|
| com.acsinet_solutions.cetia4.controller | Generic utility classes for servlet and portlet environments. |
| com.acsinet_solutions.cetia4.controller.rest | Main implementation package of the REST framework. |
| com.acsinet_solutions.cetia4.controller.support | Implementation of servlets and other classes that are not REST specific, so they may be reused on portlet or other environments. |
| com.acsinet_solutions.cetia4.tags.support | Base classes for taglibs, and utility classes. |
| Uses of Configuration in com.acsinet_solutions.cetia4.controller |
|---|
| Methods in com.acsinet_solutions.cetia4.controller that return Configuration | |
|---|---|
Configuration |
RequestContext.getConfiguration()
Get a reference to the not-null configuration of the current module |
static Configuration |
ControllerTools.getConfiguration(javax.servlet.ServletContext context)
Get the configuration object reference to the global configuration of the current application, create it if it does not exist. |
static Configuration |
ControllerTools.getConfiguration(javax.servlet.ServletContext context,
javax.servlet.ServletConfig config)
Get a configuration object reference for the given context and config reference. |
| Uses of Configuration in com.acsinet_solutions.cetia4.controller.rest |
|---|
| Methods in com.acsinet_solutions.cetia4.controller.rest that return Configuration | |
|---|---|
protected Configuration |
RestRequestHandlerBase.getConfiguration()
Get the servlet configuration object |
Configuration |
RestModuleSupport.getConfiguration()
|
Configuration |
RestModule.getConfiguration()
Get a reference to the configuration instance for the current module. |
Configuration |
AbstractServletRequestContext.getConfiguration()
|
Configuration |
AbstractRestServlet.getConfiguration()
Get the configuration instance that encapsulates configuration for the current servlet. |
| Methods in com.acsinet_solutions.cetia4.controller.rest with parameters of type Configuration | |
|---|---|
static RestModuleSupport |
DynamicRestModuleFactory.createRestModule(java.lang.Class c,
ServiceLocator locator,
Configuration configuration)
Create a root RestModule from a base class and service locator reference |
static RestModuleSupport |
DynamicRestModuleFactory.createRestModule(java.lang.Class c,
ServiceLocator locator,
Configuration configuration,
RestModule parent)
Create a nested RestModule from a base class and service locator reference using the provided RestModule parent. |
void |
RestModuleSupport.setConfiguration(Configuration configuration)
Set the configuration instance; this will be called by a dynamic factory |
| Constructors in com.acsinet_solutions.cetia4.controller.rest with parameters of type Configuration | |
|---|---|
AbstractServletRequestContext(java.lang.String requestType,
javax.servlet.ServletConfig config,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Configuration configuration)
Protected constructor, for use by implementations. |
|
WebServiceServletRequestContext(javax.servlet.ServletConfig config,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Configuration configuration)
Package-visible constructor, for use by the RestServlet |
|
WebServletRequestContext(javax.servlet.ServletConfig config,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Configuration configuration)
Package-visible constructor, for use by the RestServlet |
|
| Uses of Configuration in com.acsinet_solutions.cetia4.controller.support |
|---|
| Classes in com.acsinet_solutions.cetia4.controller.support that implement Configuration | |
|---|---|
class |
ServletConfigurationImpl
A servlet based configuration instance. |
| Constructors in com.acsinet_solutions.cetia4.controller.support with parameters of type Configuration | |
|---|---|
ServletConfigurationImpl(Configuration parent,
javax.servlet.ServletConfig config)
Create a configuration for a single servlet. |
|
| Uses of Configuration in com.acsinet_solutions.cetia4.tags.support |
|---|
| Methods in com.acsinet_solutions.cetia4.tags.support that return Configuration | |
|---|---|
protected Configuration |
LogTagSupport.getConfiguration()
Shortcut for the application-wide configuration object. |
protected Configuration |
LogLoopTagSupport.getConfiguration()
Shortcut for the application-wide configuration object. |
protected Configuration |
LogConditionalTagSupport.getConfiguration()
Shortcut for the application-wide configuration object. |
protected Configuration |
LogBodyTagSupport.getConfiguration()
Shortcut for the application-wide configuration object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||