Class FaceletsCompilerUtils
- java.lang.Object
- 
- org.apache.myfaces.view.facelets.compiler.FaceletsCompilerUtils
 
- 
 public final class FaceletsCompilerUtils extends Object Utility class for facelets (which need access to the compiler package).- Since:
- 2.0
- Version:
- $Revision$ $Date$
- Author:
- Jakob Korherr (latest modification by $Author$)
 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanhasChildren(TagConfig config)Determines if the Tag with the given TagConfig has children.
 
- 
- 
- 
Method Detail- 
hasChildrenpublic static boolean hasChildren(TagConfig config) Determines if the Tag with the given TagConfig has children.- Parameters:
- config-
- Returns:
 
 
- 
 
-