wt.templateutil.processor
Class ObjectPropsNavBarURLActionDelegate

java.lang.Object
  extended bywt.templateutil.processor.DefaultNavBarActionDelegate
      extended bywt.templateutil.processor.DefaultNavBarURLActionDelegate
          extended bywt.templateutil.processor.ObjectPropsNavBarURLActionDelegate
All Implemented Interfaces:
ActionDelegate, NavBarActionDelegate, NavBarURLActionDelegate, URLActionDelegate
Direct Known Subclasses:
ActionNavBarURLActionDelegate, EPMDocumentMasterURLActionDelegate, HistoryURLActionDelegate, PDMLinkOnlyNavBarCADDocURLActionDelegate

public class ObjectPropsNavBarURLActionDelegate
extends DefaultNavBarURLActionDelegate

A generic implementation of the URLActionDelegate that can be used for any page that does not need special processing to determine the url. It uses the method, actionName and the given object to construct the url.

Supported API: true

Extendable: false


Field Summary
private static String CLASSNAME
          Deprecated.  
private static String RESOURCE
          Deprecated.  
 
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
ObjectPropsNavBarURLActionDelegate()
          Deprecated. Initializes by calling super and setting the OidAdded flag to true
 
Methods inherited from class wt.templateutil.processor.DefaultNavBarURLActionDelegate
getActionName, getClassURL, getState, getURLLabel, isURLProvider, setActionName, setClassURL, setMethod, setResourceBundleStr, setResourceKey, setState, URL
 
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
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 
Constructor Detail

ObjectPropsNavBarURLActionDelegate

public ObjectPropsNavBarURLActionDelegate()
Deprecated. 
Initializes by calling super and setting the OidAdded flag to true