wt.templateutil.processor
Interface ContextTranslator

All Known Implementing Classes:
ActionPageFormProcessor, AnalysisActivityProcessor, BasicTemplateProcessor, ChangeActivityProcessor, ChangeAnalysisProcessor, ChangeIntermediateActionProcessor, ChangeInvestigationProcessor, ChangeIssueProcessor, ChangeManagementFormProcessor, ChangeOrderProcessor, ChangeProposalProcessor, ChangeRequestProcessor, ChangeSignatureFormProcessor, ContainerTemplateProcessor, DefaultChangeTaskProcessor, DefaultTemplateProcessor, ErrorProcessor, ExpandCollapseSectionProcessor, GenerateFormProcessor, NavigateFormProcessor, ObjectPropertiesTableProcessor, PartDistributionListProcessor, PartReferencesProcessor, PartReplacementsProcessor, PickerFormProcessor, PlmConfigurationsProcessor, ProductInstancesProcessor, RedirectPageProcessor, ReferencedByProcessor, VersionHistoryProcessor, WorkspaceCommonTemplateProcessor, WsPrefCommonTemplateProcessor

Deprecated.

public interface ContextTranslator

Deprecation Notice: This class is still valid for this release, however this serves as advance notice that it will be removed in the future. All user interfaces built using the Windchill HTML Template Processing client architecture will be rewritten using a different framework in an upcoming release.

Supported API: true

Extendable: false


Field Summary
static String CONTEXT_LIST_IN
          Deprecated.  
static String CONTEXT_LIST_OUT
          Deprecated.  
 
Method Summary
 String[] getContextListIn()
          Deprecated.  
 String[] getContextListOut()
          Deprecated.  
 void readContext(HTTPRequest request)
          Deprecated.  
 void setContextListIn(String[] a_ContextListIn)
          Deprecated.  
 void setContextListOut(String[] a_ContextListOut)
          Deprecated.  
 void writeHiddenContext(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 String writeQueryStringContext()
          Deprecated.  
 

Field Detail

CONTEXT_LIST_IN

static final String CONTEXT_LIST_IN
Deprecated. 
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

CONTEXT_LIST_OUT

static final String CONTEXT_LIST_OUT
Deprecated. 
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getContextListIn

String[] getContextListIn()
Deprecated. 

Gets the value of the attribute: CONTEXT_LIST_IN.

Supported API: true

Returns:
String[]

setContextListIn

void setContextListIn(String[] a_ContextListIn)
Deprecated. 

Sets the value of the attribute: CONTEXT_LIST_IN.

Supported API: true

Parameters:
a_ContextListIn -

getContextListOut

String[] getContextListOut()
Deprecated. 

Gets the value of the attribute: CONTEXT_LIST_OUT.

Supported API: true

Returns:
String[]

setContextListOut

void setContextListOut(String[] a_ContextListOut)
Deprecated. 

Sets the value of the attribute: CONTEXT_LIST_OUT.

Supported API: true

Parameters:
a_ContextListOut -

readContext

void readContext(HTTPRequest request)
                 throws WTException
Deprecated. 



Supported API: true

Parameters:
request -
Throws:
WTException

writeHiddenContext

void writeHiddenContext(Properties parameters,
                        Locale locale,
                        OutputStream os)
Deprecated. 



Supported API: true

Parameters:
parameters -
locale -
os -

writeQueryStringContext

String writeQueryStringContext()
Deprecated. 



Supported API: true

Returns:
String