| org.objectweb.jonas.webapp.jonasadmin.jonasmqconnect.DestinationDeleteConfirmForm
DestinationDeleteConfirmForm | public class DestinationDeleteConfirmForm extends ActionForm (Code) | | |
getDeletePhysicalDestination | public String getDeletePhysicalDestination()(Code) | | the removePhysicalDestination |
getDestinationsStr | public String getDestinationsStr()(Code) | | get DestinationsStr
DestinationsStr |
reset | public void reset(ActionMapping mapping, HttpServletRequest request)(Code) | | Reset all properties to their default values.
Parameters: mapping - The mapping used to select this instance Parameters: request - The servlet request we are processing |
setDeletePhysicalDestination | public void setDeletePhysicalDestination(String deletePhysicalDestination)(Code) | | Parameters: deletePhysicalDestination - the removePhysicalDestination to set |
setDestinationsStr | public void setDestinationsStr(String destinationsStr)(Code) | | set DestinationsStr
Parameters: destinationsStr - |
validate | public ActionErrors validate(ActionMapping mapping, HttpServletRequest request)(Code) | | Validate the properties that have been set from this HTTP request,
and return an ActionErrors object that encapsulates any
validation errors that have been found. If no errors are found, return
null or an ActionErrors object with no
recorded error messages.
Parameters: mapping - The mapping used to select this instance Parameters: request - The servlet request we are processing List of errors |
|
|