public class EditorViewRecord extends DcsViewRecord
EditorViewerRenderer
.df, formBeanName, framework, instanceDocument, schemaFile, sh, writer
Constructor and Description |
---|
EditorViewRecord(MetaDataFramework framework)
Constructor for the EditorViewRecord object
|
EditorViewRecord(java.lang.String xmlFormat)
Constructor for the Stand-alone DcsViewRecord object, meaning it is created from command line rather than
via schemedit.
|
Modifier and Type | Method and Description |
---|---|
protected java.io.File |
getBatchJspDest(java.lang.String pageName)
Contruct a path for the component jsp pages
|
protected java.lang.String |
getComponentJspHeader()
JSP code to insert at the top of component jsp files.
|
protected java.io.File |
getJspDest(java.lang.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 java.lang.String |
getMasterComponentPath(java.lang.String pageName) |
protected java.lang.String |
getMasterJspHeader()
JSP code to insert at the top of master jsp files.
|
protected java.lang.String |
getRendererClassName()
Gets the rendererClassName attribute of the EditorViewRecord object
|
static void |
main(java.lang.String[] args)
The main program for the EditorViewRecord class, to be invoked from the command line for debugging
purposes.
|
batchRenderAndWrite, renderAndWrite, setLogging
elementToJsp, prtlnErr, render, render, renderAndWrite, renderAndWrite, setVerbose, writeJsp
public EditorViewRecord(MetaDataFramework framework)
framework
- Description of the Parameterpublic EditorViewRecord(java.lang.String xmlFormat) throws java.lang.Exception, SchemaHelperException
xmlFormat
- Description of the ParameterSchemaHelperException
- Description of the Exceptionjava.lang.Exception
- NOT YET DOCUMENTEDpublic static void main(java.lang.String[] args) throws java.lang.Exception
args
- The command line argumentsjava.lang.Exception
protected java.lang.String getRendererClassName()
getRendererClassName
in class DcsViewRecord
protected java.io.File getJspDest(java.lang.String unused)
getJspDest
in class DcsViewRecord
unused
- NOT YET DOCUMENTEDprotected java.io.File getBatchJspDest(java.lang.String pageName) throws java.lang.Exception
getBatchJspDest
in class DcsViewRecord
pageName
- NOT YET DOCUMENTEDjava.lang.Exception
- NOT YET DOCUMENTEDprotected java.lang.String getMasterJspHeader()
AutoForm
getMasterJspHeader
in class DcsViewRecord
protected java.lang.String getComponentJspHeader()
AutoForm
getComponentJspHeader
in class AutoForm
protected java.lang.String getMasterComponentPath(java.lang.String pageName)
getMasterComponentPath
in class DcsViewRecord