public static class RendererHints.NamedActionWithUrl<T> extends RendererHints.Hint<T> implements RendererHints.NamedAction
| Constructor and Description |
|---|
NamedActionWithUrl(java.lang.String actionName) |
NamedActionWithUrl(java.lang.String actionName,
<any> postProcessing) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getActionName() |
java.lang.String |
getUrlFromValue(T v)
this is the method invoked by web console SensorSummary, at the moment
|
int |
hashCode() |
public NamedActionWithUrl(java.lang.String actionName)
public NamedActionWithUrl(java.lang.String actionName,
<any> postProcessing)
public java.lang.String getActionName()
getActionName in interface RendererHints.NamedActionpublic java.lang.String getUrlFromValue(T v)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object