|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.au.AuWriters
public class AuWriters
Utilities to instantiate an implmentation of AuWriter.
| Field Summary | |
|---|---|
static java.lang.String |
CONTENT_HEAD
The first few characters of the output content. |
static java.lang.String |
CONTENT_TYPE
The content type of the output. |
| Constructor Summary | |
|---|---|
AuWriters()
|
|
| Method Summary | |
|---|---|
static java.lang.Class |
getImplementationClass()
Returns the implementation class of AuWriter that
will be used to generate the output to the client. |
static AuWriter |
newInstance()
Creates an instance of AuWriter. |
static void |
setImplementationClass(java.lang.Class cls)
Sets the implementation class of AuWriter that
will be used to generate the output to the client. |
static void |
write(java.io.Writer out,
AuResponse response)
Writes a XML fragment representing the response to the output. |
static void |
writeResponseId(java.io.Writer out,
int resId)
Wites a XML fragment representing the response ID. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CONTENT_HEAD
public static final java.lang.String CONTENT_TYPE
| Constructor Detail |
|---|
public AuWriters()
| Method Detail |
|---|
public static java.lang.Class getImplementationClass()
AuWriter that
will be used to generate the output to the client.
Default: HttpAuWriter.
public static void setImplementationClass(java.lang.Class cls)
AuWriter that
will be used to generate the output to the client.
public static AuWriter newInstance()
throws UiException
AuWriter.
UiException
public static void writeResponseId(java.io.Writer out,
int resId)
throws java.io.IOException
java.io.IOException
public static void write(java.io.Writer out,
AuResponse response)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||