wt.templateutil.components
Class ActionLinkComponent

java.lang.Object
  extended bywt.templateutil.components.HTMLComponent
      extended bywt.templateutil.components.HTMLLinkComponent
          extended bywt.templateutil.components.ActionLinkComponent
All Implemented Interfaces:
Serializable

public class ActionLinkComponent
extends HTMLLinkComponent
implements Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
private  String action
           
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.templateutil.components.HTMLLinkComponent
A_HREF, A_ID, A_NAME, A_TARGET, HREF, ID, NAME, TAG, TARGET
 
Fields inherited from class wt.templateutil.components.HTMLComponent
CLASS, COMPONENT_ID, COMPONENT_ID_SEPARATOR, CREATE, DEFAULT_SERVICE_NAME, DEFAULTS_ONLY, EMPTY_STRING, ID_US_ENGLISH_LOCALE, NULLVALUE, PRINT_TAG_ATTR, SERVICENAME, UPDATE, VERBOSE, VIEW
 
Constructor Summary
ActionLinkComponent(String action)
          Deprecated.  
 
Method Summary
private  void actionValidate(String a_Action)
           
 String getAction()
          Gets the value of the attribute: action.
 String getApplicationDataLink(ApplicationData source, ContentHolder contentHolder, OutputStream os, Locale locale)
           
private  Object getCentralObject(Object obj)
           
 String getObjectLink(Object obj, OutputStream os, Locale locale)
           
 String getURLDataLink(URLData urlData, OutputStream os, Locale locale)
           
 void setAction(String a_Action)
          Sets the value of the attribute: action.
 String startComponent(Object value, Properties formData, OutputStream os, Locale locale)
          Deprecated.  
 
Methods inherited from class wt.templateutil.components.HTMLLinkComponent
getTag, init, setTagListArray
 
Methods inherited from class wt.templateutil.components.HTMLComponent
appendID, appendID, appendToID, appendToID, createIDForComponent, endComponent, getHtmlComponents, getID, getIdProp, getName, getOID, getPrintWriter, getRealValue, getServiceName, getState, getTagID, getTagIDKey, getTagList, getTagSettings, getURLFactory, insertID, insertID, isInheritStyle, isPrintTagAttributes, isUseDefaultsOnly, main, putTagID, putTagID, removeID, removeTagID, setHtmlComponents, setID, setInheritStyle, setName, setPrintTagAttributes, setServiceName, setState, setTag, setTagList, setTagListDefaults, setTagSettings, setTagValue, setUseDefaultsOnly, show, showSubComponents
 
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

action

private String action
Constructor Detail

ActionLinkComponent

public ActionLinkComponent(String action)
Deprecated.  



Supported API: true

Parameters:
action -
Method Detail

getAction

public String getAction()
Gets the value of the attribute: action.

Supported API: false

Returns:
String

setAction

public void setAction(String a_Action)
               throws WTPropertyVetoException
Sets the value of the attribute: action.

Supported API: false

Parameters:
a_Action -
Throws:
WTPropertyVetoException

actionValidate

private void actionValidate(String a_Action)
                     throws WTPropertyVetoException
Parameters:
a_Action -
Throws:
WTPropertyVetoException

startComponent

public String startComponent(Object value,
                             Properties formData,
                             OutputStream os,
                             Locale locale)
Deprecated.  



Supported API: true

Overrides:
startComponent in class HTMLComponent
Parameters:
value -
formData -
os -
locale -
Returns:
String

getObjectLink

public String getObjectLink(Object obj,
                            OutputStream os,
                            Locale locale)

getApplicationDataLink

public String getApplicationDataLink(ApplicationData source,
                                     ContentHolder contentHolder,
                                     OutputStream os,
                                     Locale locale)

getURLDataLink

public String getURLDataLink(URLData urlData,
                             OutputStream os,
                             Locale locale)

getCentralObject

private Object getCentralObject(Object obj)