org.apache.cocoon.portal.wsrp.adapter
Class WSRPPortletWindowAspect.PreparedConfiguration

java.lang.Object
  extended byorg.apache.cocoon.portal.wsrp.adapter.WSRPPortletWindowAspect.PreparedConfiguration
Enclosing class:
WSRPPortletWindowAspect

protected static class WSRPPortletWindowAspect.PreparedConfiguration
extends Object

utility-class to get the tags out of the configuration


Field Summary
 boolean rootTag
          shows if the element is on the highest level
 String tagName
          name of the element
 
Constructor Summary
protected WSRPPortletWindowAspect.PreparedConfiguration()
           
 
Method Summary
 void takeValues(WSRPPortletWindowAspect.PreparedConfiguration from)
          set the configuration to the local attributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tagName

public String tagName
name of the element


rootTag

public boolean rootTag
shows if the element is on the highest level

Constructor Detail

WSRPPortletWindowAspect.PreparedConfiguration

protected WSRPPortletWindowAspect.PreparedConfiguration()
Method Detail

takeValues

public void takeValues(WSRPPortletWindowAspect.PreparedConfiguration from)
set the configuration to the local attributes

Parameters:
from - the object with the configuration-values


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.