|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.rave.web.ui.component.util.event.OutputMapping
public class OutputMapping
This class holds OutputMapping value meta information for individual instances of Handler Objects. This information is necessary to provide the location to store the output value for a specific invocation of a handler. This is data consists of the name the Handler uses for the output, the OutputType, and optionally the OutputType key to use when storing/retrieving the output value.
Constructor Summary | |
---|---|
OutputMapping(java.lang.String outputName,
java.lang.String targetOutputType)
Constructor with targetKey as null. |
|
OutputMapping(java.lang.String outputName,
java.lang.String targetKey,
java.lang.String targetOutputType)
Constructor with all values supplied as Strings. |
Method Summary | |
---|---|
java.lang.String |
getOutputKey()
Accessor for targetKey. |
java.lang.String |
getOutputName()
Accessor for outputName. |
OutputType |
getOutputType()
Accessor for targetOutputType. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputMapping(java.lang.String outputName, java.lang.String targetOutputType)
Constructor with targetKey as null. This constructor will throw an IllegalArgumentException if outputName or targetOutputType is null.
outputName
- The name the Handler uses for output valuetargetOutputType
- OutputType that will store the output value
IllegalArumentException
- If outputName or targetOutputType is nullOutputTypeManager
public OutputMapping(java.lang.String outputName, java.lang.String targetKey, java.lang.String targetOutputType)
Constructor with all values supplied as Strings. This constructor will throw an IllegalArgumentException if outputName or targetOutputType is null.
outputName
- The name the Handler uses for output valuetargetKey
- The key the OutputType will usetargetOutputType
- OutputType that will store the output value
IllegalArumentException
- If outputName or targetOutputType is nullOutputTypeManager
Method Detail |
---|
public java.lang.String getOutputName()
public java.lang.String getOutputKey()
public OutputType getOutputType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |