wt.templateutil.components
Class ActionLinkComponent
java.lang.Object
wt.templateutil.components.HTMLComponent
wt.templateutil.components.HTMLLinkComponent
wt.templateutil.components.ActionLinkComponent
- All Implemented Interfaces:
- Serializable
- public class ActionLinkComponent
- extends HTMLLinkComponent
- implements Serializable
Supported API: true
Extendable: false
- See Also:
- Serialized Form
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 |
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.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 |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
action
private String action
ActionLinkComponent
public ActionLinkComponent(String action)
- Deprecated.
Supported API: true
- Parameters:
action
-
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)