public class SelectRatingResponseWriter
extends javax.faces.context.ResponseWriterWrapper
| Modifier and Type | Field and Description |
|---|---|
static int |
NO_SELECTION_INDEX |
| Constructor and Description |
|---|
SelectRatingResponseWriter(javax.faces.context.ResponseWriter responseWriter) |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(String name) |
String |
getOnClick() |
long |
getSelectedIndex() |
javax.faces.context.ResponseWriter |
getWrapped() |
void |
setSelectedIndex(long selectedIndex) |
void |
startElement(String name,
javax.faces.component.UIComponent component) |
void |
write(char[] chars,
int off,
int len) |
void |
writeAttribute(String name,
Object value,
String property) |
void |
writeText(Object text,
javax.faces.component.UIComponent component,
String property) |
public static final int NO_SELECTION_INDEX
public SelectRatingResponseWriter(javax.faces.context.ResponseWriter responseWriter)
public void endElement(String name) throws IOException
endElement in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic String getOnClick()
public long getSelectedIndex()
public javax.faces.context.ResponseWriter getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.context.ResponseWriter>getWrapped in class javax.faces.context.ResponseWriterWrapperpublic void setSelectedIndex(long selectedIndex)
public void startElement(String name, javax.faces.component.UIComponent component) throws IOException
startElement in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void write(char[] chars,
int off,
int len)
throws IOException
write in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void writeAttribute(String name, Object value, String property) throws IOException
writeAttribute in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void writeText(Object text, javax.faces.component.UIComponent component, String property) throws IOException
writeText in class javax.faces.context.ResponseWriterWrapperIOExceptionCopyright © 2016 Liferay, Inc.. All rights reserved.