org.apache.jetspeed.util.descriptor
Class ExtendedPortletMetadata.CollectionRule

java.lang.Object
  extended by org.apache.commons.digester.Rule
      extended by org.apache.jetspeed.util.descriptor.ExtendedPortletMetadata.CollectionRule
Enclosing class:
ExtendedPortletMetadata

private static class ExtendedPortletMetadata.CollectionRule
extends org.apache.commons.digester.Rule


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

Field Detail

collection

private Collection collection
Constructor Detail

ExtendedPortletMetadata.CollectionRule

public ExtendedPortletMetadata.CollectionRule(Collection collection)
Method Detail

begin

public void begin(String arg0,
                  String arg1,
                  Attributes arg2)
           throws Exception
Overrides:
begin in class org.apache.commons.digester.Rule
Throws:
Exception

end

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


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