| org.apache.cocoon.components.deli.DeliImpl
Inner Class :public static class CocoonServletContext implements ServletContext | |
Method Summary | |
public void | contextualize(Context context) | public void | dispose() | public Profile | getProfile(Request theRequest) Process a HttpServletRequest and either extract
CC/PP or UAProf information from it and use this information
to resolve a profile or examine the user agent string, match
this using the DELI legacy device database, and use this
information to retrieve the appropriate CC/PP profile. | public Document | getUACapabilities(Profile theProfile) Convert a profile stored as a vector of profile attributes
to a DOM tree. | public Document | getUACapabilities(Request theRequest) | public void | initialize() | public void | parameterize(Parameters params) | public void | service(ServiceManager manager) |
manager | protected ServiceManager manager(Code) | | The service manager
|
parser | protected DOMParser parser(Code) | | Parser used to construct the DOM tree to import the profile to a stylesheet
|
servletContext | protected CocoonServletContext servletContext(Code) | | A context, used to retrieve the path to the configuration file
|
contextualize | public void contextualize(Context context) throws ContextException(Code) | | Contextualize this class
|
dispose | public void dispose()(Code) | | Dispose of this class
|
getProfile | public Profile getProfile(Request theRequest) throws IOException, ServletException, Exception(Code) | | Process a HttpServletRequest and either extract
CC/PP or UAProf information from it and use this information
to resolve a profile or examine the user agent string, match
this using the DELI legacy device database, and use this
information to retrieve the appropriate CC/PP profile.
Parameters: theRequest - The Request. The profile as a vector of profile attributes. throws: IOException - throws: ServletException - throws: Exception - |
getUACapabilities | public Document getUACapabilities(Profile theProfile) throws Exception(Code) | | Convert a profile stored as a vector of profile attributes
to a DOM tree.
Parameters: theProfile - The profile as a vector of profile attributes. The DOM tree. |
parameterize | public void parameterize(Parameters params)(Code) | | Configure this class
|
service | public void service(ServiceManager manager) throws ServiceException(Code) | | Service this class
|
|
|