Package | Description |
---|---|
org.apache.myfaces.tobago.internal.webapp | |
org.apache.myfaces.tobago.renderkit.html | |
org.apache.myfaces.tobago.webapp |
Modifier and Type | Method and Description |
---|---|
void |
TobagoResponseWriterWrapper.writeAttribute(MarkupLanguageAttributes name,
HtmlTypes types) |
void |
TobagoResponseWriterBase.writeAttribute(MarkupLanguageAttributes name,
HtmlTypes types) |
void |
DebugResponseWriterWrapper.writeAttribute(MarkupLanguageAttributes name,
HtmlTypes types) |
void |
TobagoResponseWriterWrapper.writeAttribute(MarkupLanguageAttributes name,
String value,
boolean escape) |
void |
TobagoResponseWriterBase.writeAttribute(MarkupLanguageAttributes name,
String value,
boolean escape) |
void |
DebugResponseWriterWrapper.writeAttribute(MarkupLanguageAttributes name,
String value,
boolean escape) |
protected void |
TobagoResponseWriterBase.writeAttributeInternal(Writer sink,
MarkupLanguageAttributes name,
String value,
boolean escape) |
void |
TobagoResponseWriterWrapper.writeURIAttribute(MarkupLanguageAttributes name,
String string) |
void |
TobagoResponseWriterBase.writeURIAttribute(MarkupLanguageAttributes name,
String value) |
void |
DebugResponseWriterWrapper.writeURIAttribute(MarkupLanguageAttributes name,
String string) |
Modifier and Type | Class and Description |
---|---|
class |
Arias |
class |
DataAttributes
Custom data attributes.
|
class |
HtmlAttributes |
Modifier and Type | Method and Description |
---|---|
static MarkupLanguageAttributes |
DataAttributes.dynamic(String withoutPrefix) |
Modifier and Type | Method and Description |
---|---|
void |
TobagoResponseWriter.writeAttribute(MarkupLanguageAttributes name,
boolean on)
Writes a boolean attribute.
|
abstract void |
TobagoResponseWriter.writeAttribute(MarkupLanguageAttributes name,
HtmlTypes type) |
void |
TobagoResponseWriter.writeAttribute(MarkupLanguageAttributes name,
Integer number)
Writes a
Integer attribute, if the value is not null . |
abstract void |
TobagoResponseWriter.writeAttribute(MarkupLanguageAttributes name,
String string,
boolean escape)
Writes a string attribute.
|
abstract void |
TobagoResponseWriter.writeURIAttribute(MarkupLanguageAttributes name,
String string)
Writes a string attribute URL encoded.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.