Class Newsfeed.NewsfeedRefreshMethodExpression
java.lang.Object
javax.el.Expression
javax.el.MethodExpression
com.webmethods.caf.faces.component.table.specialized.Newsfeed.NewsfeedRefreshMethodExpression
- All Implemented Interfaces:
Serializable
,StateHolder
- Enclosing class:
- Newsfeed
public static class Newsfeed.NewsfeedRefreshMethodExpression
extends MethodExpression
implements StateHolder
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
protected Newsfeed
getMethodInfo
(ELContext elContext) int
hashCode()
boolean
boolean
void
restoreState
(FacesContext ctx, Object state) saveState
(FacesContext ctx) void
setTransient
(boolean isTransient) Methods inherited from class javax.el.MethodExpression
isParmetersProvided
-
Field Details
-
m_component
-
m_id
-
m_transient
protected boolean m_transient
-
-
Constructor Details
-
NewsfeedRefreshMethodExpression
public NewsfeedRefreshMethodExpression() -
NewsfeedRefreshMethodExpression
-
-
Method Details
-
isTransient
public boolean isTransient()- Specified by:
isTransient
in interfaceStateHolder
-
restoreState
- Specified by:
restoreState
in interfaceStateHolder
-
saveState
- Specified by:
saveState
in interfaceStateHolder
-
setTransient
public void setTransient(boolean isTransient) - Specified by:
setTransient
in interfaceStateHolder
-
getMethodInfo
- Specified by:
getMethodInfo
in classMethodExpression
-
invoke
- Specified by:
invoke
in classMethodExpression
-
getExpressionString
- Specified by:
getExpressionString
in classExpression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralText
in classExpression
-
hashCode
public int hashCode()- Specified by:
hashCode
in classExpression
-
equals
- Specified by:
equals
in classExpression
-
getComponent
-