|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.jsf.BTTJSFUtil
public class BTTJSFUtil
This class contains utility methods used frequently in this component.
Constructor Summary | |
---|---|
BTTJSFUtil()
|
Method Summary | |
---|---|
static java.lang.Object |
getConfigValue(java.lang.String aCompositeKey)
get the value of the configuration property in the BTT configuration file(btt.xml). |
static javax.servlet.http.HttpSession |
getHttpSeeesion()
get HTTP Session with the default FacesContext. |
static javax.servlet.http.HttpSession |
getHttpSeeesion(boolean create)
get HTTP Session with the default FacesContext. |
static javax.servlet.http.HttpSession |
getHttpSeeesion(javax.faces.context.FacesContext fContext)
get HTTP Session with the specified FacesContext. |
static javax.servlet.http.HttpSession |
getHttpSeeesion(javax.faces.context.FacesContext fContext,
boolean create)
get HTTP Session with the specified FacesContext. |
static Context |
getSessionContext()
Returns the current Context with the specified HttpSeesion. |
static Context |
getSessionContext(javax.servlet.http.HttpSession aSession)
Returns the current Context with the specified HttpSeesion. |
static boolean |
isWorkAreaSupport()
Check whether or not Supporting WorkArea |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BTTJSFUtil()
Method Detail |
---|
public static java.lang.Object getConfigValue(java.lang.String aCompositeKey)
aCompositeKey
-
public static boolean isWorkAreaSupport()
public static javax.servlet.http.HttpSession getHttpSeeesion()
public static javax.servlet.http.HttpSession getHttpSeeesion(boolean create)
create
- -- Flag indicating whether or not a new session should be created if there is no session associated with the current request.
public static javax.servlet.http.HttpSession getHttpSeeesion(javax.faces.context.FacesContext fContext)
fContext
-
public static javax.servlet.http.HttpSession getHttpSeeesion(javax.faces.context.FacesContext fContext, boolean create)
fContext
- create
- -- Flag indicating whether or not a new session should be created if there is no session associated with the current request.
public static Context getSessionContext() throws DSEInvalidRequestException, DSEObjectNotFoundException
aSessionID
-
DSEInvalidRequestException
DSEObjectNotFoundException
public static Context getSessionContext(javax.servlet.http.HttpSession aSession) throws DSEInvalidRequestException, DSEObjectNotFoundException
aSession
-
DSEInvalidRequestException
DSEObjectNotFoundException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |