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

java.lang.Object
  extended by org.apache.commons.digester.Rule
      extended by org.apache.jetspeed.tools.pamanager.rules.UserAttributeRefRule

public class UserAttributeRefRule
extends org.apache.commons.digester.Rule

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.Rule
digester, namespaceURI
 
Constructor Summary
UserAttributeRefRule(org.apache.jetspeed.om.common.portlet.MutablePortletApplication app)
           
 
Method Summary
 void end(String namespace, String name)
           
 
Methods inherited from class org.apache.commons.digester.Rule
begin, begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
 
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

UserAttributeRefRule

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

end

public void end(String namespace,
                String name)
         throws Exception
Overrides:
end in class org.apache.commons.digester.Rule
Throws:
Exception


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