|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jsfunit.seam.SeamUtil
public class SeamUtil
This class contains some useful methods for working with the Seam framework.
Method Summary | |
---|---|
static void |
invalidateSeamSession(javax.servlet.http.HttpServletRequest httpServletRequest)
Invalidate the session the Seam way. |
static boolean |
isSeamInitialized()
Return true if the Seam framework is present and
initialized. |
static boolean |
isSeamPresent()
Determines if Seam is present in this web application. |
static void |
suppressSeamComponentWarning()
The Seam Component class puts out lots of warning messages when the Seam session is manipulated with JSFUnit. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isSeamPresent()
true
if Seam is present, false
otherwise.public static boolean isSeamInitialized()
true
if the Seam framework is present and
initialized.
true
if Seam is intialized, false
public static void invalidateSeamSession(javax.servlet.http.HttpServletRequest httpServletRequest)
httpServletRequest
- The current request.public static void suppressSeamComponentWarning()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |