public class SchemEditAdminForm
extends org.apache.struts.action.ActionForm
DocMap
attribute, which wraps the XML Document that is
being edited.Constructor and Description |
---|
SchemEditAdminForm() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDiscussionURL()
Gets the discussionURL attribute of the SchemEditAdminForm object
|
java.lang.String |
getEditorConfig()
Gets the current editor configuration (frames, noframes).
|
java.lang.String |
getEditorMode()
Gets the editorMode attribute of the SchemEditAdminForm object (Stand-alone or DCS).
|
java.lang.String |
getExitPath()
The exit path determines where control is returned to when the user is done
with the admin interface.
|
java.lang.String |
getFrameworkName()
Gets the frameworkName attribute of the SchemEditAdminForm object
|
PageList |
getPageList()
Gets the pageList attribute of the SchemEditAdminForm object
|
java.lang.String |
getRecordsDir()
Gets the recordsDir attribute of the SchemEditAdminForm object
|
java.lang.String |
getRenderer()
Gets the renderer attribute of the SchemEditAdminForm object
|
java.util.List |
getRenderers()
Gets the AutoForm renderers to populate choices in select object.
|
java.lang.String |
getSampleRecordFile()
Gets the sampleRecordFile attribute of the SchemEditAdminForm object
|
java.lang.String |
getSchemaURI()
Gets the schemaURI attribute of the SchemEditAdminForm object
|
java.lang.String |
getWorkingSchemaURI()
Gets the workingSchemaURI attribute of the SchemEditAdminForm object
|
java.lang.String |
getXmlFormat()
Gets the xmlFormat attribute of the SchemEditAdminForm object
|
void |
setDiscussionURL(java.lang.String s)
Sets the discussionURL attribute of the SchemEditAdminForm object
|
void |
setEditorConfig(java.lang.String config)
Sets the editorConfig attribute of the SchemEditAdminForm object
|
void |
setEditorMode(java.lang.String editorMode)
Keeps track of from where the schemedit admin interface was entered.
|
void |
setExitPath(java.lang.String path)
Sets the exitPath attribute of the SchemEditAdminForm object
|
void |
setFrameworkName(java.lang.String s)
Sets the frameworkName attribute of the SchemEditAdminForm object
|
void |
setPageList(PageList list)
Sets the pageList attribute of the SchemEditAdminForm object
|
void |
setRecordsDir(java.lang.String s)
Sets the recordsDir attribute of the SchemEditAdminForm object
|
void |
setRenderer(java.lang.String r)
Sets the renderer attribute of the SchemEditAdminForm object
|
void |
setSampleRecordFile(java.lang.String s)
Sets the sampleRecordFile attribute of the SchemEditAdminForm object
|
void |
setSchemaURI(java.lang.String s)
Sets the schemaURI attribute of the SchemEditAdminForm object
|
void |
setWorkingSchemaURI(java.lang.String s)
Sets the workingSchemaURI attribute of the SchemEditAdminForm object
|
void |
setXmlFormat(java.lang.String s)
Sets the xmlFormat attribute of the SchemEditAdminForm object
|
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Check to make sure the client hasn't exceeded the maximum allowed upload
size inside of this validate method.
|
public java.util.List getRenderers()
public java.lang.String getEditorConfig()
public void setEditorConfig(java.lang.String config)
config
- The new editorConfig valuepublic java.lang.String getRenderer()
public void setRenderer(java.lang.String r)
r
- The new renderer valuepublic java.lang.String getExitPath()
MetaDataFramework
public void setExitPath(java.lang.String path)
path
- The new exitPath valuepublic void setEditorMode(java.lang.String editorMode)
editorMode
- The new editorMode valuepublic java.lang.String getEditorMode()
public java.lang.String getXmlFormat()
public void setXmlFormat(java.lang.String s)
s
- The new xmlFormat valuepublic java.lang.String getFrameworkName()
public void setFrameworkName(java.lang.String s)
s
- The new frameworkName valuepublic java.lang.String getSampleRecordFile()
public void setSampleRecordFile(java.lang.String s)
s
- The new sampleRecordFile valuepublic java.lang.String getSchemaURI()
public void setSchemaURI(java.lang.String s)
s
- The new schemaURI valuepublic java.lang.String getWorkingSchemaURI()
public void setWorkingSchemaURI(java.lang.String s)
s
- The new workingSchemaURI valuepublic java.lang.String getDiscussionURL()
public void setDiscussionURL(java.lang.String s)
s
- The new discussionURL valuepublic java.lang.String getRecordsDir()
public void setRecordsDir(java.lang.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, javax.servlet.http.HttpServletRequest request)
validate
in class org.apache.struts.action.ActionForm
mapping
- Description of the Parameterrequest
- Description of the Parameter