|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.web.client.gw.WebJspData
@Deprecated public class WebJspData
The class describing jsp page. All the attributes correspond to well
known jsp variables.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
ServletContext |
getApplication()
Deprecated. Gets the value of the attribute: application; Contains addresses of the elements the message is about Supported API: true |
ServletConfig |
getConfig()
Deprecated. Gets the value of the attribute: config; Contains addresses of the elements the message is about Supported API: true |
Throwable |
getException()
Deprecated. Gets the value of the attribute: exception; Contains addresses of the elements the message is about Supported API: true |
JspWriter |
getOut()
Deprecated. Gets the value of the attribute: out; Contains addresses of the elements the message is about Supported API: true |
Object |
getPage()
Deprecated. Gets the value of the attribute: page; Contains addresses of the elements the message is about Supported API: true |
PageContext |
getPageContext()
Deprecated. Gets the value of the attribute: pageContext; Contains addresses of the elements the message is about Supported API: true |
HttpServletRequest |
getRequest()
Deprecated. Gets the value of the attribute: request; Contains addresses of the elements the message is about Supported API: true |
HttpServletResponse |
getResponse()
Deprecated. Gets the value of the attribute: response; Contains addresses of the elements the message is about Supported API: true |
HttpSession |
getSession()
Deprecated. Gets the value of the attribute: session; Contains addresses of the elements the message is about Supported API: true |
void |
setApplication(ServletContext a_Application)
Deprecated. Sets the value of the attribute: application; Contains addresses of the elements the message is about Supported API: true |
void |
setConfig(ServletConfig a_Config)
Deprecated. Sets the value of the attribute: config; Contains addresses of the elements the message is about Supported API: true |
void |
setException(Throwable a_Exception)
Deprecated. Sets the value of the attribute: exception; Contains addresses of the elements the message is about Supported API: true |
void |
setOut(JspWriter a_Out)
Deprecated. Sets the value of the attribute: out; Contains addresses of the elements the message is about Supported API: true |
void |
setPage(Object a_Page)
Deprecated. Sets the value of the attribute: page; Contains addresses of the elements the message is about Supported API: true |
void |
setPageContext(PageContext a_PageContext)
Deprecated. Sets the value of the attribute: pageContext; Contains addresses of the elements the message is about Supported API: true |
void |
setRequest(HttpServletRequest a_Request)
Deprecated. Sets the value of the attribute: request; Contains addresses of the elements the message is about Supported API: true |
void |
setResponse(HttpServletResponse a_Response)
Deprecated. Sets the value of the attribute: response; Contains addresses of the elements the message is about Supported API: true |
void |
setSession(HttpSession a_Session)
Deprecated. Sets the value of the attribute: session; Contains addresses of the elements the message is about Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public HttpServletRequest getRequest()
public void setRequest(HttpServletRequest a_Request)
a_Request - public HttpServletResponse getResponse()
public void setResponse(HttpServletResponse a_Response)
a_Response - public JspWriter getOut()
public void setOut(JspWriter a_Out)
a_Out - public PageContext getPageContext()
public void setPageContext(PageContext a_PageContext)
a_PageContext - public HttpSession getSession()
public void setSession(HttpSession a_Session)
a_Session - public ServletContext getApplication()
public void setApplication(ServletContext a_Application)
a_Application - public ServletConfig getConfig()
public void setConfig(ServletConfig a_Config)
a_Config - public Object getPage()
public void setPage(Object a_Page)
a_Page - public Throwable getException()
public void setException(Throwable a_Exception)
a_Exception -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||