public final class TagHandlerUtils extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static <T> T | findFirstNextByType(FaceletHandler nextHandler,
                   Class<T> type)Find the first occurence of a tag handler that is instanceof T | 
| static ArrayList<FaceletHandler> | findNextByType(FaceletHandler nextHandler,
              Class<?>... type1) | 
| static ArrayList<FaceletHandler> | findNextByType(FaceletHandler nextHandler,
              Class<?> type1,
              Class<?> type2) | 
| static <T> ArrayList<T> | findNextByType(FaceletHandler nextHandler,
              Class<T> type)From TagHandler:
 protected final <T> Iterator<T> findNextByType(Class<T> type) | 
public static <T> T findFirstNextByType(FaceletHandler nextHandler, Class<T> type)
T - nextHandler - type - public static <T> ArrayList<T> findNextByType(FaceletHandler nextHandler, Class<T> type)
nextHandler - type - public static ArrayList<FaceletHandler> findNextByType(FaceletHandler nextHandler, Class<?>... type1)
public static ArrayList<FaceletHandler> findNextByType(FaceletHandler nextHandler, Class<?> type1, Class<?> type2)
Copyright © 2022 The Apache Software Foundation. All rights reserved.