org.apache.jetspeed.util.descriptor
Class PortletApplicationRuleSet

java.lang.Object
  extended by org.apache.commons.digester.RuleSetBase
      extended by org.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

Specified by:
addRuleInstances in interface org.apache.commons.digester.RuleSet
Specified by:
addRuleInstances in class org.apache.commons.digester.RuleSetBase
Parameters:
arg0 -
See Also:
RuleSet.addRuleInstances(org.apache.commons.digester.Digester)


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