|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.templateutil.processor.OldHelpDirectoryGenerator
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. Generates relative directories based on the Windchill R4.0 convention for localizing the path to an HTML Online Help page. This convention is the following :
Given the locale neutral base path,
/wt/helpfiles/help/Search/
the localization is performed on the last subdirectory. For example, if the locale is _en_US, then the localized directory would be
/wt/helpfiles/help/Search_en_US/
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
Deprecated. |
private static String |
RESOURCE
Deprecated. |
Constructor Summary | |
OldHelpDirectoryGenerator()
Deprecated. |
Method Summary | |
String |
getCandidateDirectory(String localeString,
String relativeFilePath)
Deprecated. |
String |
getCandidateRelativePath(String localeString,
String relativeFilePath)
Deprecated. |
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
Constructor Detail |
public OldHelpDirectoryGenerator()
Method Detail |
public String getCandidateDirectory(String localeString, String relativeFilePath)
getCandidateDirectory
in interface HelpDirectoryGenerator
localeString
- relativeFilePath
-
public String getCandidateRelativePath(String localeString, String relativeFilePath)
getCandidateRelativePath
in interface HelpDirectoryGenerator
localeString
- relativeFilePath
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |