|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.enterprise.BasicTemplateProcessor
wt.calendar.CalendarProcessor
The CalendarProcessor creates an html page for the Calendar.
Field Summary | |
private static String |
CALENDAR_RESOURCE
|
private static String |
CODEBASE
|
private static long |
PAGE_EXPIRATION
|
private static String |
RESOURCE
Resources for localizing message text |
private static boolean |
VERBOSE
|
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 | |
CalendarProcessor()
A no argument constructor with no side effects. |
|
CalendarProcessor(Object context)
Constructs a CalendarProcessor. |
Method Summary | |
void |
createCalendarApplet(Properties properties,
Locale locale,
OutputStream os)
Outputs Calendar applet. |
void |
createCalendarLink(Properties parameters,
Locale locale,
OutputStream os)
Outputs Calendar link. |
void |
createNavigationBarEntry(String name,
Properties properties,
Properties parameters,
Locale locale,
OutputStream os)
Outputs a navigation bar entry. |
HTMLTemplate |
getTemplate(Vector preferences)
|
void |
handleRequest(HTTPRequest req,
HTTPResponse resp)
This method handles HTTP GET requests to produce an HTML page which delivers a page with a table displaying all the available WfProcessTemplates. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static boolean VERBOSE
private static long PAGE_EXPIRATION
private static String CODEBASE
private static final String RESOURCE
private static final String CALENDAR_RESOURCE
Constructor Detail |
public CalendarProcessor()
public CalendarProcessor(Object context)
context
- The contextual object of the CalendarProcessor.Method Detail |
public HTMLTemplate getTemplate(Vector preferences) throws WTException
WTException
public void handleRequest(HTTPRequest req, HTTPResponse resp) throws WTException
req
- HTTPRequestresp
- HTTPResponse
WTException
public void createCalendarLink(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void createNavigationBarEntry(String name, Properties properties, Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void createCalendarApplet(Properties properties, Locale locale, OutputStream os) throws WTException
properties
- The arguments that were passed to the Windchill script
call.locale
- The Locale to send to the invoked methods for localization.os
- The output stream.
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |