|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.enterprise.BasicTemplateProcessor
wt.templateutil.processor.DefaultTemplateProcessor
wt.templateutil.processor.GenerateFormProcessor
wt.change2.htmlclient.ChangeManagementFormProcessor
wt.change2.htmlclient.DefaultChangeTaskProcessor
wt.doc.WTDocumentProcessor
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. HTML processing associated with the new Local File
Handling imbedded in an applet on the HTML page.
Supported API: false
Extendable: false
Field Summary | |
static String |
ALTKEY_PARAMETER
Deprecated. |
private static String |
ATTRIBUTE
Deprecated. |
private static String |
CLASSNAME
Deprecated. |
private static String |
CODEBASE
Deprecated. |
private FormatContentHolder |
contentHolder
Deprecated. |
protected static boolean |
DEBUG
Deprecated. |
private static String |
DEFAULTPATH
Deprecated. |
private static String |
DELIM
Deprecated. |
static long |
EXTERNALIZATION_VERSION_UID
Deprecated. |
private static String |
FORMAT
Deprecated. |
static String |
IMG_PARAMETER
Deprecated. |
private static String |
LASTUPDATED
Deprecated. |
protected static long |
OLD_FORMAT_VERSION_UID
Deprecated. |
private static String |
ORG_STACK_NAME
Deprecated. |
private static String |
PRIMARY
Deprecated. |
private static String |
RECORD_DELIM
Deprecated. |
private static String |
RESOURCE
Deprecated. |
static String |
RESOURCECLASS_PARAMETER
Deprecated. |
static String |
RESOURCEKEY_PARAMETER
Deprecated. |
protected static String |
RESULTS_WINDOW
Deprecated. |
private static ReferenceFactory |
RF
Deprecated. |
private static String |
SECONDARY_EXCLUDE
Deprecated. |
(package private) static long |
serialVersionUID
Deprecated. |
static boolean |
SHOW_ORG_ID
Deprecated. |
private static String |
SIZE
Deprecated. |
protected static String |
STRUCT_WINDOW
Deprecated. |
private static String |
TARGETTYPE
Deprecated. |
private static String |
TEMPLATE_FIELDNAME
Deprecated. |
private static String |
TEMPLATE_RESOURCE
Deprecated. |
protected static boolean |
VERBOSE
Deprecated. |
Fields inherited from class wt.change2.htmlclient.ChangeManagementFormProcessor |
|
Fields inherited from class wt.templateutil.processor.GenerateFormProcessor |
DEFAULT_LIFECYCLE, ON_CHANGE_EVENT_NAME, TEAMTEMPLATE_INPUT_NAME |
Fields inherited from class wt.templateutil.processor.DefaultTemplateProcessor |
CLASS, LINE_FEED_DELIMITER, MESSAGE_SEPARATOR |
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 | |
WTDocumentProcessor()
Deprecated. |
Method Summary | |
void |
chooseOrganization(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. Displays the organization chooser section of the page, if applicable. |
void |
contextualValue(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. This call is used to output the value of the attribute identified by the property "propertyName" in the parameters argument. |
private void |
createTable(Vector blVector,
Vector osoVector,
int initial_size,
Locale locale,
OutputStream os)
Deprecated. |
void |
dependencyTable(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
private String |
disabledField(String propertyName,
String propertyValue,
Properties parameters,
Locale locale)
Deprecated. |
void |
displayDocumentIdentity(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
void |
displayFileMessage(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
private static String |
displayIcon(ContentItem contentitem)
Deprecated. |
private boolean |
duplicateDocument(Vector results_vector,
WTDocumentMaster current)
Deprecated. |
void |
enumeratedTypeMenuTemplateDefault(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
String |
escapeSymbol(String s)
Deprecated. |
void |
getAppletAttachments(Properties props,
Locale locale,
OutputStream os)
Deprecated. |
void |
getAppletLocaleParamString(Properties params,
Locale locale,
OutputStream os)
Deprecated. |
void |
getAttachDependencyLink(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
void |
getAttachFileLink(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. from GSO secondary content customization (Windchill Script method) Returns URLs for Add File, Add URL and Replace buttons on Secondary Content html pages |
void |
getAttachStructureLink(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
void |
getCallingAction(Properties params,
Locale locale,
OutputStream os)
Deprecated. |
void |
getCheckboxValue(Properties params,
Locale locale,
OutputStream os)
Deprecated. |
void |
getCheckInFailureLink(Properties params,
Locale locale,
OutputStream os)
Deprecated. |
protected Class |
getClassParameter(String parameterName,
Properties parameters,
boolean required)
Deprecated. Utility method to obtain a class parameter from the passed Properties object. |
FormatContentHolder |
getContentHolder()
Deprecated. |
void |
getContextClassName(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
void |
getDebug(Properties params,
Locale locale,
OutputStream os)
Deprecated. |
void |
getDefaultPath(Properties params,
Locale locale,
OutputStream os)
Deprecated. Retrieves a default path for use by the file locator. |
void |
getDelim(Properties params,
Locale locale,
OutputStream os)
Deprecated. |
void |
getDnDAppletTags(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
void |
getDocumentIcon(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. from GSO secondary content customization (Windchill Script method) Returns the path to the generic content file icon |
private String |
getDocumentIdentity(FormatContentHolder document,
Locale locale)
Deprecated. |
void |
getDownloadRoutingURL(Properties params,
Locale locale,
OutputStream os)
Deprecated. |
void |
getEnabledValue(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
String |
getFileBrowseTags(Properties parameters,
Locale locale,
OutputStream os,
boolean useApplet)
Deprecated. |
private String |
getFileSize(ApplicationData file)
Deprecated. Returns a String containing the size of the given file in Kilobytes. |
protected void |
getFormat(Properties params,
Locale locale,
OutputStream os)
Deprecated. |
void |
getGenericProcessorURL(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. To call this method from an html template use a call like the following: useProcessorService service=wt.doc.WTDocumentProcessor method=getGenericProcessorURL action=Delete gateway_method=processForm Method constructs the URL for a generic form action: "http:// |
protected String |
getImage(String imgSrc,
String align,
String alt,
String border)
Deprecated. Utility method to return a String containing the HTML to insert an image. |
protected String |
getImageWithLocalizedAlt(Properties parameters,
Locale locale,
Class resourceClass)
Deprecated. |
protected void |
getLastUpdated(Properties params,
Locale locale,
OutputStream os)
Deprecated. |
private Templateable |
getLatestVersionIteration(Templateable obj)
Deprecated. |
void |
getMessageURL(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
private String |
getOIDString(ContentItem contentitem)
Deprecated. |
private String[][] |
getOrganizationSelections(String propertyName)
Deprecated. |
void |
getPreferenceValue(Properties params,
Locale locale,
OutputStream os)
Deprecated. |
protected void |
getPrimary(Properties params,
Locale locale,
OutputStream os)
Deprecated. |
protected String |
getPrimary(String purpose)
Deprecated. |
void |
getPrimaryAttribute(Properties params,
Locale locale,
OutputStream os)
Deprecated. |
void |
getRecordDelim(Properties params,
Locale locale,
OutputStream os)
Deprecated. |
protected String |
getResourceKeyParameter(String parameterName,
Properties parameters,
boolean required,
Class resourceClass)
Deprecated. Utility method to return a String parameter from the passed Properties object. |
void |
getSecondaryContent(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. from GSO secondary content customization (Windchill Script method) Returns a string of Secondary content files & URLs, separated by semi-colons. |
void |
getSecondaryFileBrowseTags(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
protected void |
getSize(Properties params,
Locale locale,
OutputStream os)
Deprecated. |
protected String |
getStringParameter(String parameterName,
Properties parameters,
boolean required)
Deprecated. Utility method to return a String parameter from the passed Properties object. |
protected void |
getTargetType(Properties params,
Locale locale,
OutputStream os)
Deprecated. |
void |
getTemplateInput(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. Provide the drop down list that the user can use to select a template. |
void |
getUrlIcon(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. from GSO secondary content customization (Windchill Script method) Returns the path to the URL link icon |
void |
getURLTabLink(Properties params,
Locale locale,
OutputStream os)
Deprecated. |
void |
listLcsTemplateDefault(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
void |
listTeamsTemplateDefault(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
void |
orgChooser(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. Displays an HTML SELECT component for the selection of an organization. |
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. |
private static String[] |
parseIntoArray(String parseFrom,
String delimiter,
int arraySize)
Deprecated. |
void |
readExternal(ObjectInput input)
Deprecated. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Deprecated. Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(WTDocumentProcessor thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Deprecated. |
private float |
roundToTwoDecimals(float number)
Deprecated. Returns the given float rounded to two decimal places. |
void |
setContentHolder(FormatContentHolder contentHolder)
Deprecated. |
private Vector |
setTableValues(Vector results_vector,
String oids,
Properties formData,
boolean checkbox,
String checkbox_name)
Deprecated. |
private Vector |
setTableValues(Vector results_vector,
String oids,
String comments,
Properties formData,
boolean checkbox,
String checkbox_name,
String comment_name)
Deprecated. |
private Vector |
setTableValues(Vector bin_link,
Vector oth_side,
String oids,
String comments,
Properties formData,
boolean checkbox,
String checkbox_name,
String comment_name)
Deprecated. |
private Vector |
setTableValuesFromQuery(Vector results_vector,
WTDocument parent,
Properties formData)
Deprecated. |
private String |
stripCommentsDelimiter(String origComments)
Deprecated. |
private String |
stripCommentsDelimiter(String origComments,
String delimiter)
Deprecated. |
void |
structureTable(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
void |
templateContextualValue(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
private String |
textElement(String sPath)
Deprecated. from GSO secondary content customization replaces single backslash with double backslash for display in an HTML text field |
private String |
textField(String propertyName,
String propertyValue,
Properties parameters,
Locale locale)
Deprecated. |
void |
updateDependencyTable(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
void |
updateStructureTable(Properties parameters,
Locale locale,
OutputStream os)
Deprecated. |
void |
writeExternal(ObjectOutput output)
Deprecated. |
private void |
writeOrgs(String[][] orgs)
Deprecated. |
Methods inherited from class wt.change2.htmlclient.ChangeManagementFormProcessor |
createFormConstruct, displayChangeTask, pageTitle, readVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
public static final String RESOURCECLASS_PARAMETER
public static final String RESOURCEKEY_PARAMETER
protected static final String RESULTS_WINDOW
protected static final String STRUCT_WINDOW
private static final String TEMPLATE_RESOURCE
private FormatContentHolder contentHolder
private static String CODEBASE
private static String ATTRIBUTE
private static String PRIMARY
private static String LASTUPDATED
private static String FORMAT
private static String SIZE
private static String TARGETTYPE
private static String DEFAULTPATH
public static final String IMG_PARAMETER
public static final String ALTKEY_PARAMETER
private static final String TEMPLATE_FIELDNAME
public static final boolean SHOW_ORG_ID
private static final String ORG_STACK_NAME
private static final ReferenceFactory RF
private static String SECONDARY_EXCLUDE
private static String DELIM
private static String RECORD_DELIM
protected static boolean VERBOSE
protected static boolean DEBUG
Constructor Detail |
public WTDocumentProcessor()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class DefaultChangeTaskProcessor
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class DefaultChangeTaskProcessor
input
-
IOException
ClassNotFoundException
protected boolean readVersion(WTDocumentProcessor thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public void getAttachDependencyLink(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- locale
- os
-
WTException
public void getAttachStructureLink(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- locale
- os
-
WTException
public void dependencyTable(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- locale
- os
-
WTException
public void structureTable(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- locale
- os
-
WTException
public void displayDocumentIdentity(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- locale
- os
-
WTException
public void updateDependencyTable(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- locale
- os
-
WTException
public void updateStructureTable(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- locale
- os
-
WTException
private Vector setTableValues(Vector results_vector, String oids, String comments, Properties formData, boolean checkbox, String checkbox_name, String comment_name) throws WTException
WTException
private Vector setTableValues(Vector bin_link, Vector oth_side, String oids, String comments, Properties formData, boolean checkbox, String checkbox_name, String comment_name) throws WTException
WTException
private Vector setTableValues(Vector results_vector, String oids, Properties formData, boolean checkbox, String checkbox_name) throws WTException
WTException
private boolean duplicateDocument(Vector results_vector, WTDocumentMaster current)
private Vector setTableValuesFromQuery(Vector results_vector, WTDocument parent, Properties formData) throws WTException
WTException
private void createTable(Vector blVector, Vector osoVector, int initial_size, Locale locale, OutputStream os) throws WTException
WTException
public void setContentHolder(FormatContentHolder contentHolder)
setContentHolder
in class GenerateFormProcessor
public FormatContentHolder getContentHolder()
getContentHolder
in class GenerateFormProcessor
public void getPrimaryAttribute(Properties params, Locale locale, OutputStream os) throws WTException
getPrimaryAttribute
in class GenerateFormProcessor
WTException
protected void getPrimary(Properties params, Locale locale, OutputStream os) throws WTException, PropertyVetoException
getPrimary
in class GenerateFormProcessor
WTException
PropertyVetoException
protected String getPrimary(String purpose) throws WTException, PropertyVetoException
getPrimary
in class GenerateFormProcessor
WTException
PropertyVetoException
public void displayFileMessage(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
protected void getLastUpdated(Properties params, Locale locale, OutputStream os) throws WTException, PropertyVetoException
getLastUpdated
in class GenerateFormProcessor
WTException
PropertyVetoException
protected void getFormat(Properties params, Locale locale, OutputStream os) throws WTException, PropertyVetoException
getFormat
in class GenerateFormProcessor
WTException
PropertyVetoException
protected void getSize(Properties params, Locale locale, OutputStream os) throws WTException, PropertyVetoException
getSize
in class GenerateFormProcessor
WTException
PropertyVetoException
private String getFileSize(ApplicationData file)
BasicTemplateProcessor
private float roundToTwoDecimals(float number)
BasicTemplateProcessor
protected void getTargetType(Properties params, Locale locale, OutputStream os) throws WTException, PropertyVetoException
getTargetType
in class GenerateFormProcessor
WTException
PropertyVetoException
public void getCheckboxValue(Properties params, Locale locale, OutputStream os) throws WTException
WTException
public void getURLTabLink(Properties params, Locale locale, OutputStream os) throws WTException
getURLTabLink
in class GenerateFormProcessor
WTException
public void getAppletLocaleParamString(Properties params, Locale locale, OutputStream os) throws WTException
WTException
public void getSecondaryContent(Properties parameters, Locale locale, OutputStream os) throws WTException, PropertyVetoException, InvocationTargetException, IllegalAccessException
parameters
- locale
- os
-
WTException
PropertyVetoException
InvocationTargetException
IllegalAccessException
public void getAttachFileLink(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- locale
- os
-
WTException
public void getDocumentIcon(Properties parameters, Locale locale, OutputStream os) throws WTException, PropertyVetoException, InvocationTargetException, IllegalAccessException
parameters
- locale
- os
-
WTException
PropertyVetoException
InvocationTargetException
IllegalAccessException
public void getUrlIcon(Properties parameters, Locale locale, OutputStream os) throws WTException, PropertyVetoException, InvocationTargetException, IllegalAccessException
parameters
- locale
- os
-
WTException
PropertyVetoException
InvocationTargetException
IllegalAccessException
private String textElement(String sPath)
private String getOIDString(ContentItem contentitem)
private static String displayIcon(ContentItem contentitem) throws WTException, PropertyVetoException, InvocationTargetException, IllegalAccessException
WTException
PropertyVetoException
InvocationTargetException
IllegalAccessException
public void getContextClassName(Properties parameters, Locale locale, OutputStream os)
public void getMessageURL(Properties parameters, Locale locale, OutputStream os)
getMessageURL
in class GenerateFormProcessor
private String getDocumentIdentity(FormatContentHolder document, Locale locale)
public void getDefaultPath(Properties params, Locale locale, OutputStream os) throws WTException, PropertyVetoException
getDefaultPath
in class GenerateFormProcessor
WTException
PropertyVetoException
public void getPreferenceValue(Properties params, Locale locale, OutputStream os) throws WTException, PropertyVetoException
getPreferenceValue
in class GenerateFormProcessor
WTException
PropertyVetoException
public void getDelim(Properties params, Locale locale, OutputStream os)
getDelim
in class GenerateFormProcessor
public void getRecordDelim(Properties params, Locale locale, OutputStream os)
public void getDebug(Properties params, Locale locale, OutputStream os)
protected Class getClassParameter(String parameterName, Properties parameters, boolean required) throws WTException
DefaultChangeTaskProcessor
getClassParameter
in class DefaultChangeTaskProcessor
parameterName
- parameters
- required
-
WTException
protected String getStringParameter(String parameterName, Properties parameters, boolean required) throws WTException
DefaultChangeTaskProcessor
getStringParameter
in class DefaultChangeTaskProcessor
parameterName
- parameters
- required
-
WTException
protected String getResourceKeyParameter(String parameterName, Properties parameters, boolean required, Class resourceClass) throws WTException
DefaultChangeTaskProcessor
getResourceKeyParameter
in class DefaultChangeTaskProcessor
parameterName
- parameters
- required
- resourceClass
-
WTException
protected String getImageWithLocalizedAlt(Properties parameters, Locale locale, Class resourceClass) throws WTException
getImageWithLocalizedAlt
in class DefaultChangeTaskProcessor
WTException
protected String getImage(String imgSrc, String align, String alt, String border)
DefaultChangeTaskProcessor
getImage
in class DefaultChangeTaskProcessor
imgSrc
- align
- alt
- border
-
public void getGenericProcessorURL(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void getDnDAppletTags(Properties parameters, Locale locale, OutputStream os)
getDnDAppletTags
in class GenerateFormProcessor
public String getFileBrowseTags(Properties parameters, Locale locale, OutputStream os, boolean useApplet) throws WTException, PropertyVetoException, IOException
WTException
PropertyVetoException
IOException
public void getSecondaryFileBrowseTags(Properties parameters, Locale locale, OutputStream os) throws WTException, PropertyVetoException, IOException
WTException
PropertyVetoException
IOException
private String stripCommentsDelimiter(String origComments)
private String stripCommentsDelimiter(String origComments, String delimiter)
public void contextualValue(Properties parameters, Locale locale, OutputStream os) throws WTException, InvocationTargetException, IllegalAccessException, ClassNotFoundException, InstantiationException
GenerateFormProcessor
contextualValue
in class ChangeManagementFormProcessor
WTException
InvocationTargetException
IllegalAccessException
ClassNotFoundException
InstantiationException
public String escapeSymbol(String s)
escapeSymbol
in class ChangeManagementFormProcessor
public void chooseOrganization(Properties parameters, Locale locale, OutputStream os)
public void orgChooser(Properties parameters, Locale locale, OutputStream os) throws WTException, WTPropertyVetoException
WTException
WTPropertyVetoException
public void orgDependentField(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
private String disabledField(String propertyName, String propertyValue, Properties parameters, Locale locale) throws WTException
WTException
private String textField(String propertyName, String propertyValue, Properties parameters, Locale locale) throws WTException
WTException
private String[][] getOrganizationSelections(String propertyName) throws WTException
WTException
private void writeOrgs(String[][] orgs)
public void getEnabledValue(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void getTemplateInput(Properties parameters, Locale locale, OutputStream os) throws WTException
parameters
- Input data.locale
- Locale of the client.os
- Where to send the output.
WTException
public void getCallingAction(Properties params, Locale locale, OutputStream os) throws WTException
WTException
public void getAppletAttachments(Properties props, Locale locale, OutputStream os) throws WTException
WTException
private static String[] parseIntoArray(String parseFrom, String delimiter, int arraySize)
public void getDownloadRoutingURL(Properties params, Locale locale, OutputStream os) throws WTException, PropertyVetoException
WTException
PropertyVetoException
public void getCheckInFailureLink(Properties params, Locale locale, OutputStream os) throws WTException
WTException
public void templateContextualValue(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public void enumeratedTypeMenuTemplateDefault(Properties parameters, Locale locale, OutputStream os) throws WTException, InvocationTargetException, IllegalAccessException, ClassNotFoundException, InstantiationException
WTException
InvocationTargetException
IllegalAccessException
ClassNotFoundException
InstantiationException
public void listLcsTemplateDefault(Properties parameters, Locale locale, OutputStream os) throws WTException, InvocationTargetException, IllegalAccessException, ClassNotFoundException, InstantiationException
WTException
InvocationTargetException
IllegalAccessException
ClassNotFoundException
InstantiationException
public void listTeamsTemplateDefault(Properties parameters, Locale locale, OutputStream os) throws WTException, InvocationTargetException, IllegalAccessException, ClassNotFoundException, InstantiationException
WTException
InvocationTargetException
IllegalAccessException
ClassNotFoundException
InstantiationException
private Templateable getLatestVersionIteration(Templateable obj) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |