Business Components

oracle.jbo.html
Class BC4JContext

java.lang.Object
  |
  +--oracle.jbo.html.BC4JContext

public class BC4JContext
extends java.lang.Object


Field Summary
TypeField
static java.lang.String ContextAttrName
           
 
Constructor Summary
BC4JContext()
           
 
Method Summary
TypeMethod
 ApplicationModule getApplicationModule()
           
static BC4JContext getContext(javax.servlet.http.HttpServletRequest request)
           
 java.lang.String getCurrentPath()
           
 java.lang.String getEvent()
           
 java.lang.String getPreviousPath()
           
 java.lang.String getProperty(java.lang.String key)
           
 Row getRow()
           
 java.lang.String getRowkey()
           
 SessionCookie getSessionCookie()
           
 ViewObject getViewObject()
           
 void initialize(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void setCurrentPath(java.lang.String value)
           
 void setEvent(java.lang.String event)
           
 void setPreviousPath(java.lang.String value)
           
 void setProperty(java.lang.String key, java.lang.String value)
           
 void setRowkey(java.lang.String rowkey)
           
 void setSessionCookie(SessionCookie cookie)
           
 void setViewObject(ViewObject vo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ContextAttrName

public static final java.lang.String ContextAttrName
Constructor Detail

BC4JContext

public BC4JContext()
Method Detail

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()

Business Components