wt.epm.util
Class EPMContentHelper

java.lang.Object
  extended bywt.epm.util.EPMContentHelper

public class EPMContentHelper
extends Object


Field Summary
static String CAD_NAME
           
static String CAD_NAME_NO_EXT
           
private static String CLOSE_TAG
           
static String NAME
           
static String NUMBER
           
private static String OPEN_TAG
           
 
Constructor Summary
EPMContentHelper()
           
 
Method Summary
static String getContentName(EPMDocument doc, ContentItem item)
           
private static String getName(EPMDocument doc, ContentItem item)
           
private static String removeExtension(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

EPMContentHelper

public EPMContentHelper()
Method Detail

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)