org.apache.tapestry.markup
Interface Attribute

All Known Implementing Classes:
DefaultAttribute

public interface Attribute

Represents a DOM style attribute that is used by IMarkupWriter to manage rendering attributes.

Author:
jkuhnert

Method Summary
 Object getValue()
          Retrieves the current value for the attribute.
 boolean isRaw()
          Whether or not this attribute should be written out in raw form as specified by IMarkupWriter.attribute(String, boolean) .
 

Method Detail

getValue

Object getValue()
Retrieves the current value for the attribute.

Returns:
The current value for the attribute.

isRaw

boolean isRaw()
Whether or not this attribute should be written out in raw form as specified by IMarkupWriter.attribute(String, boolean) .

Returns:
True if content will be written in raw form, false otherwise.


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.