org.apache.jetspeed.util.descriptor
Class PortletRule

java.lang.Object
  extended by org.apache.commons.digester.Rule
      extended by org.apache.jetspeed.util.descriptor.PortletRule

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

Author:
Scott T. Weaver

Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
PortletRule()
           
 
Method Summary
 void begin(String arg0, String arg1, Attributes arg2)
           begin
 void end(String arg0, String arg1)
           end
 
Methods inherited from class org.apache.commons.digester.Rule
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
 

Constructor Detail

PortletRule

public PortletRule()
Method Detail

begin

public void begin(String arg0,
                  String arg1,
                  Attributes arg2)
           throws Exception

begin

Overrides:
begin in class org.apache.commons.digester.Rule
Parameters:
arg0 -
arg1 -
arg2 -
Throws:
Exception
See Also:
Rule.begin(java.lang.String, java.lang.String, org.xml.sax.Attributes)

end

public void end(String arg0,
                String arg1)
         throws Exception

end

Overrides:
end in class org.apache.commons.digester.Rule
Parameters:
arg0 -
arg1 -
Throws:
Exception
See Also:
Rule.end(java.lang.String, java.lang.String)


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