|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.p13n.appflow.webflow.InputProcessorSupport
This class provides additional support over implementing InputProcessor directly. An inputprocessor can extend this class or call it's static methods directly.
Field Summary | |
static com.bea.p13n.i18n.WebflowExceptionTextFormatter |
exFmt
Exception message formatter class, conforming to WLS logger API |
Constructor Summary | |
InputProcessorSupport()
|
Method Summary | |
static java.lang.String |
getCurrentNamespace(PipelineSession pipelineSession)
Convenience method for getting the Current Namespace it just in turn just calls pipelineSession.getContext.getCurrentNamescpace() |
static PipelineSession |
getPipelineSession(javax.servlet.http.HttpServletRequest request)
Convenience method for getting the PipelineSession It in turn calls SessionManagerFactory.getSessionManager.getPipelineSession(request) |
static java.lang.Object |
getRequestAttribute(java.lang.String key,
java.lang.String namespace,
java.lang.Object reqContext,
PipelineSession pSession)
Get request scoped attributes from the pipeline session |
static java.lang.Object |
getSessionAttribute(java.lang.String key,
java.lang.String namespace,
PipelineSession pSession)
Get session scoped attributes from the pipeline session |
static void |
setRequestAttribute(java.lang.String key,
java.lang.Object obj,
java.lang.String namespace,
java.lang.Object reqContext,
PipelineSession pSession)
Set request scoped attributes in the pipeline session |
static void |
setSessionAttribute(java.lang.String key,
java.lang.Object obj,
java.lang.String namespace,
PipelineSession pSession)
Set session scoped attributes in the pipeline session |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final com.bea.p13n.i18n.WebflowExceptionTextFormatter exFmt
Constructor Detail |
public InputProcessorSupport()
Method Detail |
public static java.lang.Object getRequestAttribute(java.lang.String key, java.lang.String namespace, java.lang.Object reqContext, PipelineSession pSession) throws ProcessingException
public static void setRequestAttribute(java.lang.String key, java.lang.Object obj, java.lang.String namespace, java.lang.Object reqContext, PipelineSession pSession) throws ProcessingException
public static java.lang.Object getSessionAttribute(java.lang.String key, java.lang.String namespace, PipelineSession pSession) throws ProcessingException
public static void setSessionAttribute(java.lang.String key, java.lang.Object obj, java.lang.String namespace, PipelineSession pSession) throws ProcessingException
public static PipelineSession getPipelineSession(javax.servlet.http.HttpServletRequest request)
SessionManagerFactory.getSessionManager.getPipelineSession(request)
public static java.lang.String getCurrentNamespace(PipelineSession pipelineSession)
pipelineSession.getContext.getCurrentNamescpace()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |