public abstract class InitializableWebObject extends Object
| Constructor and Description |
|---|
InitializableWebObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(WebContext context)
Initialize the object.
|
protected abstract void |
internalInit(WebContext context)
Internal initialization of the object.
|
void |
reinit(WebContext context)
Force (again) the initialization of the object.
|
public void init(WebContext context)
context - the web contextpublic void reinit(WebContext context)
context - the web contextprotected abstract void internalInit(WebContext context)
context - the web contextCopyright © 2018. All rights reserved.