com.ptc.windchill.cadx.common
Class PJLHomeNavBarURLActionDelegate

java.lang.Object
  extended bywt.templateutil.processor.DefaultNavBarActionDelegate
      extended bywt.templateutil.processor.DefaultNavBarURLActionDelegate
          extended bycom.ptc.windchill.cadx.common.PJLHomeNavBarURLActionDelegate
All Implemented Interfaces:
ActionDelegate, NavBarActionDelegate, NavBarURLActionDelegate, Serializable, URLActionDelegate

public class PJLHomeNavBarURLActionDelegate
extends DefaultNavBarURLActionDelegate
implements Serializable

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String CODEBASE
           
private static String PJL_HOME_URL
           
private static String RESOURCE
           
 
Fields inherited from class wt.templateutil.processor.DefaultNavBarURLActionDelegate
helper
 
Fields inherited from class wt.templateutil.processor.DefaultNavBarActionDelegate
CONTEXT_SERVICE_NAME
 
Fields inherited from interface wt.enterprise.URLActionDelegate
ACTION_NAME, CLASS_URL
 
Constructor Summary
PJLHomeNavBarURLActionDelegate()
           
 
Method Summary
 String URL(Object object)
          Returns a URL which when selected will perform the action on the object.
 
Methods inherited from class wt.templateutil.processor.DefaultNavBarURLActionDelegate
getActionName, getClassURL, getState, getURLLabel, isURLProvider, setActionName, setClassURL, setMethod, setResourceBundleStr, setResourceKey, setState
 
Methods inherited from class wt.templateutil.processor.DefaultNavBarActionDelegate
enableable, getContextServiceName, setContextServiceName, valid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

CODEBASE

private static String CODEBASE

PJL_HOME_URL

private static final String PJL_HOME_URL
See Also:
Constant Field Values
Constructor Detail

PJLHomeNavBarURLActionDelegate

public PJLHomeNavBarURLActionDelegate()
Method Detail

URL

public String URL(Object object)
           throws WTException
Description copied from class: DefaultNavBarURLActionDelegate
Returns a URL which when selected will perform the action on the object. This method should not be called when the concrete URLActionDelegate class is unknown. In that case, call BasicTemplateProcessor.getURLFromDelegate() instead.

Supported API: true

Specified by:
URL in interface URLActionDelegate
Overrides:
URL in class DefaultNavBarURLActionDelegate
Parameters:
object -
Returns:
String
Throws:
WTException