Interface WebResourceManager
public interface WebResourceManager
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddServlet(String servletName, Class<? extends javax.servlet.http.HttpServlet> servletClass) Class<? extends org.apache.wicket.markup.html.WebPage>Class<? extends org.apache.wicket.markup.html.WebPage>intintorg.apache.wicket.request.resource.PackageResourceReferenceReturns the resource reference for the jquery-ui css referencejavax.servlet.ServletContextReturns the ServletContext that is associated with this context.Optional<javax.servlet.http.HttpServletRequest>Class<? extends org.apache.wicket.markup.html.WebPage>org.apache.wicket.protocol.http.WebApplicationGet the WebApplication (root of Wicket) for the gateway.booleanvoidremoveServlet(String servletNname) voidsetResponseConfigPanel(ConfigPanel responsePanel) 
- 
Method Details- 
getHttpPortint getHttpPort()
- 
getHttpsPortint getHttpsPort()
- 
isForceSecureRedirectboolean isForceSecureRedirect()
- 
getServletContextjavax.servlet.ServletContext getServletContext()Returns the ServletContext that is associated with this context.
- 
getHomePageClass<? extends org.apache.wicket.markup.html.WebPage> getHomePage()
- 
getStatusPageClass<? extends org.apache.wicket.markup.html.WebPage> getStatusPage()
- 
getConfigurePageClass<? extends org.apache.wicket.markup.html.WebPage> getConfigurePage()
- 
getWebApplicationorg.apache.wicket.protocol.http.WebApplication getWebApplication()Get the WebApplication (root of Wicket) for the gateway.
- 
addServlet
- 
removeServlet
- 
setResponseConfigPanel
- 
getJQueryUiCssReferenceorg.apache.wicket.request.resource.PackageResourceReference getJQueryUiCssReference()Returns the resource reference for the jquery-ui css reference
- 
getServletRequestOptional<javax.servlet.http.HttpServletRequest> getServletRequest()- Returns:
- an Optionalcontaining theHttpServletRequestassociated with the current thread, or an empty Optional if no such HttpServletRequest is associated with the current thread
 
 
-