| com.icesoft.faces.component.UIXhtmlComponent
UIXhtmlComponent | public class UIXhtmlComponent extends UIComponentBase (Code) | | |
COMPONENT_FAMILY | final public static String COMPONENT_FAMILY(Code) | | |
UIXhtmlComponent | public UIXhtmlComponent()(Code) | | |
addELValueExpression | public void addELValueExpression(String key, Object valueExpression)(Code) | | Since we might not always include the EL jars, we can't refer to those
classes in our method signatures, so the second param to this method has
to be "Object", even though it must specifically take a ValueExpression
Parameters: key - Parameters: valueExpression - Must be a javax.el.ValueExpression |
getTagAttributes | public Map getTagAttributes()(Code) | | |
isCreatedByFacelets | public boolean isCreatedByFacelets()(Code) | | |
setCreatedByFacelets | public void setCreatedByFacelets()(Code) | | |
|
|