|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractPageContextWrapper | |
---|---|
org.apache.cactus | Contains all classes needed for writing Cactus tests. |
org.apache.cactus.server | Contains the Cactus redirectors and the Cactus wrappers around all Servlet, Filter and JSP implicit objects. |
Uses of AbstractPageContextWrapper in org.apache.cactus |
---|
Fields in org.apache.cactus declared as AbstractPageContextWrapper | |
---|---|
AbstractPageContextWrapper |
JspTestCase.pageContext
Valid PageContext object that you can access from
the testXXX() , setUp and
tearDown() methods. |
Uses of AbstractPageContextWrapper in org.apache.cactus.server |
---|
Subclasses of AbstractPageContextWrapper in org.apache.cactus.server | |
---|---|
class |
AbstractPageContextWrapper23
Extends AbstractPageContextWrapper by adding the new methods
of the Servlet 2.3 API specifications. |
class |
PageContextWrapper
Wrapper around PageContext so that get methods that would
normally return implicit objects will now return Cactus wrapper of
implicit objects instead. |
Methods in org.apache.cactus.server that return AbstractPageContextWrapper | |
---|---|
static AbstractPageContextWrapper |
AbstractPageContextWrapper.newInstance(javax.servlet.jsp.PageContext theOriginalPageContext,
ServletURL theServletURL)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |