Uses of Interface
org.apache.myfaces.tobago.renderkit.html.MarkupLanguageAttributes
-
Packages that use MarkupLanguageAttributes Package Description org.apache.myfaces.tobago.internal.webapp org.apache.myfaces.tobago.renderkit.html org.apache.myfaces.tobago.webapp -
-
Uses of MarkupLanguageAttributes in org.apache.myfaces.tobago.internal.webapp
Methods in org.apache.myfaces.tobago.internal.webapp with parameters of type MarkupLanguageAttributes Modifier and Type Method Description void
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 MarkupLanguageAttributes Modifier and Type Class Description class
Arias
class
CustomAttributes
class
DataAttributes
Custom data attributes.class
HtmlAttributes
HTML standard attributes.Methods in org.apache.myfaces.tobago.renderkit.html that return MarkupLanguageAttributes Modifier and Type Method Description static MarkupLanguageAttributes
DataAttributes. dynamic(String withoutPrefix)
-
Uses of MarkupLanguageAttributes in org.apache.myfaces.tobago.webapp
Methods in org.apache.myfaces.tobago.webapp with parameters of type MarkupLanguageAttributes Modifier and Type Method Description void
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.
-