wt.epm.util
Class EPMContentHelper
java.lang.Object
wt.epm.util.EPMContentHelper
- public class EPMContentHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPEN_TAG
private static final String OPEN_TAG
- See Also:
- Constant Field Values
CLOSE_TAG
private static final String CLOSE_TAG
- See Also:
- Constant Field Values
NUMBER
public static final String NUMBER
- See Also:
- Constant Field Values
NAME
public static final String NAME
- See Also:
- Constant Field Values
CAD_NAME
public static final String CAD_NAME
- See Also:
- Constant Field Values
CAD_NAME_NO_EXT
public static final String CAD_NAME_NO_EXT
- See Also:
- Constant Field Values
EPMContentHelper
public EPMContentHelper()
getContentName
public static String getContentName(EPMDocument doc,
ContentItem item)
throws WTException
- Throws:
WTException
getName
private static String getName(EPMDocument doc,
ContentItem item)
removeExtension
private static String removeExtension(String name)