com.isenshi.util.extlib
クラス JavascriptValidatorUtils.PageContextImpl
java.lang.Object
javax.servlet.jsp.JspContext
javax.servlet.jsp.PageContext
com.isenshi.util.extlib.JavascriptValidatorUtils.PageContextImpl
- 含まれているクラス:
- JavascriptValidatorUtils
- public static class JavascriptValidatorUtils.PageContextImpl
- extends javax.servlet.jsp.PageContext
クラス javax.servlet.jsp.PageContext から継承したフィールド |
APPLICATION, APPLICATION_SCOPE, CONFIG, EXCEPTION, OUT, PAGE, PAGE_SCOPE, PAGECONTEXT, REQUEST, REQUEST_SCOPE, RESPONSE, SESSION, SESSION_SCOPE |
メソッドの概要 |
Object |
findAttribute(String arg0)
|
void |
forward(String arg0)
|
Object |
getAttribute(String arg0)
|
Object |
getAttribute(String name,
int scope)
|
Enumeration |
getAttributeNamesInScope(int arg0)
|
int |
getAttributesScope(String arg0)
|
Exception |
getException()
|
javax.servlet.jsp.el.ExpressionEvaluator |
getExpressionEvaluator()
|
javax.servlet.jsp.JspWriter |
getOut()
|
Object |
getPage()
|
javax.servlet.ServletRequest |
getRequest()
|
javax.servlet.ServletResponse |
getResponse()
|
javax.servlet.ServletConfig |
getServletConfig()
|
javax.servlet.ServletContext |
getServletContext()
|
javax.servlet.http.HttpSession |
getSession()
|
javax.servlet.jsp.el.VariableResolver |
getVariableResolver()
|
void |
handlePageException(Exception arg0)
|
void |
handlePageException(Throwable arg0)
|
void |
include(String arg0)
|
void |
include(String arg0,
boolean arg1)
|
void |
initialize(javax.servlet.Servlet servlet,
javax.servlet.ServletRequest arg1,
javax.servlet.ServletResponse arg2,
String arg3,
boolean arg4,
int arg5,
boolean arg6)
|
void |
release()
|
void |
removeAttribute(String arg0)
|
void |
removeAttribute(String arg0,
int arg1)
|
void |
setAttribute(String arg0,
Object arg1)
|
void |
setAttribute(String arg0,
Object arg1,
int arg2)
|
void |
setContext(javax.servlet.ServletContext context)
|
クラス javax.servlet.jsp.PageContext から継承したメソッド |
getErrorData, pushBody |
クラス javax.servlet.jsp.JspContext から継承したメソッド |
popBody, pushBody |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavascriptValidatorUtils.PageContextImpl
public JavascriptValidatorUtils.PageContextImpl()
initialize
public void initialize(javax.servlet.Servlet servlet,
javax.servlet.ServletRequest arg1,
javax.servlet.ServletResponse arg2,
String arg3,
boolean arg4,
int arg5,
boolean arg6)
throws IOException,
IllegalStateException,
IllegalArgumentException
- 例外:
IOException
IllegalStateException
IllegalArgumentException
setContext
public void setContext(javax.servlet.ServletContext context)
release
public void release()
getSession
public javax.servlet.http.HttpSession getSession()
getPage
public Object getPage()
getRequest
public javax.servlet.ServletRequest getRequest()
getResponse
public javax.servlet.ServletResponse getResponse()
getException
public Exception getException()
getServletConfig
public javax.servlet.ServletConfig getServletConfig()
getServletContext
public javax.servlet.ServletContext getServletContext()
forward
public void forward(String arg0)
throws javax.servlet.ServletException,
IOException
- 例外:
javax.servlet.ServletException
IOException
include
public void include(String arg0)
throws javax.servlet.ServletException,
IOException
- 例外:
javax.servlet.ServletException
IOException
include
public void include(String arg0,
boolean arg1)
throws javax.servlet.ServletException,
IOException
- 例外:
javax.servlet.ServletException
IOException
handlePageException
public void handlePageException(Exception arg0)
throws javax.servlet.ServletException,
IOException
- 例外:
javax.servlet.ServletException
IOException
handlePageException
public void handlePageException(Throwable arg0)
throws javax.servlet.ServletException,
IOException
- 例外:
javax.servlet.ServletException
IOException
setAttribute
public void setAttribute(String arg0,
Object arg1)
setAttribute
public void setAttribute(String arg0,
Object arg1,
int arg2)
getAttribute
public Object getAttribute(String arg0)
getAttribute
public Object getAttribute(String name,
int scope)
findAttribute
public Object findAttribute(String arg0)
removeAttribute
public void removeAttribute(String arg0)
removeAttribute
public void removeAttribute(String arg0,
int arg1)
getAttributesScope
public int getAttributesScope(String arg0)
getAttributeNamesInScope
public Enumeration getAttributeNamesInScope(int arg0)
getOut
public javax.servlet.jsp.JspWriter getOut()
getExpressionEvaluator
public javax.servlet.jsp.el.ExpressionEvaluator getExpressionEvaluator()
getVariableResolver
public javax.servlet.jsp.el.VariableResolver getVariableResolver()
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.