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

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