public static class Newsfeed.NewsfeedRefreshMethodExpression extends MethodExpression implements StateHolder
Modifier and Type | Field and Description |
---|---|
protected Newsfeed |
m_component |
protected String |
m_id |
protected boolean |
m_transient |
Constructor and Description |
---|
NewsfeedRefreshMethodExpression() |
NewsfeedRefreshMethodExpression(Newsfeed component) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
protected Newsfeed |
getComponent() |
String |
getExpressionString() |
MethodInfo |
getMethodInfo(ELContext elContext) |
int |
hashCode() |
Object |
invoke(ELContext elContext,
Object[] args) |
boolean |
isLiteralText() |
boolean |
isTransient() |
void |
restoreState(FacesContext ctx,
Object state) |
Object |
saveState(FacesContext ctx) |
void |
setTransient(boolean isTransient) |
isParmetersProvided
protected transient Newsfeed m_component
protected String m_id
protected boolean m_transient
public NewsfeedRefreshMethodExpression()
public NewsfeedRefreshMethodExpression(Newsfeed component)
public boolean isTransient()
isTransient
in interface StateHolder
public void restoreState(FacesContext ctx, Object state)
restoreState
in interface StateHolder
public Object saveState(FacesContext ctx)
saveState
in interface StateHolder
public void setTransient(boolean isTransient)
setTransient
in interface StateHolder
public MethodInfo getMethodInfo(ELContext elContext)
getMethodInfo
in class MethodExpression
public Object invoke(ELContext elContext, Object[] args)
invoke
in class MethodExpression
public String getExpressionString()
getExpressionString
in class Expression
public boolean isLiteralText()
isLiteralText
in class Expression
public int hashCode()
hashCode
in class Expression
public boolean equals(Object obj)
equals
in class Expression
protected Newsfeed getComponent()