| org.zkoss.jsf.zul.impl.AbstractComponent org.zkoss.jsf.zul.impl.BaseZScript
All known Subclasses: org.zkoss.jsf.zul.ZScript,
fakeOw | ResponseWriter fakeOw(Code) | | |
encodeBegin | public void encodeBegin(FacesContext context) throws IOException(Code) | | Override method,
We Construct ZUL JSF Component tree here.
This method is called by JSF implementation, deriving class rarely need to invoke this method.
|
encodeEnd | public void encodeEnd(FacesContext context) throws IOException(Code) | | Override Method
|
getComponentInfo | protected ComponentInfo getComponentInfo()(Code) | | return ComponentInfo of RootComponent
|
getLanguage | public String getLanguage()(Code) | | Returns the name of the scripting language in this ZScript tag.
Default: null (use what is defined in
org.zkoss.jsf.zul.tag.PageTag ).
the name of the scripting language in this ZScript tag. |
isDeferred | public boolean isDeferred()(Code) | | Returns whether to defer the execution of this zscript.
Default: false.
|
restoreState | public void restoreState(FacesContext context, Object state)(Code) | | |
saveState | public Object saveState(FacesContext context)(Code) | | |
setDeferred | public void setDeferred(boolean deferred)(Code) | | Sets whether to defer the execution of this zscript.
Parameters: deferred - whether to defer the execution. |
setLanguage | public void setLanguage(String lang)(Code) | | Sets the name of the scripting language in this ZScript tag.
Default: Java.
Parameters: lang - the name of the scripting language, such asJava, Ruby and Groovy. |
|
|