org.apache.empire.struts2.html
Class HtmlWriter.HtmlTag
java.lang.Object
org.apache.empire.struts2.html.HtmlWriter.HtmlTag
- Enclosing class:
- HtmlWriter
public static class HtmlWriter.HtmlTag
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlWriter.HtmlTag
protected HtmlWriter.HtmlTag(HtmlWriter writer,
String name,
boolean hasBody)
startTag
protected void startTag()
isValid
public boolean isValid()
addAttributes
public void addAttributes(String attributes)
addAttributeNoCheck
public void addAttributeNoCheck(String attrib,
Object value,
boolean escapeHtml)
addAttribute
public void addAttribute(String attrib,
Object value,
boolean escapeHtml)
addAttribute
public void addAttribute(String attrib,
Object value)
addAttribute
public void addAttribute(String attrib)
addAttribute
public void addAttribute(String attrib,
boolean present)
beginBody
public void beginBody(String body,
boolean newLine)
beginBody
public void beginBody(String body)
beginBody
public void beginBody(boolean newLine)
beginBody
public void beginBody()
endTag
public void endTag(String body,
boolean newLine)
endTag
public void endTag(String body)
endTag
public void endTag(boolean newLine)
endTag
public void endTag()
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.