public abstract class ResolvableBean extends java.lang.Object implements Resolvable, java.io.Serializable
ChangeableBean
Constructor and Description |
---|
ResolvableBean() |
Modifier and Type | Method and Description |
---|---|
boolean |
canResolve()
Check whether the resolvable is capable of resolving properties right
now.
|
java.lang.Object |
get(java.lang.String key)
Get the property named by key or null if the property does not exist or
is not set.
|
java.lang.Object |
getProperty(java.lang.String key)
Get the property named by key or null if the property does not exist or
is not set.
|
public java.lang.Object getProperty(java.lang.String key)
Resolvable
Resolvable.get(String)
.getProperty
in interface Resolvable
key
- key of the propertypublic java.lang.Object get(java.lang.String key)
Resolvable
get
in interface Resolvable
key
- key of the propertypublic boolean canResolve()
Resolvable
Resolvable.getProperty(String)
or Resolvable.get(String)
will return null.canResolve
in interface Resolvable
Copyright © 2022 Gentics Software. All Rights Reserved.