APPLICATION
public static final String APPLICATION
XXX
APPLICATION_SCOPE
public static final int APPLICATION_SCOPE
XXX
CONFIG
public static final String CONFIG
XXX
EXCEPTION
public static final String EXCEPTION
XXX
OUT
public static final String OUT
XXX
PAGE
public static final String PAGE
XXX
PAGECONTEXT
public static final String PAGECONTEXT
XXX
PAGE_SCOPE
public static final int PAGE_SCOPE
XXX
REQUEST
public static final String REQUEST
XXX
REQUEST_SCOPE
public static final int REQUEST_SCOPE
XXX
RESPONSE
public static final String RESPONSE
XXX
SESSION
public static final String SESSION
XXX
SESSION_SCOPE
public static final int SESSION_SCOPE
XXX
findAttribute
public abstract Object findAttribute(String name)
XXX
forward
public abstract void forward(String urlPath)
throws IOException,
ServletException,
IllegalArgumentException,
IllegalStateException,
SecurityException
XXX
getAttribute
public abstract Object getAttribute(String name)
throws IllegalArgumentException,
NullPointerException
XXX
getAttribute
public abstract Object getAttribute(String name,
int scope)
throws IllegalArgumentException,
NullPointerException
XXX
getAttributeNamesInScope
public abstract Enumeration getAttributeNamesInScope(int scope)
XXX
getAttributesScope
public abstract int getAttributesScope(String name)
XXX
getException
public abstract Exception getException()
XXX
getPage
public abstract Object getPage()
XXX
- the page in the form of a Servlet
getServletConfig
public abstract ServletConfig getServletConfig()
XXX
getServletContext
public abstract ServletContext getServletContext()
XXX
handlePageException
public abstract void handlePageException(Exception exception)
throws IOException,
ServletException
XXX
include
public abstract void include(String urlPath)
throws IOException,
ServletException,
IllegalArgumentException,
SecurityException
XXX
initialize
public abstract void initialize(Servlet servlet,
ServletRequest request,
ServletResponse response,
String errorPageURL,
boolean needsSession,
int bufferSize,
boolean autoflush)
throws IOException,
IllegalArgumentException,
IllegalStateException
XXX
servlet
- XXXrequest
- XXXresponse
- XXXerrorPageURL
- XXXneedsSession
- XXXbufferSize
- XXXautoflush
- XXX
release
public abstract void release()
XXX
removeAttribute
public abstract void removeAttribute(String name)
XXX
removeAttribute
public abstract void removeAttribute(String name,
int scope)
XXX
setAttribute
public abstract void setAttribute(String name,
Object attribute)
throws NullPointerException
XXX
name
- XXXattribute
- XXX
setAttribute
public abstract void setAttribute(String name,
Object attribute,
int scope)
throws IllegalArgumentException,
NullPointerException
XXX
name
- XXXattribute
- XXXscope
- XXX