Package org.joinfaces.test.mock
Class MockTagAttribute
- java.lang.Object
-
- javax.faces.view.facelets.TagAttribute
-
- org.joinfaces.test.mock.MockTagAttribute
-
public class MockTagAttribute extends javax.faces.view.facelets.TagAttribute
Tag Attribute Mock.
-
-
Constructor Summary
Constructors Constructor Description MockTagAttribute()
MockTagAttribute(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Constructor Detail
-
MockTagAttribute
public MockTagAttribute()
-
MockTagAttribute
public MockTagAttribute(String value)
-
-
Method Detail
-
getBoolean
public boolean getBoolean(javax.faces.view.facelets.FaceletContext ctx)
- Specified by:
getBoolean
in classjavax.faces.view.facelets.TagAttribute
-
getInt
public int getInt(javax.faces.view.facelets.FaceletContext ctx)
- Specified by:
getInt
in classjavax.faces.view.facelets.TagAttribute
-
getLocalName
public String getLocalName()
- Specified by:
getLocalName
in classjavax.faces.view.facelets.TagAttribute
-
getLocation
public javax.faces.view.Location getLocation()
- Specified by:
getLocation
in classjavax.faces.view.facelets.TagAttribute
-
getMethodExpression
public javax.el.MethodExpression getMethodExpression(javax.faces.view.facelets.FaceletContext ctx, Class type, Class[] paramTypes)
- Specified by:
getMethodExpression
in classjavax.faces.view.facelets.TagAttribute
-
getNamespace
public String getNamespace()
- Specified by:
getNamespace
in classjavax.faces.view.facelets.TagAttribute
-
getObject
public Object getObject(javax.faces.view.facelets.FaceletContext ctx)
- Specified by:
getObject
in classjavax.faces.view.facelets.TagAttribute
-
getQName
public String getQName()
- Specified by:
getQName
in classjavax.faces.view.facelets.TagAttribute
-
getValue
public String getValue()
- Specified by:
getValue
in classjavax.faces.view.facelets.TagAttribute
-
getValue
public String getValue(javax.faces.view.facelets.FaceletContext ctx)
- Specified by:
getValue
in classjavax.faces.view.facelets.TagAttribute
-
getObject
public Object getObject(javax.faces.view.facelets.FaceletContext ctx, Class type)
- Specified by:
getObject
in classjavax.faces.view.facelets.TagAttribute
-
getValueExpression
public javax.el.ValueExpression getValueExpression(javax.faces.view.facelets.FaceletContext ctx, Class type)
- Specified by:
getValueExpression
in classjavax.faces.view.facelets.TagAttribute
-
isLiteral
public boolean isLiteral()
- Specified by:
isLiteral
in classjavax.faces.view.facelets.TagAttribute
-
-