org.zkoss.zk.ui.http
Class ZumlExtendlet

java.lang.Object
  extended by org.zkoss.zk.ui.http.ZumlExtendlet
All Implemented Interfaces:
Extendlet

public class ZumlExtendlet
extends java.lang.Object
implements Extendlet

The ZUML resource processor used to parse the ZUML files loaded from the classpath.

Since:
2.4.1 (public since 5.0.5)
Author:
tomyeh

Field Summary
 
Fields inherited from interface org.zkoss.web.util.resource.Extendlet
ALLOW_DIRECT_INCLUDE
 
Constructor Summary
ZumlExtendlet()
           
 
Method Summary
 boolean getFeature(int feature)
          Returns if the specified feature is supported.
 void init(ExtendletConfig config)
          Initializes the resouorce processor.
 void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String path)
          Process the specified request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZumlExtendlet

public ZumlExtendlet()
Method Detail

init

public void init(ExtendletConfig config)
Description copied from interface: Extendlet
Initializes the resouorce processor.

Specified by:
init in interface Extendlet

getFeature

public boolean getFeature(int feature)
Description copied from interface: Extendlet
Returns if the specified feature is supported.

Specified by:
getFeature in interface Extendlet

service

public void service(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response,
                    java.lang.String path)
             throws javax.servlet.ServletException,
                    java.io.IOException
Description copied from interface: Extendlet
Process the specified request.

Specified by:
service in interface Extendlet
path - the path mapped to this resource processor.
Throws:
javax.servlet.ServletException
java.io.IOException


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