|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExtendedMarkupWriter
An easier to use IMarkupWriter
.
Method Summary | |
---|---|
IExtendedMarkupWriter |
create(String tag,
String... attributes)
Starts a new element and appends the given attributes and values. |
IExtendedMarkupWriter |
createEmpty(String tag,
String... attributes)
Starts an element that will not later be matched with an end() call ( this is useful for elements that do not need closing tags ) and appends the given attributes and values. |
Methods inherited from interface org.apache.tapestry.IMarkupWriter |
---|
appendAttribute, appendAttribute, appendAttribute, appendAttributeRaw, attribute, attribute, attribute, attributeRaw, begin, beginEmpty, checkError, clearAttributes, close, closeTag, comment, end, end, flush, getAttribute, getContentType, getNestedWriter, hasAttribute, print, print, print, print, print, print, println, printRaw, printRaw, removeAttribute |
Method Detail |
---|
IExtendedMarkupWriter createEmpty(String tag, String... attributes)
tag
- The html tag to generate.attributes
- An alterating list of attributes and values.
IMarkupWriter.beginEmpty(String)
IExtendedMarkupWriter create(String tag, String... attributes)
tag
- attributes
-
IMarkupWriter.begin(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |