Name

HtmlOutputFormat

Synopsis

The HtmlOutputFormat class is the HTML rendering-dependent class representing the UIOutput component with a javax.faces.Format renderer.

Synopsis

Class name:

javax.faces.component.html.HtmlOutputFormat

Extends:

javax.faces.component.UIOutput

Implements:

javax.faces.component.StateHolder,javax.faces.component.ValueHolder

Fields

public static String COMPONENT_TYPE

The component family: javax.faces.HtmlOutputFormat.

Constructor

public HtmlOutputFormat()

Creates a new instance.

Methods

public String getStyle( )
public String getStyleClass( )
public String getTitle( )
public boolean isEscape( )
public void restoreState(javax.faces.context.FacesContext context, Object state)
public Object saveState(javax.faces.context.FacesContext context)
public void setEscape(boolean escape)
public void setStyle(String style)
public void setStyleClass(String styleClass)
public void setTitle(String title)

Get JavaServer Faces now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.