|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.clex.process.jsp.GetInfoBean
Called by JSP pages to get an Object from the InfoTable. The session object must be
set in the GetInfoBean as noted below from the JSP page.
<jsp:useBean id="myBean" class="oracle.clex.process.jsp.GetInfoBean"/> <jsp:setProperty name="myBean" property="session" value="<%=session %>"/>
<% Vector departments = myBean.getVectorInfo("departments"); %>
Field Summary | |
protected javax.servlet.http.HttpSession |
session
|
Constructor Summary | |
GetInfoBean()
|
Method Summary | |
java.lang.Boolean |
getBooleanInfo(java.lang.String infoName)
Return a String from the InfoTable from a given key. |
java.lang.Double |
getDoubleInfo(java.lang.String infoName)
Return a Double from the InfoTable from a given key. |
java.util.Hashtable |
getHashtableInfo(java.lang.String infoName)
Return a Hashtable from the InfoTable from a given key. |
java.lang.Object |
getInfo(java.lang.String infoName)
Return an Object from the InfoTable from a given key. |
void |
GetInfoBean(javax.servlet.http.HttpSession session)
Set the HttpSession if this class used by another class and not another bean. |
java.lang.Integer |
getIntegerInfo(java.lang.String infoName)
Return a String from the InfoTable from a given key. |
java.lang.String |
getPageId()
Do the work required to get the PageId from the current service |
java.lang.String |
getStringInfo(java.lang.String infoName)
Return a String from the InfoTable from a given key. |
java.util.Vector |
getVectorInfo(java.lang.String infoName)
Return a Vector from the InfoTable from a given key. |
void |
setSession(javax.servlet.http.HttpSession session)
Set the HttpSession passed by the JSP page with the useBean tag. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected javax.servlet.http.HttpSession session
Constructor Detail |
public GetInfoBean()
Method Detail |
public void GetInfoBean(javax.servlet.http.HttpSession session)
public void setSession(javax.servlet.http.HttpSession session)
public java.lang.Object getInfo(java.lang.String infoName)
public java.lang.String getStringInfo(java.lang.String infoName)
public java.util.Vector getVectorInfo(java.lang.String infoName)
public java.lang.Boolean getBooleanInfo(java.lang.String infoName)
public java.lang.Integer getIntegerInfo(java.lang.String infoName)
public java.lang.Double getDoubleInfo(java.lang.String infoName)
public java.util.Hashtable getHashtableInfo(java.lang.String infoName)
public java.lang.String getPageId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |