Uses of Interface
org.apache.myfaces.tobago.renderkit.html.MarkupLanguageAttributes
Packages that use MarkupLanguageAttributes
Package
Description
-
Uses of MarkupLanguageAttributes in org.apache.myfaces.tobago.internal.webapp
Methods in org.apache.myfaces.tobago.internal.webapp with parameters of type MarkupLanguageAttributesModifier and TypeMethodDescriptionvoid
DebugResponseWriterWrapper.writeAttribute(MarkupLanguageAttributes name, String value, boolean escape)
void
DebugResponseWriterWrapper.writeAttribute(MarkupLanguageAttributes name, HtmlTypes types)
void
TobagoResponseWriterBase.writeAttribute(MarkupLanguageAttributes name, String value, boolean escape)
void
TobagoResponseWriterBase.writeAttribute(MarkupLanguageAttributes name, HtmlTypes types)
void
TobagoResponseWriterWrapper.writeAttribute(MarkupLanguageAttributes name, String value, boolean escape)
void
TobagoResponseWriterWrapper.writeAttribute(MarkupLanguageAttributes name, HtmlTypes types)
protected void
TobagoResponseWriterBase.writeAttributeInternal(Writer sink, MarkupLanguageAttributes name, String value, boolean escape)
void
DebugResponseWriterWrapper.writeURIAttribute(MarkupLanguageAttributes name, String string)
void
TobagoResponseWriterBase.writeURIAttribute(MarkupLanguageAttributes name, String value)
void
TobagoResponseWriterWrapper.writeURIAttribute(MarkupLanguageAttributes name, String string)
-
Uses of MarkupLanguageAttributes in org.apache.myfaces.tobago.renderkit.html
Classes in org.apache.myfaces.tobago.renderkit.html that implement MarkupLanguageAttributesModifier and TypeClassDescriptionclass
class
class
Custom data attributes.class
HTML standard attributes.Methods in org.apache.myfaces.tobago.renderkit.html that return MarkupLanguageAttributes -
Uses of MarkupLanguageAttributes in org.apache.myfaces.tobago.webapp
Methods in org.apache.myfaces.tobago.webapp with parameters of type MarkupLanguageAttributesModifier and TypeMethodDescriptionvoid
TobagoResponseWriter.writeAttribute(MarkupLanguageAttributes name, boolean on)
Writes a boolean attribute.void
TobagoResponseWriter.writeAttribute(MarkupLanguageAttributes name, Integer number)
Writes aInteger
attribute, if the value is notnull
.abstract void
TobagoResponseWriter.writeAttribute(MarkupLanguageAttributes name, String string, boolean escape)
Writes a string attribute.abstract void
TobagoResponseWriter.writeAttribute(MarkupLanguageAttributes name, HtmlTypes type)
abstract void
TobagoResponseWriter.writeURIAttribute(MarkupLanguageAttributes name, String string)
Writes a string attribute URL encoded.