|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionForm org.dlese.dpc.schemedit.action.form.SchemEditAdminForm
public class SchemEditAdminForm
ActionForm bean for handling requests to support Schemaedit. Most methods
acesss the DocMap
attribute, which wraps the XML Document that is
being edited.
Field Summary |
---|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
SchemEditAdminForm()
|
Method Summary | |
---|---|
String |
getDiscussionURL()
Gets the discussionURL attribute of the SchemEditAdminForm object |
String |
getEditorConfig()
Gets the current editor configuration (frames, noframes). |
String |
getEditorMode()
Gets the editorMode attribute of the SchemEditAdminForm object (Stand-alone or DCS). |
String |
getExitPath()
The exit path determines where control is returned to when the user is done with the admin interface. |
String |
getFrameworkName()
Gets the frameworkName attribute of the SchemEditAdminForm object |
PageList |
getPageList()
Gets the pageList attribute of the SchemEditAdminForm object |
String |
getRecordsDir()
Gets the recordsDir attribute of the SchemEditAdminForm object |
String |
getRenderer()
Gets the renderer attribute of the SchemEditAdminForm object |
List |
getRenderers()
Gets the AutoForm renderers to populate choices in select object. |
String |
getSampleRecordFile()
Gets the sampleRecordFile attribute of the SchemEditAdminForm object |
String |
getSchemaURI()
Gets the schemaURI attribute of the SchemEditAdminForm object |
String |
getWorkingSchemaURI()
Gets the workingSchemaURI attribute of the SchemEditAdminForm object |
String |
getXmlFormat()
Gets the xmlFormat attribute of the SchemEditAdminForm object |
void |
setDiscussionURL(String s)
Sets the discussionURL attribute of the SchemEditAdminForm object |
void |
setEditorConfig(String config)
Sets the editorConfig attribute of the SchemEditAdminForm object |
void |
setEditorMode(String editorMode)
Keeps track of from where the schemedit admin interface was entered. |
void |
setExitPath(String path)
Sets the exitPath attribute of the SchemEditAdminForm object |
void |
setFrameworkName(String s)
Sets the frameworkName attribute of the SchemEditAdminForm object |
void |
setPageList(PageList list)
Sets the pageList attribute of the SchemEditAdminForm object |
void |
setRecordsDir(String s)
Sets the recordsDir attribute of the SchemEditAdminForm object |
void |
setRenderer(String r)
Sets the renderer attribute of the SchemEditAdminForm object |
void |
setSampleRecordFile(String s)
Sets the sampleRecordFile attribute of the SchemEditAdminForm object |
void |
setSchemaURI(String s)
Sets the schemaURI attribute of the SchemEditAdminForm object |
void |
setWorkingSchemaURI(String s)
Sets the workingSchemaURI attribute of the SchemEditAdminForm object |
void |
setXmlFormat(String s)
Sets the xmlFormat attribute of the SchemEditAdminForm object |
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
Check to make sure the client hasn't exceeded the maximum allowed upload size inside of this validate method. |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemEditAdminForm()
Method Detail |
---|
public List getRenderers()
public String getEditorConfig()
public void setEditorConfig(String config)
config
- The new editorConfig valuepublic String getRenderer()
public void setRenderer(String r)
r
- The new renderer valuepublic String getExitPath()
MetaDataFramework
public void setExitPath(String path)
path
- The new exitPath valuepublic void setEditorMode(String editorMode)
editorMode
- The new editorMode valuepublic String getEditorMode()
public String getXmlFormat()
public void setXmlFormat(String s)
s
- The new xmlFormat valuepublic String getFrameworkName()
public void setFrameworkName(String s)
s
- The new frameworkName valuepublic String getSampleRecordFile()
public void setSampleRecordFile(String s)
s
- The new sampleRecordFile valuepublic String getSchemaURI()
public void setSchemaURI(String s)
s
- The new schemaURI valuepublic String getWorkingSchemaURI()
public void setWorkingSchemaURI(String s)
s
- The new workingSchemaURI valuepublic String getDiscussionURL()
public void setDiscussionURL(String s)
s
- The new discussionURL valuepublic String getRecordsDir()
public void setRecordsDir(String s)
s
- The new recordsDir valuepublic PageList getPageList()
public void setPageList(PageList list)
list
- The new pageList valuepublic org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
validate
in class org.apache.struts.action.ActionForm
mapping
- Description of the Parameterrequest
- Description of the Parameter
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |