wt.enterprise
Class FormProcessor

java.lang.Object
  extended bywt.enterprise.BasicTemplateProcessor
      extended bywt.enterprise.FormProcessor
All Implemented Interfaces:
ContextHolder, ContextTranslator, Evolvable, Externalizable, Serializable, TemplateProcessor
Direct Known Subclasses:
ConfigSpecProcessor, DocConfigSpecProcessor, FederationAdminProcessor, ViewFederatedServiceProcessor

Deprecated. As of 6.0

Supported API: false
Extendable: false

public class FormProcessor
extends BasicTemplateProcessor

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.

See Also:
Serialized Form

Field Summary
private  Class contextClass
          Deprecated.  
private  String contextMsg
          Deprecated.  
private  Properties contextProperties
          Deprecated.  
static String CONTEXTUAL_CLASS
          Deprecated.  
static String CONTEXTUAL_EXCEPTION
          Deprecated.  
static String CONTEXTUAL_HEADER
          Deprecated.  
static String CONTEXTUAL_MESSAGE
          Deprecated.  
static String CONTEXTUAL_OBJECT
          Deprecated.  
static String CONTEXTUAL_STATUS
          Deprecated.  
private static boolean DEBUG
          Deprecated.  
static String DEFAULT_LIFECYCLE
          Deprecated.  
private static String FEDERATION_ADMIN_ACTION
          Deprecated.  
private static String FEDERATION_RESOURCE
          Deprecated.  
static String FOLDER_INPUT_NAME
          Deprecated.  
 String folderLocation
          Deprecated.  
static String FORM_CLASS
          Deprecated.  
private  HTTPRequest formHttpRequest
          Deprecated.  
static String LIFE_CYCLE_INPUT_NAME
          Deprecated.  
static String NAME_HDR
          Deprecated.  
static String NAVIGATE_METHOD
          Deprecated.  
private static String NULL_OPTION
          Deprecated.  
private static String RESOURCE
          Deprecated.  
static String RESOURCECLASS_PARAMETER
          Deprecated.  
static String RESOURCEKEY_PARAMETER
          Deprecated.  
static String RETURN_TEMPLATE
          Deprecated.  
private static ReferenceFactory RF
          Deprecated.  
static String STATUS_FATAL_ERROR
          Deprecated.  
static String STATUS_OK
          Deprecated.  
static String STATUS_USER_ERROR
          Deprecated.  
static String TEAMTEMPLATE_INPUT_NAME
          Deprecated.  
 
Fields inherited from class wt.enterprise.BasicTemplateProcessor
ACTION, ADD_HELP_ICON, ALL_CABINETS, BLANK_SPACE, BREAK_SEPARATOR, BREAK_TAG, CLASS, componentFactory, CONTAINER_NAME, CONTENT_RESOURCE, DEFAULT_CHARSET, DEFAULT_HELP_ICON_SELECTOR, DEFAULT_HELP_LABEL, DEFAULT_PREFERENCE_CONTEXT, DOCFROMTEMPLATE, ENABLE_HELP_ICON_PROPERTY_NAME, ENTERPRISE_SEARCH, EXTERNALIZATION_VERSION_UID, FEDERATION_SEARCH, GLOBAL_NAVIGATION_ENABLE_HELP_ICON, globalNavBarHelpIconEnabledDefault, HELP_CONTEXT, HELP_ICON_POSITION, HELP_ICON_SELECTOR, HELP_LABEL, HELP_LABEL_RESOURCE, HELP_WINDOW_NAME, helpContext, helpIconEnabled, helpIconEnabledDefault, HOMEPAGE, IDPREFIX, IMPORT, INTEGRATED_SEARCH, isDndMicroAppletEnabled, isDndMicroAppletEnabledInitialized, LABEL_SEPARATOR, LINE_FEED_DELIMITER, linkPrefix, LOCAL_SEARCH, OID, OLD_FORMAT_VERSION_UID, pageContext, PDMLINK_INSTALL_KEY, PERSONAL_CABINET, PREF_WINDOW_NAME, PREFERENCE_CONTEXT, PRESENT_HELP_LABEL, PROJECTLINK_INSTALL_KEY, SEARCH, serialVersionUID, SHARE_ICON, TEXT_RESOURCE_BUNDLE, URL_RESOURCE, WORKLIST, wtAttribute, WTCORE_IMAGE_DIR
 
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
FormProcessor()
          Deprecated.  
