|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.enterprise.BasicTemplateProcessor
wt.project.RoleContentsParticipantRowProcessor
Provide Windchill script support for the RoleContentsParticipantRow html template.
Supported API: false
Extendable: false
TemplateProcessor
,
Serialized FormField Summary | |
private static String |
CLASSNAME
|
private WTPrincipalReference |
myPrincipalReference
|
private static String |
RESOURCE
|
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 | |
RoleContentsParticipantRowProcessor()
A no argument constructor. |
|
RoleContentsParticipantRowProcessor(WTPrincipalReference aPrincipalReference)
Constructs a RoleContentsParticipantRowProcessor object. |
Method Summary | |
void |
getParticipantName(Properties properties,
Locale locale,
OutputStream os)
Outputs the name of the Participant found in the Role Holder. |
HTMLTemplate |
getTemplate(Vector preferences)
Return an initialized HTMLTemplate. |
void |
handleRequest(HTTPRequest req,
HTTPResponse resp)
This method handles HTTP GET requests to produce an HTML page for the context object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static String CLASSNAME
private static final String RESOURCE
private WTPrincipalReference myPrincipalReference
private static final boolean VERBOSE
Constructor Detail |
public RoleContentsParticipantRowProcessor(WTPrincipalReference aPrincipalReference)
aPrincipalReference
- a PrincipalReference to be displayedpublic RoleContentsParticipantRowProcessor()
Method Detail |
public void handleRequest(HTTPRequest req, HTTPResponse resp) throws WTException
req
- resp
-
WTException
public HTMLTemplate getTemplate(Vector preferences) throws WTException
WTException
public void getParticipantName(Properties properties, Locale locale, OutputStream os)
locale
- The Locale to send to the invoked methods for localization.os
- The output stream.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |