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)