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

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

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

This class helps load the jetspeed portlet extension user attributes.

Author:
David Le Strat

Field Summary
private  org.apache.jetspeed.om.common.portlet.MutablePortletApplication app
           
protected static org.apache.commons.logging.Log log
           
 
Fields inherited from class org.apache.commons.digester.RuleSetBase
namespaceURI
 
Constructor Summary
UserAttributeRefRuleSet(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

log

protected static final org.apache.commons.logging.Log log

app

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

UserAttributeRefRuleSet

public UserAttributeRefRuleSet(org.apache.jetspeed.om.common.portlet.MutablePortletApplication app)
Method Detail

addRuleInstances

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


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