|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.enterprise.BasicTemplateProcessor
wt.clients.gui.ChooserHtml
This class extends BasicTemplateProcessor
and is used to build the URL
for the ChooserApplet.
Supported API: false.
Extendable: false.
TemplateProcessor
,
Serialized FormField Summary | |
static String |
currentClass
Public variable to hold the String that represents the class to be searched on. |
static String |
currentTask
Public variable to hold the String representing the task to be performed after the user completes the search (i.e. |
Fields inherited from interface wt.templateutil.processor.ContextTranslator |
CONTEXT_LIST_IN, CONTEXT_LIST_OUT |
Fields inherited from interface wt.templateutil.processor.ContextHolder |
CONTEXT_ACTION, CONTEXT_CLASS_NAME, CONTEXT_OBJ, CONTEXT_PROPERTIES, FORM_DATA, QUERY_DATA, RESPONSE_EXCEPTIONS, RESPONSE_FOOTERS, RESPONSE_HEADERS, RESPONSE_MESSAGES, RESPONSE_STRING, STATUS |
Constructor Summary | |
ChooserHtml()
The noarg constructor for ChooserHtml |
Method Summary | |
static void |
buildChooserHTML(HTTPRequest req,
HTTPResponse resp)
public method to process a template for a given a task (UPDATE, or VIEW) and the name of the class to be searched on (i.e. |
void |
currentClass(Properties parameters,
Locale locale,
OutputStream os)
Template processed method returning the currentClass to be searched for (ie WTChangeRequest). |
void |
currentTask(Properties parameters,
Locale locale,
OutputStream os)
Template processed method returning the currentTask (ie UPDATE, or VIEW). |
void |
getAppletParameters(Properties parameters,
Locale locale,
OutputStream os)
When the ChooserHtml processes a template with a call to getAppletParameters ,
this method is called. |
void |
getBackground(Properties parameters,
Locale locale,
OutputStream os)
When the ChooserHtml processes a template with a call to getBackground ,
this method is called. |
HTMLTemplate |
getTemplate(Vector preferences)
|
void |
handleRequest(HTTPRequest req,
HTTPResponse resp)
The initial method called to initiate template processing, its parameters give access to the HTML request and response. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static String currentTask
public static String currentClass
Constructor Detail |
public ChooserHtml()
ChooserHtml
Method Detail |
public void handleRequest(HTTPRequest req, HTTPResponse resp) throws WTException
TemplateProcessor
req
- resp
-
WTException
public HTMLTemplate getTemplate(Vector preferences) throws WTException
WTException
public static void buildChooserHTML(HTTPRequest req, HTTPResponse resp) throws WTException
req
- The HTTPRequest
passed into the method called by the URL. The
req contains a query string with the task (i.e. UPDATE, or VIEW) and the
class to be searched on (i.e. WTChangeRequest).resp
- The HTTPResponse
object passed into the method called by the URL
(Not something you provided on the URL, but put on by HTTPGateway).
WTException
public void getBackground(Properties parameters, Locale locale, OutputStream os) throws WTException
ChooserHtml
processes a template with a call to getBackground
,
this method is called. It creates the body for the HTML page with the background and flushes it to the
OutputStream
.
parameters
- Properties
locale
- The current Locale
used for internationalizationos
- The OutputStream
where the body of the HTML page is flushed to.
WTException
public void currentTask(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- Properties
locale
- The current Locale
used for internationalizationos
- The OutputStream
WTException
public void currentClass(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- Properties
locale
- The current Locale
used for internationalizationos
- The OutputStream
WTException
public void getAppletParameters(Properties parameters, Locale locale, OutputStream os) throws WTException
ChooserHtml
processes a template with a call to getAppletParameters
,
this method is called. It creates the String that contains the task (i.e. UPDATE, or VIEW)
and the class to be searched for (i.e. WTChangeRequest) and flushes it to the
OutputStream
.
parameters
- Properties
locale
- The current Locale
used for internationalizationos
- The OutputStream
where the String representing the
ObjectIdentifier
is flushed to.
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |