Class WebMarkupContainer

    • Method Detail

      • getWebPage

        public final WebPage getWebPage()
        A convenience method to return the WebPage. Same as getPage().
        Returns:
        WebPage
      • getWebRequest

        public final org.apache.wicket.request.http.WebRequest getWebRequest()
        A convenience method to return the current WebRequest. Same as Component.getRequest().
        Returns:
        the current WebRequest
      • getWebResponse

        public final org.apache.wicket.request.http.WebResponse getWebResponse()
        A convenience method to return the current WebResponse. Same as Component.getResponse().
        Returns:
        the current WebResponse
      • getWebSession

        public final WebSession getWebSession()
        A convenience method to return the WebSession. Same as Component.getSession() .
        Returns:
        the current WebSession
      • getWebApplication

        public final WebApplication getWebApplication()
        A convenience method to return the WebApplication. Same as WebApplication.get().
        Returns:
        the current WebApplication