| org.vfny.geoserver.form.DemoForm
DemoForm | public class DemoForm extends ActionForm (Code) | | DemoForm collects the list of avialable requests for the demo.
Stores the request & post for the demo page, to be used by the DemoAction.
author: jgarnett, Refractions Research, Inc. author: $Author: jive $ (last modification) version: $Id: DemoForm.java 6326 2007-03-15 18:36:40Z jdeolive $ |
getAction | public String getAction()(Code) | | Returns the action. |
getDemoList | public List getDemoList()(Code) | | Returns the demoList. |
reset | public void reset(ActionMapping arg0, HttpServletRequest request)(Code) | | Sets request & post based on file selection.
See Also: org.apache.struts.action.ActionForm.reset(org.apache.struts.action.ActionMappingjavax.servlet.http.HttpServletRequest) Parameters: arg0 - Parameters: request - |
setAction | public void setAction(String action)(Code) | | Parameters: action - The action to set. |
setBody | public void setBody(String body)(Code) | | Parameters: body - The body to set. |
setDemo | public void setDemo(String demo)(Code) | | Parameters: demo - The demo to set. |
setUrl | public void setUrl(String url)(Code) | | Parameters: url - The url to set. |
validate | public ActionErrors validate(ActionMapping mapping, HttpServletRequest request)(Code) | | Verifies that username is not null or empty.
Could potentially do the same for password later.
See Also: org.apache.struts.action.ActionForm.validate(org.apache.struts.action.ActionMappingjavax.servlet.http.HttpServletRequest) Parameters: mapping - Parameters: request - |
|
|