| com.flexive.faces.components.WriteWebletIncludes
WriteWebletIncludes | public class WriteWebletIncludes extends UIOutput (Code) | | Renders all weblet resources required by the current page.
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 1 $ |
Method Summary | |
public static void | addWebletInclude(String weblet) Add the given weblet resource for the current page.
Parameters: weblet - the weblet to be added, e.g. | public void | encodeBegin(FacesContext facesContext) |
WriteWebletIncludes | public WriteWebletIncludes()(Code) | | |
addWebletInclude | public static void addWebletInclude(String weblet)(Code) | | Add the given weblet resource for the current page.
Parameters: weblet - the weblet to be added, e.g. "com.flexive.faces.web/css/components.css" |
encodeBegin | public void encodeBegin(FacesContext facesContext) throws IOException(Code) | | |
|
|