public class TMLOption
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SCOPE_GLOBAL |
static java.lang.String |
SCOPE_LOCAL |
static java.lang.String |
SCOPE_PORTLET |
| Constructor and Description |
|---|
TMLOption(java.lang.String name,
java.lang.Object value,
java.lang.String scope) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.String |
getScope() |
java.lang.Object |
getValue() |
boolean |
isLocalScope() |
boolean |
isPortletScope() |
public static final java.lang.String SCOPE_LOCAL
public static final java.lang.String SCOPE_GLOBAL
public static final java.lang.String SCOPE_PORTLET