Uses of Class
org.apache.commons.chain.impl.ContextBase
-
Packages that use ContextBase Package Description org.apache.commons.chain.web Basis for specializedContextimplementations suitable for use in web applications, and genericCommandimplementations useful across web application environments.org.apache.commons.chain.web.portlet SpecializedContextandCommandimplementations suitable for use in a Portlet API environment.org.apache.commons.chain.web.servlet SpecializedContextandCommandimplementations suitable for use in a Servlet API environment. -
-
Uses of ContextBase in org.apache.commons.chain.web
Subclasses of ContextBase in org.apache.commons.chain.web Modifier and Type Class Description classWebContextAbstract base implementation ofContextthat provides web based applications that use it a "generic" view of HTTP related requests and responses, without tying the application to a particular underlying Java API (such as servlets). -
Uses of ContextBase in org.apache.commons.chain.web.portlet
Subclasses of ContextBase in org.apache.commons.chain.web.portlet Modifier and Type Class Description classPortletWebContextConcrete implementation ofWebContextsuitable for use in portlets. -
Uses of ContextBase in org.apache.commons.chain.web.servlet
Subclasses of ContextBase in org.apache.commons.chain.web.servlet Modifier and Type Class Description classServletWebContextConcrete implementation ofWebContextsuitable for use in Servlets and JSP pages.
-