FormProcessor(Properties props, HTTPRequest request)
          Deprecated.  
FormProcessor(String className)
          Deprecated.  
FormProcessor(WTObject windchillObj, HTTPRequest request)
          Deprecated.  
 
Method Summary
 void contextualMessage(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void contextualValue(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void createDirTranslationsTabs(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void createFedAdminBar(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void createIETranslationsTabs(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void currentFolderId(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void currentFolderPath(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void dirTranslations(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
private  String disabledField(String propertyName, String propertyValue, Properties parameters, Locale locale)
          Deprecated.  
 void displayActionTable(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void displayIESystemType(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void displayIESystemTypeOptions(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void displayInterval(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void displayOption(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void displaySearchScope(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
private  String encodeHTMLString(String s)
          Deprecated.  
 void enumeratedTypeMenu(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void generateAction(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void generateActionTable(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
static void generateForm(HTTPRequest request, HTTPResponse response)
          Deprecated.  
 void getButtonText(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 Properties getContextProperties()
          Deprecated. Get the contextual properties of a FormProcessor instance.
 void getFormProcessorURL(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 HTMLTemplate getTemplate(Vector preferences)
          Deprecated.  
 void getTemplateProcessorURL(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void getWorkingLocationName(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void getWorkingLocationValue(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated. The initial method called to initiate template processing, its parameters give access to the HTML request and response.
 void holderUploadTable(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void IETranslations(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void insertDirTranslationTableCheck(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void insertIETranslationTableCheck(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
static void invokeAction(HTTPRequest request, HTTPResponse response)
          Deprecated.  
 void listDirectoryServices(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void listDirTranslationTables(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void listIETranslationTables(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void listInfoEngineServices(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void listLifeCycles(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void listTeamTemplates(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
static void navigateFolders(HTTPRequest request, HTTPResponse response)
          Deprecated.  
static void navigateFolders(HTTPRequest request, HTTPResponse response, InputStream is)
          Deprecated.  
protected  Method obtainFromCovertProperty(PropertyDescriptor pd)
          Deprecated.  
 void orgDependentField(Properties parameters, Locale locale, OutputStream os)
          Deprecated. Outputs an input field for 'propertyName' (propertyName=Number by default), that depends on the specification of an organization, 'orgPropertyName' (orgPropertyName=Organization by default) such that the field for 'propertyName' is enabled (as a text input) only if auto-numbering for the target object type is disabled with respect to the specified organization, and disabled (as a hidden field with a string label) otherwise.
 void parentFolderPath(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void parseServiceURL(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
static void processForm(HTTPRequest request, HTTPResponse response)
          Deprecated.  
static void processForm(HTTPRequest request, HTTPResponse response, InputStream is)
          Deprecated.  
 void selectFolderMenu(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void serviceLink(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void setContextProperties(Properties props)
          Deprecated.  
private  String textField(String propertyName, String propertyValue, Properties parameters, Locale locale)
          Deprecated.  
 void updateDirTranslationsTabs(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void updateIETranslationsTabs(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void uploadPrimary(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void viewDirTranslationsTabs(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 void viewIETranslationsTabs(Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 String wrapText(String text, String separators, int maxLength)
          Deprecated.  
 
Methods inherited from class wt.enterprise.BasicTemplateProcessor
AccessOK, addHiddenProperty, addHTMLHelpLink, addToResponseExceptions, addToResponseFooters, addToResponseHeaders, addToResponseMessages, allVersions, bcwti, buildFormProcessorURL, buildFormProcessorURL, comment, createActionsBar, createFederationNavigationBar, createGlobalNavigationBar, createNavigationBar, createParentFolderLink, currentTimestamp, displayAllCabinets, displayAttributeName, displayAttributesTable, displayAttributeValue, displayFolderContents, displayFolderObject, displayFolderTrail, displayGoToLatestLink, displayOrganizationIdentifier, displayPendingChangeIndicator, displayStyleSheetAttributesTable, displayVisualData, formatDate, getActionPairs, getAllCabinetsURL, getBaselineItems, getCharsetEncoding, getCheckedOutFolderURL, getClassIcon, getClassInfo, getContextAction, getContextClass, getContextClassName, getContextListIn, getContextListOut, getContextObj, getContextServiceName, getDisplayName, getDomainPath, getEnabledVersion, getEncoding, getFederationSearchURL, getFolderLocation, getFolderPath, getFormData, getGenericInstanceIconImgTag, getGlyphImageTag, getGlyphsArray, getGlyphTagsNoDnD, getHelpContext, getHomepageURL, getHTMLComponentFactory, getHTMLHelpLink, getHTMLHelpURL, getHTMLHelpURL, getHTMLTableService, getIconResource, getIconResource, getIconResource, getIconSelector, getId, getJavaScriptManager, getLocalizedDateFormatMessage, getLocalizedMessage, getLocalizedPrintWriter, getLocalizedString, getObjectDnDIcon, getObjectIcon, getObjectIconDnDTag, getObjectIconGlyphs, getObjectIconImgTag, getObjectIconImgTag, getObjectIconImgTag, getObjectIconImgTag, getObjectIconImgTag, getObjectIconImgTag, getObjectPropertyValueString, getObjectPropertyValueString, getPageContext, getParentFolderLink, getPersonalCabinet, getPersonalCabinetURL, getPreferenceValue, getPrincipalEmailLink, getPrincipalEmailLink, getPrintWriter, getPropertyFromPropertyFile, getQuery, getQueryData, getReferenceString, getReferenceString, getResourceString, getResourceString, getResponseExceptions, getResponseFooters, getResponseHeaders, getResponseMessages, getResponseString, getSearchCriteriaURL, getSearchCriteriaURL, getSearchResultsURL, getShareImage, getShareImage, getState, getStatus, getStringFromResourceBundle, getStringFromResourceBundle, getTemplateDisplayGeneral, getTrailId, getTrlIdAttribute, getURLActions, getURLActions, getURLActions, getURLActions, getURLActionsString, getURLActionsString, getURLFactory, getURLFromDelegate, getURLProcessorLink, getURLProcessorLink, getURLProcessorLink, getURLProcessorLinkWithLabel, getUsedByLinks, getWCColor, getWCColor, getWCColorDec, getWCColorDec, getWCFontFamily, getWCFontFamily, getWorklistURL, getWTAttribute, getWTContainerByName, getWTContainerRef, handleExceptionTP, handleExceptionTP, handleProcessorException, hiddenContextString, include, initJavaScriptManager, isDndMicroAppletEnabled, isEqual, listContent, objectActionLink, objectActionLinkAux, objectActionLinkAux, objectActionLinkAux, objectActionLinkAux, objectActionLinkAux, objectActionLinkAux, objectActionLinkAux, objectBackground, objectIdentification, objectIdentifier, objectProperties, objectPropertyName, objectPropertyNameAux, objectPropertyNameAux2, objectPropertyValue, objectPropertyValueAux, objectPropertyValueAux2, objectPropertyValueString, outputLink, outputPropertyFromPropertyFile, parameterValue, partUsedBy, PDMLinkIsInstalled, printQueryTable, printTable, printTextArea, processSubTemplate, readContext, readExternal, readVersion, setColumnProperties, setContextAction, setContextClass, setContextClassName, setContextListIn, setContextListOut, setContextObj, setFormData, setHelpContext, setHTMLTableService, setJavaScriptManager, setPageContext, setQueryData, setResponseExceptions, setResponseFooters, setResponseHeaders, setResponseMessages, setResponseString, setState, setStatus, showResponseExceptions, showResponseFooters, showResponseHeaders, showResponseMessage, showResponseMessages, showVersions, sortQueryResult, splitStringIntoTokens, tableService, translateToHtml, useProcessorService, visualizationIsEnabled, writeExternal, writeHiddenContext, writeQueryStringContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
Deprecated. 
See Also:
Constant Field Values

DEBUG

private static boolean DEBUG
Deprecated. 

FEDERATION_RESOURCE

private static final String FEDERATION_RESOURCE
Deprecated. 
See Also:
Constant Field Values

FEDERATION_ADMIN_ACTION

private static final String FEDERATION_ADMIN_ACTION
Deprecated. 
See Also:
Constant Field Values

NULL_OPTION

private static final String NULL_OPTION
Deprecated. 
See Also:
Constant Field Values

contextClass

private Class contextClass
Deprecated. 

contextMsg

private String contextMsg
Deprecated. 

contextProperties

private Properties contextProperties
Deprecated. 

formHttpRequest

private HTTPRequest formHttpRequest
Deprecated. 

RF

private static final ReferenceFactory RF
Deprecated. 

CONTEXTUAL_HEADER

public static final String CONTEXTUAL_HEADER
Deprecated. 
See Also:
Constant Field Values

CONTEXTUAL_MESSAGE

public static final String CONTEXTUAL_MESSAGE
Deprecated. 
See Also:
Constant Field Values

CONTEXTUAL_OBJECT

public static final String CONTEXTUAL_OBJECT
Deprecated. 
See Also:
Constant Field Values

CONTEXTUAL_CLASS

public static final String CONTEXTUAL_CLASS
Deprecated. 
See Also:
Constant Field Values

RETURN_TEMPLATE

public static final String RETURN_TEMPLATE
Deprecated. 
See Also:
Constant Field Values

CONTEXTUAL_STATUS

public static final String CONTEXTUAL_STATUS
Deprecated. 
See Also:
Constant Field Values

CONTEXTUAL_EXCEPTION

public static final String CONTEXTUAL_EXCEPTION
Deprecated. 
See Also:
Constant Field Values

STATUS_OK

public static final String STATUS_OK
Deprecated. 
See Also:
Constant Field Values

STATUS_USER_ERROR

public static final String STATUS_USER_ERROR
Deprecated. 
See Also:
Constant Field Values

STATUS_FATAL_ERROR

public static final String STATUS_FATAL_ERROR
Deprecated. 
See Also:
Constant Field Values

LIFE_CYCLE_INPUT_NAME

public static final String LIFE_CYCLE_INPUT_NAME
Deprecated. 
See Also:
Constant Field Values

TEAMTEMPLATE_INPUT_NAME

public static final String TEAMTEMPLATE_INPUT_NAME
Deprecated. 
See Also:
Constant Field Values

FOLDER_INPUT_NAME

public static final String FOLDER_INPUT_NAME
Deprecated. 
See Also:
Constant Field Values

FORM_CLASS

public static final String FORM_CLASS
Deprecated. 
See Also:
Constant Field Values

NAVIGATE_METHOD

public static final String NAVIGATE_METHOD
Deprecated. 
See Also:
Constant Field Values

NAME_HDR

public static final String NAME_HDR
Deprecated. 
See Also:
Constant Field Values

RESOURCECLASS_PARAMETER

public static final String RESOURCECLASS_PARAMETER
Deprecated. 
See Also:
Constant Field Values

RESOURCEKEY_PARAMETER

public static final String RESOURCEKEY_PARAMETER
Deprecated. 
See Also:
Constant Field Values

DEFAULT_LIFECYCLE

public static String DEFAULT_LIFECYCLE
Deprecated. 

folderLocation

public String folderLocation
Deprecated.  

Stores location of the working copy of a CheckedOut object. When a FormProcessor is instantiated, and the form is CheckIn, if the object is the working copy, then this String will be set to the Working Location.

See Also:
constructor, method
Constructor Detail

FormProcessor

public FormProcessor()
Deprecated. 

FormProcessor

public FormProcessor(String className)
              throws ClassNotFoundException
Deprecated. 

FormProcessor

public FormProcessor(Properties props,
                     HTTPRequest request)
              throws ClassNotFoundException,
                     WTException,
                     PropertyVetoException
Deprecated. 

FormProcessor

public FormProcessor(WTObject windchillObj,
                     HTTPRequest request)
              throws ClassNotFoundException,
                     WTException,
                     PropertyVetoException
Deprecated. 
Method Detail

getContextProperties

public Properties getContextProperties()
Deprecated. 
Get the contextual properties of a FormProcessor instance.

Supported API: true

Specified by:
getContextProperties in interface ContextHolder
Overrides:
getContextProperties in class BasicTemplateProcessor
Returns:
Properties

setContextProperties

public void setContextProperties(Properties props)
Deprecated.  

Set the value of the contextual properties of the FormProcessor.

Supported API: true

Specified by:
setContextProperties in interface ContextHolder
Overrides:
setContextProperties in class BasicTemplateProcessor
Parameters:
props -

processForm

public static void processForm(HTTPRequest request,
                               HTTPResponse response,
                               InputStream is)
                        throws Exception
Deprecated. 
Throws:
Exception

processForm

public static void processForm(HTTPRequest request,
                               HTTPResponse response)
                        throws Exception
Deprecated. 
Throws:
Exception

navigateFolders

public static void navigateFolders(HTTPRequest request,
                                   HTTPResponse response,
                                   InputStream is)
                            throws WTException,
                                   PropertyVetoException,
                                   IOException,
                                   ClassNotFoundException
Deprecated. 
Throws:
WTException
PropertyVetoException
IOException
ClassNotFoundException

navigateFolders

public static void navigateFolders(HTTPRequest request,
                                   HTTPResponse response)
                            throws WTException,
                                   IOException,
                                   PropertyVetoException,
                                   ClassNotFoundException
Deprecated. 
Throws:
WTException
IOException
PropertyVetoException
ClassNotFoundException

generateForm

public static void generateForm(HTTPRequest request,
                                HTTPResponse response)
                         throws WTException,
                                PropertyVetoException,
                                IOException,
                                InvocationTargetException,
                                IllegalAccessException,
                                ClassNotFoundException
Deprecated. 
Throws:
WTException
PropertyVetoException
IOException
InvocationTargetException
IllegalAccessException
ClassNotFoundException

invokeAction

public static void invokeAction(HTTPRequest request,
                                HTTPResponse response)
                         throws Exception
Deprecated. 
Throws:
Exception

contextualValue

public void contextualValue(Properties parameters,
                            Locale locale,
                            OutputStream os)
                     throws WTException,
                            InvocationTargetException,
                            IllegalAccessException,
                            ClassNotFoundException,
                            InstantiationException
Deprecated. 
Throws:
WTException
InvocationTargetException
IllegalAccessException
ClassNotFoundException
InstantiationException

enumeratedTypeMenu

public void enumeratedTypeMenu(Properties parameters,
                               Locale locale,
                               OutputStream os)
                        throws WTException,
                               InvocationTargetException,
                               IllegalAccessException,
                               ClassNotFoundException,
                               InstantiationException
Deprecated. 
Throws:
WTException
InvocationTargetException
IllegalAccessException
ClassNotFoundException
InstantiationException

listLifeCycles

public void listLifeCycles(Properties parameters,
                           Locale locale,
                           OutputStream os)
                    throws WTException,
                           InvocationTargetException,
                           IllegalAccessException,
                           ClassNotFoundException,
                           InstantiationException
Deprecated. 
Throws:
WTException
InvocationTargetException
IllegalAccessException
ClassNotFoundException
InstantiationException

listTeamTemplates

public void listTeamTemplates(Properties parameters,
                              Locale locale,
                              OutputStream os)
                       throws WTException,
                              InvocationTargetException,
                              IllegalAccessException,
                              ClassNotFoundException,
                              InstantiationException
Deprecated. 
Throws:
WTException
InvocationTargetException
IllegalAccessException
ClassNotFoundException
InstantiationException

selectFolderMenu

public void selectFolderMenu(Properties parameters,
                             Locale locale,
                             OutputStream os)
                      throws WTException
Deprecated. 
Throws:
WTException

parentFolderPath

public void parentFolderPath(Properties parameters,
                             Locale locale,
                             OutputStream os)
                      throws WTException
Deprecated. 
Throws:
WTException

currentFolderPath

public void currentFolderPath(Properties parameters,
                              Locale locale,
                              OutputStream os)
                       throws WTException
Deprecated. 
Throws:
WTException

currentFolderId

public void currentFolderId(Properties parameters,
                            Locale locale,
                            OutputStream os)
                     throws WTException
Deprecated. 
Throws:
WTException

holderUploadTable

public void holderUploadTable(Properties parameters,
                              Locale locale,
                              OutputStream os)
                       throws WTException,
                              IOException
Deprecated. 
Throws:
WTException
IOException

uploadPrimary

public void uploadPrimary(Properties parameters,
                          Locale locale,
                          OutputStream os)
                   throws WTException,
                          IOException
Deprecated. 
Throws:
WTException
IOException

generateAction

public void generateAction(Properties parameters,
                           Locale locale,
                           OutputStream os)
                    throws WTException
Deprecated. 
Throws:
WTException

handleRequest

public void handleRequest(HTTPRequest req,
                          HTTPResponse resp)
                   throws WTException
Deprecated. 
Description copied from interface: TemplateProcessor
The initial method called to initiate template processing, its parameters give access to the HTML request and response.

Supported API: true

Parameters:
req -
resp -
Throws:
WTException

getTemplate

public HTMLTemplate getTemplate(Vector preferences)
                         throws WTException
Deprecated. 
Throws:
WTException

obtainFromCovertProperty

protected Method obtainFromCovertProperty(PropertyDescriptor pd)
Deprecated. 

getWorkingLocationName

public void getWorkingLocationName(Properties parameters,
                                   Locale locale,
                                   OutputStream os)
                            throws WTException
Deprecated.  

Get field prompt for Working Directory attribute. As of this writing, this method is used on the CheckIn page.

Throws:
WTException

getWorkingLocationValue

public void getWorkingLocationValue(Properties parameters,
                                    Locale locale,
                                    OutputStream os)
                             throws WTException
Deprecated.  

Get the Working Directory attribute. As of this writing, this method is used on the CheckIn page.

Throws:
WTException

getButtonText

public void getButtonText(Properties parameters,
                          Locale locale,
                          OutputStream os)
                   throws WTException,
                          IOException
Deprecated. 
Throws:
WTException
IOException

contextualMessage

public void contextualMessage(Properties parameters,
                              Locale locale,
                              OutputStream os)
                       throws WTException
Deprecated.  

Outputs an HTML table row containing a header with the contextual message text, followed by a horizontal rule. If there is no contextual message, no HTML is output.

It is expected that this method will be invoked as a result of an contextualMessage script call in an HTML template file. The format of contextualMessage script calls is:

contextualMessage

Example:
contextualMessage



Supported API: false

Parameters:
parameters - 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.
Throws:
WTException

getFormProcessorURL

public void getFormProcessorURL(Properties parameters,
                                Locale locale,
                                OutputStream os)
                         throws WTException
Deprecated. 
Throws:
WTException

getTemplateProcessorURL

public void getTemplateProcessorURL(Properties parameters,
                                    Locale locale,
                                    OutputStream os)
                             throws WTException
Deprecated. 
Throws:
WTException

createFedAdminBar

public void createFedAdminBar(Properties parameters,
                              Locale locale,
                              OutputStream os)
                       throws WTException
Deprecated.  

Outputs HTML for the Federation Administrator Navigation Bar.

Supported API: false

Parameters:
parameters - 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.
Throws:
WTException

displayActionTable

public void displayActionTable(Properties parameters,
                               Locale locale,
                               OutputStream os)
                        throws WTException
Deprecated. 
Throws:
WTException

displayIESystemType

public void displayIESystemType(Properties parameters,
                                Locale locale,
                                OutputStream os)
                         throws WTException
Deprecated. 
Throws:
WTException

displayIESystemTypeOptions

public void displayIESystemTypeOptions(Properties parameters,
                                       Locale locale,
                                       OutputStream os)
                                throws WTException,
                                       InvocationTargetException,
                                       IllegalAccessException,
                                       ClassNotFoundException,
                                       InstantiationException
Deprecated. 
Throws:
WTException
InvocationTargetException
IllegalAccessException
ClassNotFoundException
InstantiationException

displayInterval

public void displayInterval(Properties parameters,
                            Locale locale,
                            OutputStream os)
                     throws WTException
Deprecated. 
Throws:
WTException

displayOption

public void displayOption(Properties parameters,
                          Locale locale,
                          OutputStream os)
                   throws WTException
Deprecated. 
Throws:
WTException

displaySearchScope

public void displaySearchScope(Properties parameters,
                               Locale locale,
                               OutputStream os)
                        throws WTException,
                               InvocationTargetException,
                               IllegalAccessException,
                               ClassNotFoundException,
                               InstantiationException
Deprecated. 
Throws:
WTException
InvocationTargetException
IllegalAccessException
ClassNotFoundException
InstantiationException

generateActionTable

public void generateActionTable(Properties parameters,
                                Locale locale,
                                OutputStream os)
                         throws WTException
Deprecated. 
Throws:
WTException

parseServiceURL

public void parseServiceURL(Properties parameters,
                            Locale locale,
                            OutputStream os)
                     throws WTException,
                            InvocationTargetException,
                            IllegalAccessException,
                            ClassNotFoundException,
                            InstantiationException
Deprecated. 
Throws:
WTException
InvocationTargetException
IllegalAccessException
ClassNotFoundException
InstantiationException

serviceLink

public void serviceLink(Properties parameters,
                        Locale locale,
                        OutputStream os)
                 throws WTException
Deprecated. 
Throws:
WTException

wrapText

public String wrapText(String text,
                       String separators,
                       int maxLength)
Deprecated. 

listDirectoryServices

public void listDirectoryServices(Properties parameters,
                                  Locale locale,
                                  OutputStream os)
                           throws WTException
Deprecated. 
Throws:
WTException

listInfoEngineServices

public void listInfoEngineServices(Properties parameters,
                                   Locale locale,
                                   OutputStream os)
                            throws WTException
Deprecated. 
Throws:
WTException

dirTranslations

public void dirTranslations(Properties parameters,
                            Locale locale,
                            OutputStream os)
                     throws WTException
Deprecated. 
Throws:
WTException

listDirTranslationTables

public void listDirTranslationTables(Properties parameters,
                                     Locale locale,
                                     OutputStream os)
                              throws WTException
Deprecated. 
Throws:
WTException

createDirTranslationsTabs

public void createDirTranslationsTabs(Properties parameters,
                                      Locale locale,
                                      OutputStream os)
                               throws WTException
Deprecated. 
Throws:
WTException

updateDirTranslationsTabs

public void updateDirTranslationsTabs(Properties parameters,
                                      Locale locale,
                                      OutputStream os)
                               throws WTException
Deprecated. 
Throws:
WTException

viewDirTranslationsTabs

public void viewDirTranslationsTabs(Properties parameters,
                                    Locale locale,
                                    OutputStream os)
                             throws WTException
Deprecated. 
Throws:
WTException

IETranslations

public void IETranslations(Properties parameters,
                           Locale locale,
                           OutputStream os)
                    throws WTException
Deprecated. 
Throws:
WTException

listIETranslationTables

public void listIETranslationTables(Properties parameters,
                                    Locale locale,
                                    OutputStream os)
                             throws WTException
Deprecated. 
Throws:
WTException

createIETranslationsTabs

public void createIETranslationsTabs(Properties parameters,
                                     Locale locale,
                                     OutputStream os)
                              throws WTException
Deprecated. 
Throws:
WTException

updateIETranslationsTabs

public void updateIETranslationsTabs(Properties parameters,
                                     Locale locale,
                                     OutputStream os)
                              throws WTException
Deprecated. 
Throws:
WTException

viewIETranslationsTabs

public void viewIETranslationsTabs(Properties parameters,
                                   Locale locale,
                                   OutputStream os)
                            throws WTException
Deprecated. 
Throws:
WTException

encodeHTMLString

private String encodeHTMLString(String s)
Deprecated. 

insertDirTranslationTableCheck

public void insertDirTranslationTableCheck(Properties parameters,
                                           Locale locale,
                                           OutputStream os)
                                    throws WTException,
                                           InvocationTargetException,
                                           IllegalAccessException,
                                           ClassNotFoundException,
                                           InstantiationException
Deprecated. 
Throws:
WTException
InvocationTargetException
IllegalAccessException
ClassNotFoundException
InstantiationException

insertIETranslationTableCheck

public void insertIETranslationTableCheck(Properties parameters,
                                          Locale locale,
                                          OutputStream os)
                                   throws WTException,
                                          InvocationTargetException,
                                          IllegalAccessException,
                                          ClassNotFoundException,
                                          InstantiationException
Deprecated. 
Throws:
WTException
InvocationTargetException
IllegalAccessException
ClassNotFoundException
InstantiationException

orgDependentField

public void orgDependentField(Properties parameters,
                              Locale locale,
                              OutputStream os)
                       throws WTException
Deprecated. 
Outputs an input field for 'propertyName' (propertyName=Number by default), that depends on the specification of an organization, 'orgPropertyName' (orgPropertyName=Organization by default) such that the field for 'propertyName' is enabled (as a text input) only if auto-numbering for the target object type is disabled with respect to the specified organization, and disabled (as a hidden field with a string label) otherwise.

Throws:
WTException

disabledField

private String disabledField(String propertyName,
                             String propertyValue,
                             Properties parameters,
                             Locale locale)
                      throws WTException
Deprecated. 
Throws:
WTException

textField

private String textField(String propertyName,
                         String propertyValue,
                         Properties parameters,
                         Locale locale)
                  throws WTException
Deprecated. 
Throws:
WTException