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
private  org.apache.jetspeed.om.common.portlet.MutablePortletApplication app
           
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
SecurityConstraintRefRule(org.apache.jetspeed.om.common.portlet.MutablePortletApplication app)
           
 
Method Summary
 void body(String namespace, String name, 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

app

private org.apache.jetspeed.om.common.portlet.MutablePortletApplication app
Constructor Detail

SecurityConstraintRefRule

public SecurityConstraintRefRule(org.apache.jetspeed.om.common.portlet.MutablePortletApplication app)
Method Detail

body

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


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