|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface ServletContainerContext.Registration
The callback interface that a servlet container context can obtain from its registration against
the org.jboss.portal.web.ServletContainer singleton.
| Method Summary | |
|---|---|
void |
cancel()
Cancel the registration against the servlet container. |
boolean |
registerWebApp(WebAppContext webAppContext)
Registers a web application. |
boolean |
unregisterWebApp(java.lang.String contextPath)
Unregister a web application. |
| Method Detail |
|---|
boolean registerWebApp(WebAppContext webAppContext)
throws java.lang.IllegalStateException,
java.lang.IllegalArgumentException
webAppContext - the web application context
java.lang.IllegalArgumentException - if the argument is null
java.lang.IllegalStateException - if the registration is cancelled
boolean unregisterWebApp(java.lang.String contextPath)
throws java.lang.IllegalStateException,
java.lang.IllegalArgumentException
contextPath - the web application id
java.lang.IllegalArgumentException - if the argument is null
java.lang.IllegalStateException - if the registration is cancelled
void cancel()
throws java.lang.IllegalStateException
java.lang.IllegalStateException - if the registration is cancelled
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||