|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.flow.Parameter
public abstract class Parameter
Represents a parameter in any of several places where parameters are needed when processing flows.
Constructor Summary | |
---|---|
Parameter()
|
Method Summary | |
---|---|
abstract String |
getName()
Return the name of the parameter |
abstract javax.el.ValueExpression |
getValue()
Return a |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Parameter()
Method Detail |
---|
public abstract String getName()
Return the name of the parameter
public abstract javax.el.ValueExpression getValue()
Return a ValueExpression
for the
value of the parameter. Depending on the context, this expression
may only ever be evaluated in a "get" operation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |