wt.templateutil.processor
Interface ContextTranslator

All Known Implementing Classes:
BasicTemplateProcessor

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

public static final String CONTEXT_LIST_IN
Deprecated.  

Label for the attribute.

Supported API: true

See Also:
Constant Field Values

CONTEXT_LIST_OUT

public static final String CONTEXT_LIST_OUT
Deprecated.  

Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getContextListIn

public String[] getContextListIn()
Deprecated.  

Gets the value of the attribute: CONTEXT_LIST_IN.

Supported API: true

Returns:
String[]

setContextListIn

public void setContextListIn(String[] a_ContextListIn)
Deprecated.  

Sets the value of the attribute: CONTEXT_LIST_IN.

Supported API: true

Parameters:
a_ContextListIn -

getContextListOut

public String[] getContextListOut()
Deprecated.  

Gets the value of the attribute: CONTEXT_LIST_OUT.

Supported API: true

Returns:
String[]

setContextListOut

public void setContextListOut(String[] a_ContextListOut)
Deprecated.  

Sets the value of the attribute: CONTEXT_LIST_OUT.

Supported API: true

Parameters:
a_ContextListOut -

readContext

public void readContext(HTTPRequest request)
                 throws WTException
Deprecated.  



Supported API: true

Parameters:
request -
Throws:
WTException

writeHiddenContext

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



Supported API: true

Parameters:
parameters -
locale -
os -

writeQueryStringContext

public String writeQueryStringContext()
Deprecated.  



Supported API: true

Returns:
String