Uses of Class
com.sun.rave.web.ui.component.util.event.IODescriptor

Packages that use IODescriptor
com.sun.rave.web.ui.component.util.event   
 

Uses of IODescriptor in com.sun.rave.web.ui.component.util.event
 

Methods in com.sun.rave.web.ui.component.util.event that return IODescriptor
 IODescriptor HandlerDefinition.getInputDef(java.lang.String name)
          This method returns the requested IODescriptor, null if not found.
 IODescriptor HandlerDefinition.getOutputDef(java.lang.String name)
          This method returns the requested IODescriptor, null if not found.
 

Methods in com.sun.rave.web.ui.component.util.event with parameters of type IODescriptor
 void HandlerDefinition.addInputDef(IODescriptor desc)
          This method adds an IODescriptor to the list of input descriptors.
 void HandlerDefinition.addOutputDef(IODescriptor desc)
          This method adds an IODescriptor to the list of output descriptors.
 java.lang.Object RequestAttributeOutputType.getValue(HandlerContext context, IODescriptor outDesc, java.lang.String key)
           This method is responsible for retrieving the value of the Output from a Request attribute.
 java.lang.Object OutputType.getValue(HandlerContext context, IODescriptor outDesc, java.lang.String key)
           This method is responsible for retrieving the value of the Output from the destination that was specified by handler.
 java.lang.Object SessionAttributeOutputType.getValue(HandlerContext context, IODescriptor outDesc, java.lang.String key)
           This method is responsible for retrieving the value of the Output from a Session attribute.
 void RequestAttributeOutputType.setValue(HandlerContext context, IODescriptor outDesc, java.lang.String key, java.lang.Object value)
           This method is responsible for setting the value of the Output to a ServletRequest attribute.
 void OutputType.setValue(HandlerContext context, IODescriptor outDesc, java.lang.String key, java.lang.Object value)
           This method is responsible for setting the value of the Output to the destination that was specified by handler.
 void SessionAttributeOutputType.setValue(HandlerContext context, IODescriptor outDesc, java.lang.String key, java.lang.Object value)
           This method is responsible for setting the value of the Output to a Session attribute.