org.zkoss.zk.ui.http
Interface FileWcsExtendlet.Includer
- Enclosing class:
- FileWcsExtendlet
public static interface FileWcsExtendlet.Includer
Work with FileWcsExtendlet.service(java.io.File, org.zkoss.zk.ui.http.FileWcsExtendlet.Includer)
to inlcude a resource.
Method Summary |
void |
include(java.lang.String uri,
java.io.Writer out)
Includes the specified resource. |
include
void include(java.lang.String uri,
java.io.Writer out)
throws java.io.IOException
- Includes the specified resource.
- Parameters:
uri
- the URI to include. The format of uri is ~./xxx
.out
- the writer to write the content of the resouce to.
- Throws:
java.io.IOException
Copyright © 2005-2009 Potix Corporation. All Rights Reserved.