|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.view.facelets.tag.TagHandlerUtils
public final class TagHandlerUtils
This class was created to gather some code from latest Facelets not existing in latest JSF 2.0 spec. Also, since it was created on the fly while converting, it's highly possible that methods in this class should be moved in a more logical location and/or removed.
Method Summary | ||
---|---|---|
static
|
findFirstNextByType(FaceletHandler nextHandler,
java.lang.Class<T> type)
Find the first occurence of a tag handler that is instanceof T |
|
static java.util.Collection<FaceletHandler> |
findNextByType(FaceletHandler nextHandler,
java.lang.Class<?>... type1)
|
|
static java.util.Collection<FaceletHandler> |
findNextByType(FaceletHandler nextHandler,
java.lang.Class<?> type1,
java.lang.Class<?> type2)
|
|
static
|
findNextByType(FaceletHandler nextHandler,
java.lang.Class<T> type)
From TagHandler: protected final |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <T> T findFirstNextByType(FaceletHandler nextHandler, java.lang.Class<T> type)
T
- nextHandler
- type
-
public static <T> java.util.Collection<T> findNextByType(FaceletHandler nextHandler, java.lang.Class<T> type)
type
-
public static java.util.Collection<FaceletHandler> findNextByType(FaceletHandler nextHandler, java.lang.Class<?>... type1)
public static java.util.Collection<FaceletHandler> findNextByType(FaceletHandler nextHandler, java.lang.Class<?> type1, java.lang.Class<?> type2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |