|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
org.apache.tapestry | Tapestry is a comprehensive web application framework, written in Java. |
org.apache.tapestry.engine | Implementations of the IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.markup |
Implementations of IMarkupWriter . |
Uses of Attribute in org.apache.tapestry |
---|
Methods in org.apache.tapestry that return Attribute | |
---|---|
Attribute |
IMarkupWriter.getAttribute(String name)
Gets the attribute matching name from the current open
tag, if it exists. |
Attribute |
IMarkupWriter.removeAttribute(String name)
Removes the attribute specified with a matching name if
one exists. |
Uses of Attribute in org.apache.tapestry.engine |
---|
Methods in org.apache.tapestry.engine that return Attribute | |
---|---|
Attribute |
NullWriter.getAttribute(String name)
|
Attribute |
NullWriter.removeAttribute(String name)
|
Uses of Attribute in org.apache.tapestry.markup |
---|
Classes in org.apache.tapestry.markup that implement Attribute | |
---|---|
class |
DefaultAttribute
Used to hold markup attribute data for writing in a specific format. |
Methods in org.apache.tapestry.markup that return Attribute | |
---|---|
Attribute |
MarkupWriterImpl.getAttribute(String name)
|
Attribute |
MarkupWriterImpl.removeAttribute(String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |