Class FaceletsCompilerUtils
java.lang.Object
org.apache.myfaces.view.facelets.compiler.FaceletsCompilerUtils
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 Summary
Modifier and TypeMethodDescriptionstatic boolean
hasChildren
(TagConfig config) Determines if the Tag with the given TagConfig has children.
-
Method Details
-
hasChildren
Determines if the Tag with the given TagConfig has children.- Parameters:
config
-- Returns:
-