org.zkoss.zk.au
Class AuWriters

java.lang.Object
  extended by org.zkoss.zk.au.AuWriters

public class AuWriters
extends java.lang.Object

Utilities to instantiate an implmentation of AuWriter.

Since:
3.0.1
Author:
tomyeh

Field Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_TYPE

public static final java.lang.String CONTENT_TYPE
The content type of the output.

Since:
3.5.0
See Also:
Constant Field Values
Constructor Detail

AuWriters

public AuWriters()
Method Detail

getImplementationClass

public static java.lang.Class getImplementationClass()
Returns the implementation class of AuWriter that will be used to generate the output to the client.

Default: HttpAuWriter.


setImplementationClass

public static void setImplementationClass(java.lang.Class cls)
Sets the implementation class of AuWriter that will be used to generate the output to the client.


newInstance

public static AuWriter newInstance()
                            throws UiException
Creates an instance of AuWriter.

Throws:
UiException


Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo