org.apache.myfaces.trinidadinternal.io
Class RepeatIdResponseWriter
java.lang.Object
java.io.Writer
javax.faces.context.ResponseWriter
org.apache.myfaces.trinidadinternal.io.ResponseWriterDecorator
org.apache.myfaces.trinidadinternal.io.RepeatIdResponseWriter
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable, java.lang.Appendable
public class RepeatIdResponseWriter
- extends ResponseWriterDecorator
ResponseWriter implementation for adding a suffix to 'id' and 'for'
attributes. Use this when you repeat a component so you do not
get repeating ids on the page.
- Version:
- $Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/io/RepeatIdResponseWriter.java#0 $) $Date: 10-nov-2005.19:03:50 $
- Author:
- The Oracle ADF Faces Team
Fields inherited from class java.io.Writer |
lock |
Method Summary |
javax.faces.context.ResponseWriter |
cloneWithWriter(java.io.Writer writer)
|
static javax.faces.context.ResponseWriter |
install(javax.faces.context.FacesContext context)
|
static void |
remove(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter oldRW)
|
void |
writeAttribute(java.lang.String name,
java.lang.Object value,
java.lang.String property)
|
Methods inherited from class org.apache.myfaces.trinidadinternal.io.ResponseWriterDecorator |
close, endDocument, endElement, flush, getCharacterEncoding, getContentType, getResponseWriter, startDocument, startElement, write, write, write, write, write, writeComment, writeText, writeText, writeURIAttribute |
Methods inherited from class java.io.Writer |
append, append, append |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
install
public static javax.faces.context.ResponseWriter install(javax.faces.context.FacesContext context)
remove
public static void remove(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter oldRW)
cloneWithWriter
public javax.faces.context.ResponseWriter cloneWithWriter(java.io.Writer writer)
- Overrides:
cloneWithWriter
in class ResponseWriterDecorator
writeAttribute
public void writeAttribute(java.lang.String name,
java.lang.Object value,
java.lang.String property)
throws java.io.IOException
- Overrides:
writeAttribute
in class ResponseWriterDecorator
- Throws:
java.io.IOException
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.