|
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.dlese.dpc.schemedit.autoform.AutoForm org.dlese.dpc.schemedit.autoform.DcsViewRecord org.dlese.dpc.schemedit.autoform.EditorViewRecord
public class EditorViewRecord
Supports creation of jsp to view (as opposed to edit) an entire MetaDataRecord within the metadata editor.
Jsp is constructed by the EditorViewerRenderer
.
Field Summary |
---|
Fields inherited from class org.dlese.dpc.schemedit.autoform.AutoForm |
---|
df, formBeanName, framework, instanceDocument, schemaFile, sh, writer |
Constructor Summary | |
---|---|
EditorViewRecord(MetaDataFramework framework)
Constructor for the EditorViewRecord object |
|
EditorViewRecord(String xmlFormat)
Constructor for the Stand-alone DcsViewRecord object, meaning it is created from command line rather than via schemedit. |
Method Summary | |
---|---|
protected File |
getBatchJspDest(String pageName)
Contruct a path for the component jsp pages |
protected String |
getComponentJspHeader()
JSP code to insert at the top of component jsp files. |
protected File |
getJspDest(String unused)
Contruct a path for the single jsp page, in the case of single-page jsp, or the page that integrates the component jsp pages, in the case of batch-rendered frameworks. |
protected String |
getMasterComponentPath(String pageName)
|
protected String |
getMasterJspHeader()
JSP code to insert at the top of master jsp files. |
protected String |
getRendererClassName()
Gets the rendererClassName attribute of the EditorViewRecord object |
static void |
main(String[] args)
The main program for the EditorViewRecord class, to be invoked from the command line for debugging purposes. |
Methods inherited from class org.dlese.dpc.schemedit.autoform.DcsViewRecord |
---|
batchRenderAndWrite, renderAndWrite, setLogging |
Methods inherited from class org.dlese.dpc.schemedit.autoform.AutoForm |
---|
elementToJsp, prtlnErr, render, render, renderAndWrite, renderAndWrite, setVerbose, writeJsp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditorViewRecord(MetaDataFramework framework)
framework
- Description of the Parameterpublic EditorViewRecord(String xmlFormat) throws Exception, SchemaHelperException
xmlFormat
- Description of the Parameter
SchemaHelperException
- Description of the Exception
Exception
- NOT YET DOCUMENTEDMethod Detail |
---|
public static void main(String[] args) throws Exception
args
- The command line arguments
Exception
protected String getRendererClassName()
getRendererClassName
in class DcsViewRecord
protected File getJspDest(String unused)
getJspDest
in class DcsViewRecord
unused
- NOT YET DOCUMENTED
protected File getBatchJspDest(String pageName) throws Exception
getBatchJspDest
in class DcsViewRecord
pageName
- NOT YET DOCUMENTED
Exception
- NOT YET DOCUMENTEDprotected String getMasterJspHeader()
AutoForm
getMasterJspHeader
in class DcsViewRecord
protected String getComponentJspHeader()
AutoForm
getComponentJspHeader
in class AutoForm
protected String getMasterComponentPath(String pageName)
getMasterComponentPath
in class DcsViewRecord
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |