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
private  org.apache.jetspeed.om.common.portlet.MutablePortletApplication app
           
 
Fields inherited from class org.apache.commons.digester.RuleSetBase
namespaceURI
 
Constructor Summary
JetspeedServicesRuleSet(org.apache.jetspeed.om.common.portlet.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
 

Field Detail

app

private org.apache.jetspeed.om.common.portlet.MutablePortletApplication app
Constructor Detail

JetspeedServicesRuleSet

public JetspeedServicesRuleSet(org.apache.jetspeed.om.common.portlet.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-2007 Apache Software Foundation. All Rights Reserved.