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

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

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

This class helps load the portlet's metadata onto the digester stack

Version:
$Id: PortletRule.java 516448 2007-03-09 16:25:47Z ate $
Author:
Jeremy Ford

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
PortletRule(MutablePortletApplication app)
           
 
Method Summary
 void body(java.lang.String namespace, java.lang.String name, java.lang.String text)
           
 
Methods inherited from class org.apache.commons.digester.Rule
begin, begin, body, end, 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
Constructor Detail

PortletRule

public PortletRule(MutablePortletApplication app)
Method Detail

body

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


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