|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.el.MethodBinding com.ibm.xsp.binding.MethodBindingEx com.ibm.xsp.actions.client.AbstractClientSimpleAction
public abstract class AbstractClientSimpleAction
Abstract base class for a client side simple action.
Field Summary |
---|
Fields inherited from class com.ibm.xsp.binding.MethodBindingEx |
---|
ENABLE_SOURCEID |
Constructor Summary | |
---|---|
AbstractClientSimpleAction()
|
Method Summary | |
---|---|
java.lang.String |
getExpressionString()
Returns the empty string by default, as expression returned for the Simple Action may require a runtime context for generating the actual JavaScript. |
java.lang.Class |
getType(javax.faces.context.FacesContext context)
Return the type of the expression, which is always String for client simple actions. |
Methods inherited from class com.ibm.xsp.binding.MethodBindingEx |
---|
getComponent, getFacesContext, getParamNames, getParent, getSourceReferenceId, getValueBinding, isTransient, normalizePageName, restoreState, saveState, setComponent, setParamNames, setParent, setSourceReferenceId, setTransient, setValueBinding |
Methods inherited from class javax.faces.el.MethodBinding |
---|
invoke |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractClientSimpleAction()
Method Detail |
---|
public java.lang.String getExpressionString()
getExpressionString
in class javax.faces.el.MethodBinding
public java.lang.Class getType(javax.faces.context.FacesContext context) throws javax.faces.el.MethodNotFoundException
getType
in class javax.faces.el.MethodBinding
javax.faces.el.MethodNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |