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

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

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

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

Version:
$Id: $
Author:
David Sean Taylor

Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
SecurityConstraintRefRule(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
 

Constructor Detail

SecurityConstraintRefRule

public SecurityConstraintRefRule(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-2010 Apache Software Foundation. All Rights Reserved.