|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.espirit.firstspirit.module.AbstractWebApp
public abstract class AbstractWebApp
FIRSTspirit web application interface.
| Constructor Summary | |
|---|---|
AbstractWebApp()
|
|
| Method Summary | |
|---|---|
void |
createWar()
Event method: called just before a war file would be created. |
void |
init(WebAppDescriptor descriptor,
WebEnvironment env)
Initializes this component with the given descriptor and environment. |
void |
installed()
Event method: called if Component was successfully installed (not updated!) |
void |
uninstalling()
Event method: called if Component was in uninstalling procedure |
void |
updated(String oldVersionString)
Event method: called if Component was completely updated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractWebApp()
| Method Detail |
|---|
public void init(WebAppDescriptor descriptor,
WebEnvironment env)
Componentdescriptor and environment.
No other method will be called before the component is initialized!
init in interface Component<WebAppDescriptor,WebEnvironment>init in interface WebAppdescriptor - useful descriptor information for this component.env - useful environment information for this component.public void installed()
Component
installed in interface Component<WebAppDescriptor,WebEnvironment>public void uninstalling()
Component
uninstalling in interface Component<WebAppDescriptor,WebEnvironment>public void updated(String oldVersionString)
Component
updated in interface Component<WebAppDescriptor,WebEnvironment>oldVersionString - old version, before component was updatedpublic void createWar()
WebApp
createWar in interface WebApp
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||