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

java.lang.Object
  extended byorg.apache.commons.digester.Rule
      extended byorg.apache.jetspeed.tools.pamanager.rules.JetspeedServiceRule

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

This class helps load the jetspeed portlet extension service declarations.

Author:
David Sean Taylor

Field Summary
private  org.apache.jetspeed.om.common.portlet.MutablePortletApplication app
           
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
JetspeedServiceRule(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

app

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

JetspeedServiceRule

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

end

public void end(String namespace,
                String name)
         throws Exception
Throws:
Exception


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