|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.templateutil.processor.NewHelpDirectoryGenerator
public class NewHelpDirectoryGenerator
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 R5.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 subdirectory help. For example, if the locale is _en_US, then the localized directory would be
/wt/helpfiles/help_en_US/Search/
Supported API: true
Extendable: false
| 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 |
| Method Detail |
|---|
public String getCandidateDirectory(String localeString,
String relativeFilePath)
getCandidateDirectory in interface HelpDirectoryGeneratorlocaleString - relativeFilePath -
public String getCandidateRelativePath(String localeString,
String relativeFilePath)
getCandidateRelativePath in interface HelpDirectoryGeneratorlocaleString - relativeFilePath -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||