|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.xsp.application.ComponentData
public class ComponentData
Component data. This class handles the session attributes when it is executed as a component, like an iWidget or a composite application component.
Constructor Summary | |
---|---|
ComponentData()
Required by Serializable. |
Method Summary | |
---|---|
java.lang.String |
getId()
Get the component id. |
java.lang.String |
getMode()
Get the current component mode. |
java.lang.String |
getProxyMode()
Get the current proxy mode. |
java.lang.String |
getProxyUrl()
Get the current proxy url. |
void |
init(SessionData sessionData,
javax.servlet.http.HttpServletRequest request)
Construct new Component data. |
void |
setId(java.lang.String id)
Set the current component id. |
void |
setMode(java.lang.String mode)
Set the current component mode. |
void |
setProxyMode(java.lang.String proxy)
Set the current proxy mode. |
void |
setProxyUrl(java.lang.String proxyUrl)
Set the current proxy url. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentData()
Method Detail |
---|
public void init(SessionData sessionData, javax.servlet.http.HttpServletRequest request)
public java.lang.String getId()
public void setId(java.lang.String id)
id
- the new component idpublic java.lang.String getMode()
public void setMode(java.lang.String mode)
mode
- the new component modepublic java.lang.String getProxyMode()
public void setProxyMode(java.lang.String proxy)
mode
- the new proxy modepublic java.lang.String getProxyUrl()
public void setProxyUrl(java.lang.String proxyUrl)
mode
- the new proxy url
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |