Interface ServletContainerContext.Registration

Enclosing interface:
ServletContainerContext

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

    Modifier and Type
    Method
    Description
    void
    Cancel the registration against the servlet container.
    boolean
    Registers a web application.
    boolean
    unregisterWebApp(String contextPath)
    Unregister a web application.