|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.util.FormattedTextParser.ElementInfo
org.apache.myfaces.trinidadinternal.util.FormattedTextParser.DefaultElementInfo
public static class FormattedTextParser.DefaultElementInfo
Default implementation of ElementInfo.
Constructor Summary | |
---|---|
FormattedTextParser.DefaultElementInfo(java.lang.String name)
|
|
FormattedTextParser.DefaultElementInfo(java.lang.String name,
boolean empty,
boolean closeRequired)
|
Method Summary | |
---|---|
void |
endElement(javax.faces.context.FacesContext context)
Called to render the results of leaving this element. |
boolean |
isCloseRequired()
If false, the element does not have to be forcibly closed, but can be implicitly closed. |
boolean |
isEmptyElement()
If true, this element must be empty. |
void |
startElement(javax.faces.context.FacesContext context)
Called to render the results of entering this element. |
void |
writeHRef(javax.faces.context.FacesContext context,
java.lang.String href)
Called to write an HRef attribute. |
void |
writeInlineStyle(javax.faces.context.FacesContext context,
java.lang.String style)
Called to write out an inline style attribute. |
void |
writeSize(javax.faces.context.FacesContext context,
java.lang.String fontSize)
Called to write out a size attribute. |
void |
writeStyleClass(javax.faces.context.FacesContext context,
java.lang.String styleClass)
Called to write out an CSS style class attribute. |
Methods inherited from class org.apache.myfaces.trinidadinternal.util.FormattedTextParser.ElementInfo |
---|
getName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormattedTextParser.DefaultElementInfo(java.lang.String name)
public FormattedTextParser.DefaultElementInfo(java.lang.String name, boolean empty, boolean closeRequired)
Method Detail |
---|
public void startElement(javax.faces.context.FacesContext context) throws java.io.IOException
FormattedTextParser.ElementInfo
startElement
in class FormattedTextParser.ElementInfo
java.io.IOException
public void endElement(javax.faces.context.FacesContext context) throws java.io.IOException
FormattedTextParser.ElementInfo
endElement
in class FormattedTextParser.ElementInfo
java.io.IOException
public void writeInlineStyle(javax.faces.context.FacesContext context, java.lang.String style) throws java.io.IOException
FormattedTextParser.ElementInfo
writeInlineStyle
in class FormattedTextParser.ElementInfo
java.io.IOException
public void writeStyleClass(javax.faces.context.FacesContext context, java.lang.String styleClass) throws java.io.IOException
FormattedTextParser.ElementInfo
writeStyleClass
in class FormattedTextParser.ElementInfo
java.io.IOException
public void writeSize(javax.faces.context.FacesContext context, java.lang.String fontSize) throws java.io.IOException
FormattedTextParser.ElementInfo
writeSize
in class FormattedTextParser.ElementInfo
java.io.IOException
public void writeHRef(javax.faces.context.FacesContext context, java.lang.String href) throws java.io.IOException
FormattedTextParser.ElementInfo
writeHRef
in class FormattedTextParser.ElementInfo
java.io.IOException
public boolean isEmptyElement()
FormattedTextParser.ElementInfo
isEmptyElement
in class FormattedTextParser.ElementInfo
public boolean isCloseRequired()
FormattedTextParser.ElementInfo
isCloseRequired
in class FormattedTextParser.ElementInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |