org.bibop.xml.xforge.helpers
Class RequestContext

java.lang.Object
  |
  +--org.bibop.xml.xforge.helpers.RequestContext
All Implemented Interfaces:
ContextEventListener, XForgeContext
Direct Known Subclasses:
C1RequestContext, C2RequestContext, TestContext

public class RequestContext
extends java.lang.Object
implements ContextEventListener, XForgeContext


Field Summary
protected  java.lang.String urlcontextclass
           
 
Constructor Summary
RequestContext()
           
 
Method Summary
 void afterEnd()
           
 void afterStart()
           
 void beforeEnd()
           
 void beforeStart()
           
 java.lang.String getContextId()
          Get the unique identifier of the current context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

urlcontextclass

protected java.lang.String urlcontextclass
Constructor Detail

RequestContext

public RequestContext()
Method Detail

getContextId

public java.lang.String getContextId()
                              throws XForgeException
Get the unique identifier of the current context.

Specified by:
getContextId in interface XForgeContext
XForgeException

beforeStart

public void beforeStart()
                 throws XForgeException
Specified by:
beforeStart in interface ContextEventListener
XForgeException

afterStart

public void afterStart()
                throws XForgeException
Specified by:
afterStart in interface ContextEventListener
XForgeException

beforeEnd

public void beforeEnd()
               throws XForgeException
Specified by:
beforeEnd in interface ContextEventListener
XForgeException

afterEnd

public void afterEnd()
              throws XForgeException
Specified by:
afterEnd in interface ContextEventListener
XForgeException


Copyright © 2003 Bibop Research International. All Rights Reserved.