javax.faces.component.html
public class HtmlOutputFormat extends UIOutput
Version: $Revision: 166994 $ $Date: 2004-07-02 00:12:40 +0200 (Fri, 02 Jul 2004) $
| Field Summary | |
|---|---|
| static String | COMPONENT_TYPE |
| Constructor Summary | |
|---|---|
| HtmlOutputFormat() | |
| Method Summary | |
|---|---|
| String | getStyle() |
| String | getStyleClass() |
| String | getTitle() |
| boolean | isEscape() |
| void | restoreState(FacesContext context, Object state) |
| Object | saveState(FacesContext context) |
| void | setEscape(boolean escape) |
| void | setStyle(String style) |
| void | setStyleClass(String styleClass) |
| void | setTitle(String title) |