|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ibisph.mvc.controller.PublishXML
org.ibisph.mvc.controller.indicator.PublishIndicatorView
public class PublishIndicatorView
Indicator Profile View XML Publish Controller. This controller handles
the publish command using the standard XML publishing code. The only
value this controller adds is that it deletes associated indicator profile
view artifacts via the postSaveXMLProcessing method. This
controller is not meant to be called individually - it is to be called as
part of the normal indicator profile publish so that the categorized index
and published indicators are handled.
| Field Summary |
|---|
| Fields inherited from class org.ibisph.mvc.controller.PublishXML |
|---|
destinationXMLPath, documentDAO, fileBackupFactory, successReturnValue |
| Constructor Summary | |
|---|---|
PublishIndicatorView()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
postSaveXMLProcessing(java.lang.String baseFilename,
org.dom4j.Document document)
Deletes associated indicator view artifacts like the HTML files, SVG and JPEG charts. |
| Methods inherited from class org.ibisph.mvc.controller.PublishXML |
|---|
getBaseFilename, getDestinationXMLPath, getDocumentDAO, getXMLDocument, handleRequest, sendError, sendSuccess, setDestinationXMLPath, setDocumentDAO, setFileBackupFactory, setSuccessReturnValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PublishIndicatorView()
| Method Detail |
|---|
protected java.lang.String postSaveXMLProcessing(java.lang.String baseFilename,
org.dom4j.Document document)
throws java.lang.Exception
postSaveXMLProcessing in class PublishXMLbaseFilename - Filename of the file just published without any path
info.document - Indicator view XML document just published.
java.lang.Exception - General exception for any sub classed implementors.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||