Class FrameworkAdminForm
java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.schemedit.action.form.FrameworkAdminForm
- All Implemented Interfaces:
Serializable
public class FrameworkAdminForm
extends org.apache.struts.action.ActionForm
ActionForm bean for handling requests to support Schemaedit. Most methods
acesss the
DocMap attribute, which wraps the XML Document that is
being edited.- Author:
- ostwald
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDescription of the FieldvoidsetFrameworks(Map map) voidsetUninitializedFrameworks(List formats) voidsetUnloadedFrameworks(List formats) Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
FrameworkAdminForm
public FrameworkAdminForm()
-
-
Method Details
-
getFrameworks
Description of the Field -
setFrameworks
-
setUnloadedFrameworks
-
getUnloadedFrameworks
-
setUninitializedFrameworks
-
getUninitializedFrameworks
-