Uses of Interface
com.sun.rave.web.ui.component.util.event.OutputType

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

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

Classes in com.sun.rave.web.ui.component.util.event that implement OutputType
 class RequestAttributeOutputType
           This class implements the OutputType interface to provide a way to get/set Output values from a ServletRequest attribute Map.
 class SessionAttributeOutputType
           This class implements the OutputType interface to provide a way to get/set Output values from the Session attribute Map.
 

Methods in com.sun.rave.web.ui.component.util.event that return OutputType
 OutputType OutputMapping.getOutputType()
          Accessor for targetOutputType.
 OutputType OutputTypeManager.getOutputType(java.lang.String name)
           This method retrieves an OutputType.
 

Methods in com.sun.rave.web.ui.component.util.event with parameters of type OutputType
 void OutputTypeManager.setOutputType(java.lang.String name, OutputType outputType)
           This method sets an OutputType.