org.apache.jetspeed.tools.pamanager.rules
Class JetspeedServicesRuleSet

java.lang.Object
  extended by org.apache.commons.digester.RuleSetBase
      extended by org.apache.jetspeed.tools.pamanager.rules.JetspeedServicesRuleSet
All Implemented Interfaces:
org.apache.commons.digester.RuleSet

public class JetspeedServicesRuleSet
extends org.apache.commons.digester.RuleSetBase

This class helps load the jetspeed portlet extension service declarations.

Author:
David Sean Taylor

Field Summary
 
Fields inherited from class org.apache.commons.digester.RuleSetBase
namespaceURI
 
Constructor Summary
JetspeedServicesRuleSet(MutablePortletApplication app)
           
 
Method Summary
 void addRuleInstances(org.apache.commons.digester.Digester digester)
           
 
Methods inherited from class org.apache.commons.digester.RuleSetBase
getNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetspeedServicesRuleSet

public JetspeedServicesRuleSet(MutablePortletApplication app)
Method Detail

addRuleInstances

public void addRuleInstances(org.apache.commons.digester.Digester digester)
Specified by:
addRuleInstances in interface org.apache.commons.digester.RuleSet
Specified by:
addRuleInstances in class org.apache.commons.digester.RuleSetBase
See Also:
RuleSet.addRuleInstances(org.apache.commons.digester.Digester)


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.