oracle.jbo.html
Class BC4JContext
java.lang.Object
|
+--oracle.jbo.html.BC4JContext
- public class BC4JContext
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextAttrName
public static final java.lang.String ContextAttrName
BC4JContext
public BC4JContext()
initialize
public void initialize(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
getContext
public static final BC4JContext getContext(javax.servlet.http.HttpServletRequest request)
getApplicationModule
public ApplicationModule getApplicationModule()
setViewObject
public void setViewObject(ViewObject vo)
getViewObject
public ViewObject getViewObject()
setEvent
public void setEvent(java.lang.String event)
getEvent
public java.lang.String getEvent()
setRowkey
public void setRowkey(java.lang.String rowkey)
getRowkey
public java.lang.String getRowkey()
getSessionCookie
public SessionCookie getSessionCookie()
setSessionCookie
public void setSessionCookie(SessionCookie cookie)
setPreviousPath
public void setPreviousPath(java.lang.String value)
getPreviousPath
public java.lang.String getPreviousPath()
setCurrentPath
public void setCurrentPath(java.lang.String value)
getCurrentPath
public java.lang.String getCurrentPath()
setProperty
public void setProperty(java.lang.String key,
java.lang.String value)
getProperty
public java.lang.String getProperty(java.lang.String key)
getRow
public Row getRow()