|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.replication.unit.htmlGeneration.ViewLogActionDelegate
wt.replication.unit.htmlGeneration.ViewLogURLActionDelegate
Supported API: false
Extendable: false
Field Summary | |
private String |
actionName
|
private static String |
CLASSNAME
|
private String |
classURL
|
static long |
EXTERNALIZATION_VERSION_UID
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Fields inherited from class wt.replication.unit.htmlGeneration.ViewLogActionDelegate |
CONTEXT_SERVICE_NAME |
Fields inherited from interface wt.enterprise.URLActionDelegate |
ACTION_NAME, CLASS_URL |
Constructor Summary | |
ViewLogURLActionDelegate()
|
Method Summary | |
private void |
actionNameValidate(String a_ActionName)
|
private void |
classURLValidate(String a_ClassURL)
|
String |
getActionName()
Gets the value of the attribute: actionName. |
String |
getClassURL()
Gets the value of the attribute: classURL. |
String |
getURLLabel(Locale locale)
Returns a localized label for a URL for the actions. |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(ViewLogURLActionDelegate thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setActionName(String a_ActionName)
Sets the value of the attribute: actionName. |
void |
setClassURL(String a_ClassURL)
Sets the value of the attribute: classURL. |
String |
URL(Object object)
Returns a URL which when selected will perform the action on the object. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class wt.replication.unit.htmlGeneration.ViewLogActionDelegate |
enableable, getContextServiceName, readVersion, setContextServiceName, valid |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String actionName
private String classURL
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public ViewLogURLActionDelegate()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class ViewLogActionDelegate
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class ViewLogActionDelegate
input
-
IOException
ClassNotFoundException
protected boolean readVersion(ViewLogURLActionDelegate thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public String getActionName()
getActionName
in interface URLActionDelegate
public void setActionName(String a_ActionName) throws WTPropertyVetoException
setActionName
in interface URLActionDelegate
a_ActionName
-
WTPropertyVetoException
private void actionNameValidate(String a_ActionName) throws WTPropertyVetoException
a_ActionName
-
WTPropertyVetoException
public String getClassURL()
getClassURL
in interface URLActionDelegate
public void setClassURL(String a_ClassURL) throws WTPropertyVetoException
setClassURL
in interface URLActionDelegate
a_ClassURL
-
WTPropertyVetoException
private void classURLValidate(String a_ClassURL) throws WTPropertyVetoException
a_ClassURL
-
WTPropertyVetoException
public String URL(Object object) throws WTException
URL
in interface URLActionDelegate
object
-
WTException
public String getURLLabel(Locale locale)
getURLLabel
in interface URLActionDelegate
locale
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |