|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zss.model.Exporters
public class Exporters
Provides utility method to get instance of specific Exporter implementation
such as "excel" or "pdf". Other implementations of Exporter can be registered
via library property in zk.xml
For example
Use same type-name to override default Importer such as ExcelExporter. Declare multiple type-name=class-name pairs in the library property value separated by comma.
| Constructor Summary | |
|---|---|
Exporters()
|
|
| Method Summary | |
|---|---|
static Exporter |
getExporter(java.lang.String type)
Returns specific (@link Exporter} implementation as identified by type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Exporters()
| Method Detail |
|---|
public static Exporter getExporter(java.lang.String type)
type -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||