| com.icesoft.faces.webapp.parser.ComponentRuleSet
ComponentRuleSet | public class ComponentRuleSet extends RuleSetBase (Code) | | This class provides a ruleset for the Apache Digester, that supports parsing
of a JSFX page into a tree of JSP tag processing classes. This tree is then
used in the parser to mimick the JSP lifecycle in order to produce the JSF
component tree.
author: Steve Maryka |
ComponentRuleSet | public ComponentRuleSet(TagToComponentMap mp, String namespaceURI)(Code) | | Constructor
Parameters: mp - The map from tags to tag processing classes Parameters: namespaceURI - |
addRuleInstances | public void addRuleInstances(Digester digester)(Code) | | Adds rules for each tag in the map.
Parameters: digester - The digester to which rules are added. |
isJSF12 | public static boolean isJSF12()(Code) | | Detect JSF 1.2 for special cases
true if JSF 1.2 is being used |
|
|