|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zk.ui.http.WcsExtendlet
public class WcsExtendlet
The extendlet to handle WCS (widget CSS). Each language (such as zul) must have exactly one of WCS file to generate all CSS for all widgets of a langauge.
Field Summary |
---|
Fields inherited from interface org.zkoss.web.util.resource.Extendlet |
---|
ALLOW_DIRECT_INCLUDE |
Constructor Summary | |
---|---|
WcsExtendlet()
|
Method Summary | |
---|---|
boolean |
getFeature(int feature)
Returns if the specified feature is supported. |
void |
init(ExtendletConfig config)
Initializes the resouorce processor. |
boolean |
isDebugJS()
Returns whether to generate JS files that is easy to debug. |
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String path)
Process the specified request. |
void |
setDebugJS(boolean debugJS)
Sets whether to generate JS files that is easy to debug. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WcsExtendlet()
Method Detail |
---|
public void init(ExtendletConfig config)
Extendlet
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String path) throws javax.servlet.ServletException, java.io.IOException
Extendlet
path
- the path mapped to this resource processor.
javax.servlet.ServletException
java.io.IOException
public void setDebugJS(boolean debugJS)
public boolean isDebugJS()
public boolean getFeature(int feature)
Extendlet
getFeature
in interface Extendlet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |