org.apache.portals.bridges.struts.config
Class RenderContextAttributes.Attribute

java.lang.Object
  extended by org.apache.portals.bridges.struts.config.RenderContextAttributes.Attribute
Enclosing class:
RenderContextAttributes

public static class RenderContextAttributes.Attribute
extends java.lang.Object


Constructor Summary
RenderContextAttributes.Attribute()
           
 
Method Summary
 java.lang.String getValue()
           
 boolean isKeep()
           
 boolean isPrefixAttr()
           
 void setKeep(boolean keep)
           
 void setName(java.lang.String value)
           
 void setPrefix(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderContextAttributes.Attribute

public RenderContextAttributes.Attribute()
Method Detail

isKeep

public boolean isKeep()

setKeep

public void setKeep(boolean keep)

isPrefixAttr

public boolean isPrefixAttr()

getValue

public java.lang.String getValue()

setName

public void setName(java.lang.String value)

setPrefix

public void setPrefix(java.lang.String value)


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