| java.lang.Object | |||
| ↳ | java.io.Writer | ||
| ↳ | javax.faces.context.ResponseWriter | ||
| ↳ | org.apache.myfaces.tobago.webapp.TobagoResponseWriter | ||
This provides an alternative ResponseWriter interfaces, which allows optimizations. E. g. some attributes needed to to be escaped.
Date: 08.05.2007 13:51:43|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.io.Writer
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Use
startElement(name, null) instead.
| |||||||||||
Writes a boolean attribute.
| |||||||||||
Writes a integer attribute.
| |||||||||||
This method is deprecated.
Should not directly called via this interface. There is be a special method which might be better.
| |||||||||||
Writes a string attribute.
| |||||||||||
Writes a propery as attribute.
| |||||||||||
This method is deprecated.
since Tobago 1.5.0
| |||||||||||
This method is deprecated.
since Tobago 1.5.0
| |||||||||||
Write the class attribute.
| |||||||||||
This method is deprecated.
since Tobago 1.5.0
| |||||||||||
Write the id attribute.
| |||||||||||
Write the name attribute.
| |||||||||||
This method is deprecated.
since 1.5.0, use writeStyleAttribute(Style) instead.
| |||||||||||
Write the style attribute.
| |||||||||||
This method is deprecated.
Should not directly called via this interface. There is be a special method which might be better.
| |||||||||||
Write text content.
| |||||||||||
Writes a property as text.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
javax.faces.context.ResponseWriter
| |||||||||||
From class
java.io.Writer
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.io.Closeable
| |||||||||||
From interface
java.io.Flushable
| |||||||||||
From interface
java.lang.Appendable
| |||||||||||
Writes a boolean attribute. The value will not escaped.
| IOException |
|---|
Writes a integer attribute. The value will not escaped.
| IOException |
|---|
This method is deprecated.
Should not directly called via this interface. There is be a special method which might be better.
| IOException |
|---|
Writes a string attribute. The renderer may set escape=false to switch of escaping of the string, if it is not necessary.
| IOException |
|---|
Writes a propery as attribute. The value will be escaped.
| IOException |
|---|
This method is deprecated.
since Tobago 1.5.0
Write the class attribute. The value will not escaped.
| IOException |
|---|
This method is deprecated.
since Tobago 1.5.0
Write the class attribute. The value will not escaped.
| IOException |
|---|
Write the class attribute. The value will not escaped.
Note: For backward compatibility the value of the Attribute
will be inserted additionally. This function will be removed in later releases.STYLE_CLASS
| classes | The abstract representation of the css class string, normally created by the renderer. |
|---|
| IOException |
|---|
This method is deprecated.
since Tobago 1.5.0
Write the class attribute. The value will not escaped.
| IOException |
|---|
Write the id attribute. The value will not escaped.
| IOException |
|---|
Write the name attribute. The value will not escaped.
| IOException |
|---|
This method is deprecated.
since 1.5.0, use writeStyleAttribute(Style) instead.
Write the style attribute. The value will not escaped.
| IOException |
|---|
Write the style attribute. The value will not escaped.
| IOException |
|---|
This method is deprecated.
Should not directly called via this interface. There is be a special method which might be better.
| IOException |
|---|
Write text content. The text will be escaped.
| IOException |
|---|
Writes a property as text. The text will be escaped.
| IOException |
|---|