Package | Description |
---|---|
org.apache.commons.chain.web.faces |
Specialized
Context and Command implementations
suitable for use in a JavaServer Faces API environment. |
org.apache.commons.chain.web.portlet |
Specialized
Context and Command implementations
suitable for use in a Portlet API environment. |
org.apache.commons.chain.web.servlet |
Specialized
Context and Command implementations
suitable for use in a Servlet API environment. |
Modifier and Type | Class and Description |
---|---|
class |
FacesWebContext
Concrete implementation of
WebContext suitable for use in
JavaServer Faces apps. |
Modifier and Type | Class and Description |
---|---|
class |
PortletWebContext
Concrete implementation of
WebContext suitable for use in
portlets. |
Modifier and Type | Class and Description |
---|---|
class |
ServletWebContext
Concrete implementation of
WebContext suitable for use in
Servlets and JSP pages. |
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.