|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.federation.admin.UpdateIETranslationsDelegate
Field Summary | |
private Object |
actionObject
|
private static String |
FEDERATION_RESOURCE
|
private static String |
RESOURCE
|
private static boolean |
VERBOSE
|
Fields inherited from interface wt.enterprise.FormActionDelegate |
ACTION_OBJECT |
Constructor Summary | |
UpdateIETranslationsDelegate()
|
Method Summary | |
Object |
getActionObject()
Gets the object for the association that plays role: ACTION_OBJECT. |
Properties |
processAction(Properties props,
ContentHTTPStream contentStream,
Locale locale)
This method will process an action invoked from the FormProcessor. |
void |
setActionObject(Object a_ActionObject)
Sets the object for the association that plays role: ACTION_OBJECT. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String FEDERATION_RESOURCE
private Object actionObject
private static boolean VERBOSE
Constructor Detail |
public UpdateIETranslationsDelegate()
Method Detail |
public Object getActionObject()
FormActionDelegate
getActionObject
in interface FormActionDelegate
public void setActionObject(Object a_ActionObject) throws WTPropertyVetoException
FormActionDelegate
setActionObject
in interface FormActionDelegate
a_ActionObject
-
WTPropertyVetoException
public Properties processAction(Properties props, ContentHTTPStream contentStream, Locale locale) throws Exception
FormActionDelegate
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
processAction
in interface FormActionDelegate
props
- contentStream
- locale
-
Exception
FormProcessor
,
wt.content.ContentHttpStream
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |