Uses of Class
org.apache.commons.chain.web.WebContext
-
Packages that use WebContext Package Description 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 WebContext in org.apache.commons.chain.web.portlet
Subclasses of WebContext in org.apache.commons.chain.web.portlet Modifier and Type Class Description classPortletWebContextConcrete implementation ofWebContextsuitable for use in portlets. -
Uses of WebContext in org.apache.commons.chain.web.servlet
Subclasses of WebContext in org.apache.commons.chain.web.servlet Modifier and Type Class Description classServletWebContextConcrete implementation ofWebContextsuitable for use in Servlets and JSP pages.
-