org.apache.myfaces.view.facelets.compiler
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: 900949 $ $Date: 2010-01-19 15:43:57 -0500 (Tue, 19 Jan 2010) $
- Author:
- Jakob Korherr (latest modification by $Author: jakobk $)
Method Summary |
static boolean |
hasChildren(TagConfig config)
Determines if the Tag with the given TagConfig has children. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hasChildren
public static boolean hasChildren(TagConfig config)
- Determines if the Tag with the given TagConfig has children.
- Parameters:
config
-
- Returns:
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.