org.apache.jetspeed.util.descriptor
Class PortletApplicationRuleSet

java.lang.Object
  extended byorg.apache.commons.digester.RuleSetBase
      extended byorg.apache.jetspeed.util.descriptor.PortletApplicationRuleSet
All Implemented Interfaces:
org.apache.commons.digester.RuleSet

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

Author:
Scott T. Weaver

Field Summary
protected  String appName
           
 
Fields inherited from class org.apache.commons.digester.RuleSetBase
namespaceURI
 
Constructor Summary
PortletApplicationRuleSet(String appName)
           
 
Method Summary
 void addRuleInstances(org.apache.commons.digester.Digester digester)
           addRuleInstances
 
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

appName

protected String appName
Constructor Detail

PortletApplicationRuleSet

public PortletApplicationRuleSet(String appName)
Method Detail

addRuleInstances

public void addRuleInstances(org.apache.commons.digester.Digester digester)

addRuleInstances

See Also:
RuleSet.addRuleInstances(org.apache.commons.digester.Digester)


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