|
||||||||||
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,
Class<T> type)
Find the first occurence of a tag handler that is instanceof T |
|
static Collection<FaceletHandler> |
findNextByType(FaceletHandler nextHandler,
Class<?>... type1)
|
|
static Collection<FaceletHandler> |
findNextByType(FaceletHandler nextHandler,
Class<?> type1,
Class<?> type2)
|
|
static
|
findNextByType(FaceletHandler nextHandler,
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, Class<T> type)
T
- nextHandler
- type
-
public static <T> Collection<T> findNextByType(FaceletHandler nextHandler, Class<T> type)
type
-
public static Collection<FaceletHandler> findNextByType(FaceletHandler nextHandler, Class<?>... type1)
public static Collection<FaceletHandler> findNextByType(FaceletHandler nextHandler, Class<?> type1, Class<?> type2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |