public class MockTagAttribute
extends javax.faces.view.facelets.TagAttribute
Constructor and Description |
---|
MockTagAttribute() |
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean(javax.faces.view.facelets.FaceletContext ctx) |
int |
getInt(javax.faces.view.facelets.FaceletContext ctx) |
String |
getLocalName() |
javax.faces.view.Location |
getLocation() |
javax.el.MethodExpression |
getMethodExpression(javax.faces.view.facelets.FaceletContext ctx,
Class type,
Class[] paramTypes) |
String |
getNamespace() |
Object |
getObject(javax.faces.view.facelets.FaceletContext ctx) |
Object |
getObject(javax.faces.view.facelets.FaceletContext ctx,
Class type) |
String |
getQName() |
String |
getValue() |
String |
getValue(javax.faces.view.facelets.FaceletContext ctx) |
javax.el.ValueExpression |
getValueExpression(javax.faces.view.facelets.FaceletContext ctx,
Class type) |
boolean |
isLiteral() |
public boolean getBoolean(javax.faces.view.facelets.FaceletContext ctx)
getBoolean
in class javax.faces.view.facelets.TagAttribute
public int getInt(javax.faces.view.facelets.FaceletContext ctx)
getInt
in class javax.faces.view.facelets.TagAttribute
public String getLocalName()
getLocalName
in class javax.faces.view.facelets.TagAttribute
public javax.faces.view.Location getLocation()
getLocation
in class javax.faces.view.facelets.TagAttribute
public javax.el.MethodExpression getMethodExpression(javax.faces.view.facelets.FaceletContext ctx, Class type, Class[] paramTypes)
getMethodExpression
in class javax.faces.view.facelets.TagAttribute
public String getNamespace()
getNamespace
in class javax.faces.view.facelets.TagAttribute
public Object getObject(javax.faces.view.facelets.FaceletContext ctx)
getObject
in class javax.faces.view.facelets.TagAttribute
public String getQName()
getQName
in class javax.faces.view.facelets.TagAttribute
public String getValue()
getValue
in class javax.faces.view.facelets.TagAttribute
public String getValue(javax.faces.view.facelets.FaceletContext ctx)
getValue
in class javax.faces.view.facelets.TagAttribute
public Object getObject(javax.faces.view.facelets.FaceletContext ctx, Class type)
getObject
in class javax.faces.view.facelets.TagAttribute
public javax.el.ValueExpression getValueExpression(javax.faces.view.facelets.FaceletContext ctx, Class type)
getValueExpression
in class javax.faces.view.facelets.TagAttribute
public boolean isLiteral()
isLiteral
in class javax.faces.view.facelets.TagAttribute
Copyright © 2016–2018 JoinFaces. All rights reserved.