wt.enterprise
Class CheckOutLFHDelegate
java.lang.Object
wt.enterprise.CheckOutDelegate
wt.enterprise.CheckOutLFHDelegate
- All Implemented Interfaces:
- FormActionDelegate
- public class CheckOutLFHDelegate
- extends CheckOutDelegate
- implements FormActionDelegate
Supported API: false
Extendable: false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
DRESOURCE
private static final String DRESOURCE
- See Also:
- Constant Field Values
locale
private Locale locale
DEBUG
private static boolean DEBUG
messagesResource
private static ResourceBundle messagesResource
skipDownload
private boolean skipDownload
STRUCTURE_DOWNLOAD
private static boolean STRUCTURE_DOWNLOAD
CheckOutLFHDelegate
public CheckOutLFHDelegate()
processAction
public Properties processAction(Properties props,
ContentHTTPStream contentStream,
Locale locale)
throws Exception
- Description copied from interface:
FormActionDelegate
- This method will process an action invoked from the FormProcessor.
The Properties arguement will always contain name value pairs of those
things based on the query string to the FormProcessor.
The contents of the Properties arguement is the based on the contents
of the form when invoking the processForm method in the FormProcessor.
It consists of the name value pairs up to the point of the beginning
of content of the form. Then the rest of the form stream is placed
in an instance of the ContentHttpStream class.
When invoking the invokeAction method in the FormProcessor
class the ContentHttpStream arguement will always be null.
This method is intended to perform the action based on information
pased. Any exception thrown will be displayed in the web browser
to the user. It is best if the properties returned is a copy of the
properties passed plus any
Supported API: false
Supported API: true
- Specified by:
processAction
in interface FormActionDelegate
- Overrides:
processAction
in class CheckOutDelegate
- Throws:
Exception
initiateStructuredContentDownloadHtml
public String initiateStructuredContentDownloadHtml(WTDocument doc,
String completionUrl)
throws WTException,
PropertyVetoException,
IOException
- Throws:
WTException
PropertyVetoException
IOException
getFormData
private DocumentFormData getFormData(Properties props)
throws WTPropertyVetoException
- Throws:
WTPropertyVetoException
getPreferenceValue
protected static String getPreferenceValue(String node,
String key,
String defaultValue)