|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.mindmatters.faces.util.WebUtils
Miscellaneous utilities for web applications. Used by various framework classes.
Field Summary | |
static java.lang.String |
APPLICATION_SCOPE
The faces application scope identifier. |
static java.lang.String |
NONE_SCOPE
The faces none scope identifier. |
static java.lang.String |
REQUEST_SCOPE
The faces request scope identifier. |
static java.lang.String |
SESSION_SCOPE
The faces session scope identifier. |
Method Summary | |
static boolean |
isApplicationScope(java.lang.String scope)
Checks whether the scope identifier scope equals the
application scope identifier or not. |
static boolean |
isNoneScope(java.lang.String scope)
Checks whether the scope identifier scope equals the none
scope identifier or not. |
static boolean |
isRequestScope(java.lang.String scope)
Checks whether the scope identifier scope equals the
request scope identifier or not. |
static boolean |
isSessionScope(java.lang.String scope)
Checks whether the scope identifier scope equals the
session scope identifier or not. |
static boolean |
isValueBinding(java.lang.String value)
Checks whether the string value is a value binding
compatible string or not. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String APPLICATION_SCOPE
public static final java.lang.String SESSION_SCOPE
public static final java.lang.String REQUEST_SCOPE
public static final java.lang.String NONE_SCOPE
Method Detail |
public static boolean isApplicationScope(java.lang.String scope)
scope
equals the
application scope identifier or not.
scope
- the faces scope identifier
true
if scope
equals the
application scope identifier else false
public static boolean isSessionScope(java.lang.String scope)
scope
equals the
session scope identifier or not.
scope
- the faces scope identifier
true
if scope
equals the session
scope identifier else false
public static boolean isRequestScope(java.lang.String scope)
scope
equals the
request scope identifier or not.
scope
- the faces scope identifier
true
if scope
equals the request
scope identifier else false
public static boolean isNoneScope(java.lang.String scope)
scope
equals the none
scope identifier or not.
scope
- the faces scope identifier
true
if scope
equals the none scope
identifier else false
public static boolean isValueBinding(java.lang.String value)
value
is a value binding
compatible string or not.
value
- the string to check
true
if value
is a value binding
compatible string else false
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |