org.apache.struts.tiles
Interface AttributeDefinition

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
UntyppedAttribute

public interface AttributeDefinition
extends java.io.Serializable

Attribute definition used in a component definition.


Method Summary
 java.lang.Object getValue()
          Return value hold by this typed attribute.
 void setRole(java.lang.String role)
          Set role attribute.
 

Method Detail

getValue

public java.lang.Object getValue()
Return value hold by this typed attribute.


setRole

public void setRole(java.lang.String role)
Set role attribute.



Copyright © 2000-2003 - Apache Software Foundation