|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
org.apache.myfaces.trinidad.util.ContainerUtils
public final class ContainerUtils
Utilities for the unified expression language. Keeps Trinidad independent of a JSP 2.1 container, for example if Facelets are used.
| Method Summary | |
|---|---|
static boolean |
isValueReference(java.lang.String value)Return true if the specified string contains an EL expression. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isValueReference(java.lang.String value)
NOTICE This method is just a copy of UIComponentTag#isValueReference(String), but it's required because the class UIComponentTag depends on a JSP 2.1 container (for example, it indirectly implements the interface JspIdConsumer) and therefore internal classes shouldn't access this class. That's also the reason why this method is inside the class ContainerUtils, because it allows MyFaces to be independent of a JSP 2.1 container.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.