org.apache.myfaces.wap.renderkit
Class WmlResponseWriterImpl
java.lang.Object
|
+--java.io.Writer
|
+--javax.faces.context.ResponseWriter
|
+--org.apache.myfaces.wap.renderkit.WmlResponseWriterImpl
- public class WmlResponseWriterImpl
- extends javax.faces.context.ResponseWriter
- Version:
- $Revision: 1.1 $ $Date: 2004/12/30 09:37:27 $
$Log: WmlResponseWriterImpl.java,v $
Revision 1.1 2004/12/30 09:37:27 matzew
added a new RenderKit for WML. Thanks to Jir� �aloudek
- Author:
- Jiri Zaloudek (latest modification by $Author: matzew $)
Fields inherited from class java.io.Writer |
lock |
Constructor Summary |
WmlResponseWriterImpl(java.io.Writer writer,
java.lang.String contentType,
java.lang.String characterEncoding)
Creates a new instance of WmlResponseWriter |
Method Summary |
javax.faces.context.ResponseWriter |
cloneWithWriter(java.io.Writer writer)
|
void |
close()
|
void |
endDocument()
|
void |
endElement(java.lang.String name)
|
void |
flush()
|
java.lang.String |
getCharacterEncoding()
|
java.lang.String |
getContentType()
|
void |
startDocument()
|
void |
startElement(java.lang.String name,
javax.faces.component.UIComponent uIComponent)
|
void |
write(char[] cbuf)
|
void |
write(char[] cbuf,
int off,
int len)
|
void |
write(int c)
|
void |
writeAttribute(java.lang.String name,
java.lang.Object value,
java.lang.String componentPropertyName)
|
void |
writeComment(java.lang.Object value)
|
void |
writeText(char[] cbuf,
int off,
int len)
|
void |
writeText(java.lang.Object value,
java.lang.String componentPropertyName)
|
void |
writeURIAttribute(java.lang.String name,
java.lang.Object value,
java.lang.String componentPropertyName)
|
Methods inherited from class java.io.Writer |
write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WmlResponseWriterImpl
public WmlResponseWriterImpl(java.io.Writer writer,
java.lang.String contentType,
java.lang.String characterEncoding)
- Creates a new instance of WmlResponseWriter
cloneWithWriter
public javax.faces.context.ResponseWriter cloneWithWriter(java.io.Writer writer)
- Specified by:
cloneWithWriter
in class javax.faces.context.ResponseWriter
startElement
public void startElement(java.lang.String name,
javax.faces.component.UIComponent uIComponent)
throws java.io.IOException
- Specified by:
startElement
in class javax.faces.context.ResponseWriter
java.io.IOException
endElement
public void endElement(java.lang.String name)
throws java.io.IOException
- Specified by:
endElement
in class javax.faces.context.ResponseWriter
java.io.IOException
writeText
public void writeText(java.lang.Object value,
java.lang.String componentPropertyName)
throws java.io.IOException
- Specified by:
writeText
in class javax.faces.context.ResponseWriter
java.io.IOException
writeText
public void writeText(char[] cbuf,
int off,
int len)
throws java.io.IOException
- Specified by:
writeText
in class javax.faces.context.ResponseWriter
java.io.IOException
writeComment
public void writeComment(java.lang.Object value)
throws java.io.IOException
- Specified by:
writeComment
in class javax.faces.context.ResponseWriter
java.io.IOException
writeAttribute
public void writeAttribute(java.lang.String name,
java.lang.Object value,
java.lang.String componentPropertyName)
throws java.io.IOException
- Specified by:
writeAttribute
in class javax.faces.context.ResponseWriter
java.io.IOException
getContentType
public java.lang.String getContentType()
- Specified by:
getContentType
in class javax.faces.context.ResponseWriter
getCharacterEncoding
public java.lang.String getCharacterEncoding()
- Specified by:
getCharacterEncoding
in class javax.faces.context.ResponseWriter
startDocument
public void startDocument()
throws java.io.IOException
- Specified by:
startDocument
in class javax.faces.context.ResponseWriter
java.io.IOException
endDocument
public void endDocument()
throws java.io.IOException
- Specified by:
endDocument
in class javax.faces.context.ResponseWriter
java.io.IOException
writeURIAttribute
public void writeURIAttribute(java.lang.String name,
java.lang.Object value,
java.lang.String componentPropertyName)
throws java.io.IOException
- Specified by:
writeURIAttribute
in class javax.faces.context.ResponseWriter
java.io.IOException
flush
public void flush()
throws java.io.IOException
- Specified by:
flush
in class javax.faces.context.ResponseWriter
java.io.IOException
write
public void write(char[] cbuf,
int off,
int len)
throws java.io.IOException
- Specified by:
write
in class java.io.Writer
java.io.IOException
write
public void write(int c)
throws java.io.IOException
- Overrides:
write
in class java.io.Writer
java.io.IOException
write
public void write(char[] cbuf)
throws java.io.IOException
- Overrides:
write
in class java.io.Writer
java.io.IOException
close
public void close()
throws java.io.IOException
- Specified by:
close
in class java.io.Writer
java.io.IOException