public abstract class ResolvableBean extends Object implements Resolvable, 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.
|
Object |
get(String key)
Get the property named by key or null if the property does not exist or
is not set.
|
Object |
getProperty(String key)
Get the property named by key or null if the property does not exist or
is not set.
|
public Object getProperty(String key)
Resolvable
Resolvable.get(String)
.getProperty
in interface Resolvable
key
- key of the propertypublic Object get(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 © 2015 Gentics Software GmbH. All Rights Reserved.