com.ptc.core.ca.web.client.gw
Class WebJspData

java.lang.Object
  extended by com.ptc.core.ca.web.client.gw.WebJspData

Deprecated.

@Deprecated
public class WebJspData
extends Object

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

getRequest

public HttpServletRequest getRequest()
Deprecated. 
Gets the value of the attribute: request; Contains addresses of the elements the message is about

Supported API: true

Returns:
HttpServletRequest

setRequest

public 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

Parameters:
a_Request -

getResponse

public HttpServletResponse getResponse()
Deprecated. 
Gets the value of the attribute: response; Contains addresses of the elements the message is about

Supported API: true

Returns:
HttpServletResponse

setResponse

public 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

Parameters:
a_Response -

getOut

public JspWriter getOut()
Deprecated. 
Gets the value of the attribute: out; Contains addresses of the elements the message is about

Supported API: true

Returns:
JspWriter

setOut

public 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

Parameters:
a_Out -

getPageContext

public PageContext getPageContext()
Deprecated. 
Gets the value of the attribute: pageContext; Contains addresses of the elements the message is about

Supported API: true

Returns:
PageContext

setPageContext

public 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

Parameters:
a_PageContext -

getSession

public HttpSession getSession()
Deprecated. 
Gets the value of the attribute: session; Contains addresses of the elements the message is about

Supported API: true

Returns:
HttpSession

setSession

public 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

Parameters:
a_Session -

getApplication

public ServletContext getApplication()
Deprecated. 
Gets the value of the attribute: application; Contains addresses of the elements the message is about

Supported API: true

Returns:
ServletContext

setApplication

public 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

Parameters:
a_Application -

getConfig

public ServletConfig getConfig()
Deprecated. 
Gets the value of the attribute: config; Contains addresses of the elements the message is about

Supported API: true

Returns:
ServletConfig

setConfig

public 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

Parameters:
a_Config -

getPage

public Object getPage()
Deprecated. 
Gets the value of the attribute: page; Contains addresses of the elements the message is about

Supported API: true

Returns:
Object

setPage

public 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

Parameters:
a_Page -

getException

public Throwable getException()
Deprecated. 
Gets the value of the attribute: exception; Contains addresses of the elements the message is about

Supported API: true

Returns:
Throwable

setException

public 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

Parameters:
a_Exception -