public class TemporaryElementSupportUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static TemporaryElementSupportUtil |
INSTANCE
Static instance object - protected so that subclasses could overwrite the default
with a different implementation.
|
| Constructor and Description |
|---|
TemporaryElementSupportUtil() |
| Modifier and Type | Method and Description |
|---|---|
TemporaryElementSupport |
findTemporaryElementSupport(ExecutionContext context)
Finds a TemporaryElementSupport object.
|
static TemporaryElementSupportUtil |
getInstance()
Get the util instance.
|
protected static TemporaryElementSupportUtil INSTANCE
public static TemporaryElementSupportUtil getInstance()
public TemporaryElementSupport findTemporaryElementSupport(ExecutionContext context)
context - the ExecutionContext to search throughCopyright © 2013. All Rights Reserved.