Uses of Class
com.jalios.jcms.handler.pubchooser.PubChooserActionHandler.PubChooserActionStatus
-
Packages that use PubChooserActionHandler.PubChooserActionStatus Package Description com.jalios.jcms.handler.pubchooser -
-
Uses of PubChooserActionHandler.PubChooserActionStatus in com.jalios.jcms.handler.pubchooser
Methods in com.jalios.jcms.handler.pubchooser that return PubChooserActionHandler.PubChooserActionStatus Modifier and Type Method Description PubChooserActionHandler.PubChooserActionStatus
PubChooserActionHandler.PubChooserActionResult. getActionStatus()
static PubChooserActionHandler.PubChooserActionStatus
PubChooserActionHandler.PubChooserActionStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PubChooserActionHandler.PubChooserActionStatus[]
PubChooserActionHandler.PubChooserActionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.handler.pubchooser with parameters of type PubChooserActionHandler.PubChooserActionStatus Modifier and Type Method Description void
PubChooserActionHandler.PubChooserActionResult. setActionStatus(PubChooserActionHandler.PubChooserActionStatus actionStatus)
Constructors in com.jalios.jcms.handler.pubchooser with parameters of type PubChooserActionHandler.PubChooserActionStatus Constructor Description PubChooserActionResult(PubChooserActionHandler.PubChooserActionStatus actionStatus)
PubChooserActionResult(PubChooserActionHandler.PubChooserActionStatus actionStatus, java.lang.String message)
-