org.apache.jetspeed.util.descriptor
Class PortletPreferenceRule

java.lang.Object
  extended byorg.apache.commons.digester.Rule
      extended byorg.apache.jetspeed.util.descriptor.PortletPreferenceRule

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

Author:
Scott T. Weaver

Nested Class Summary
 class PortletPreferenceRule.TempValueObject
           
 
Field Summary
protected  String name
           
protected  org.apache.jetspeed.om.common.portlet.PortletDefinitionComposite portlet
           
protected  boolean readOnly
           
protected  List values
           
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
PortletPreferenceRule()
           
 
Method Summary
 void begin(String arg0, String arg1, Attributes arg2)
           begin
 void end(String arg0, String arg1)
           end
 void finish()
           finish
 
Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, getDigester, getNamespaceURI, setDigester, setNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portlet

protected org.apache.jetspeed.om.common.portlet.PortletDefinitionComposite portlet

name

protected String name

readOnly

protected boolean readOnly

values

protected List values
Constructor Detail

PortletPreferenceRule

public PortletPreferenceRule()
Method Detail

begin

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

begin

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

Parameters:
arg0 -
arg1 -
Throws:
Exception
See Also:
Rule.end(java.lang.String, java.lang.String)

finish

public void finish()
            throws Exception

finish

Throws:
Exception
See Also:
Rule.finish()


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