Uses of Class
com.jalios.jcms.handler.PubChooserUploadHandler.PubChooserActionStatus
-
Packages that use PubChooserUploadHandler.PubChooserActionStatus Package Description com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers). -
-
Uses of PubChooserUploadHandler.PubChooserActionStatus in com.jalios.jcms.handler
Methods in com.jalios.jcms.handler that return PubChooserUploadHandler.PubChooserActionStatus Modifier and Type Method Description PubChooserUploadHandler.PubChooserActionStatusPubChooserUploadHandler.PubChooserActionResult. getActionStatus()static PubChooserUploadHandler.PubChooserActionStatusPubChooserUploadHandler.PubChooserActionStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PubChooserUploadHandler.PubChooserActionStatus[]PubChooserUploadHandler.PubChooserActionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.handler with parameters of type PubChooserUploadHandler.PubChooserActionStatus Modifier and Type Method Description voidPubChooserUploadHandler.PubChooserActionResult. setActionStatus(PubChooserUploadHandler.PubChooserActionStatus actionStatus)Constructors in com.jalios.jcms.handler with parameters of type PubChooserUploadHandler.PubChooserActionStatus Constructor Description PubChooserActionResult(PubChooserUploadHandler.PubChooserActionStatus actionStatus)PubChooserActionResult(PubChooserUploadHandler.PubChooserActionStatus actionStatus, java.lang.String message)
-