Package org.joinfaces.test.mock
Class MockTagAttribute
- java.lang.Object
 - 
- javax.faces.view.facelets.TagAttribute
 - 
- org.joinfaces.test.mock.MockTagAttribute
 
 
 
- 
public class MockTagAttribute extends 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 booleangetBoolean(FaceletContext ctx)intgetInt(FaceletContext ctx)StringgetLocalName()LocationgetLocation()MethodExpressiongetMethodExpression(FaceletContext ctx, Class type, Class[] paramTypes)StringgetNamespace()ObjectgetObject(FaceletContext ctx)ObjectgetObject(FaceletContext ctx, Class type)StringgetQName()StringgetValue()StringgetValue(FaceletContext ctx)ValueExpressiongetValueExpression(FaceletContext ctx, Class type)booleanisLiteral()- 
Methods inherited from class javax.faces.view.facelets.TagAttribute
getTag, setTag 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
MockTagAttribute
public MockTagAttribute()
 
- 
MockTagAttribute
public MockTagAttribute(String value)
 
 - 
 
- 
Method Detail
- 
getBoolean
public boolean getBoolean(FaceletContext ctx)
- Specified by:
 getBooleanin classTagAttribute
 
- 
getInt
public int getInt(FaceletContext ctx)
- Specified by:
 getIntin classTagAttribute
 
- 
getLocalName
public String getLocalName()
- Specified by:
 getLocalNamein classTagAttribute
 
- 
getLocation
public Location getLocation()
- Specified by:
 getLocationin classTagAttribute
 
- 
getMethodExpression
public MethodExpression getMethodExpression(FaceletContext ctx, Class type, Class[] paramTypes)
- Specified by:
 getMethodExpressionin classTagAttribute
 
- 
getNamespace
public String getNamespace()
- Specified by:
 getNamespacein classTagAttribute
 
- 
getObject
public Object getObject(FaceletContext ctx)
- Specified by:
 getObjectin classTagAttribute
 
- 
getQName
public String getQName()
- Specified by:
 getQNamein classTagAttribute
 
- 
getValue
public String getValue()
- Specified by:
 getValuein classTagAttribute
 
- 
getValue
public String getValue(FaceletContext ctx)
- Specified by:
 getValuein classTagAttribute
 
- 
getObject
public Object getObject(FaceletContext ctx, Class type)
- Specified by:
 getObjectin classTagAttribute
 
- 
getValueExpression
public ValueExpression getValueExpression(FaceletContext ctx, Class type)
- Specified by:
 getValueExpressionin classTagAttribute
 
- 
isLiteral
public boolean isLiteral()
- Specified by:
 isLiteralin classTagAttribute
 
 - 
 
 -