org.apache.struts.tiles

Interface AttributeDefinition

All Superinterfaces:
Serializable
Known Implementing Classes:
DefinitionAttribute, DefinitionNameAttribute, DirectStringAttribute, PathAttribute, UntyppedAttribute

public interface AttributeDefinition
extends Serializable

Attribute definition used in a component definition.

Method Summary

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

Method Details

getValue

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


setRole

public void setRole(String role)
Set role attribute.


Copyright B) 2000-2005 - Apache Software Foundation