Class SimpleDisplayServlet
java.lang.Object
com.atlassian.confluence.servlet.simpledisplay.SimpleDisplayServlet
- All Implemented Interfaces:
ServletManager
This servlet uses the
PathConverterManager
to convert the incoming (friendly) url into a url that maps to an
struts action. Its wrapped by spring so its auto wired.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.atlassian.config.bootstrap.AtlassianBootstrapManager
void
service
(SpringManagedServlet springManagedServlet, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) void
servletDestroyed
(SpringManagedServlet springManagedServlet) void
servletInitialised
(SpringManagedServlet springManagedServlet, javax.servlet.ServletConfig servletConfig) void
setPathConverterManager
(PathConverterManager pathConverterManager) static String
stripSlashes
(String path)
-
Field Details
-
HOMEPAGE_PATH
- See Also:
-
-
Constructor Details
-
SimpleDisplayServlet
public SimpleDisplayServlet()
-
-
Method Details
-
servletDestroyed
- Specified by:
servletDestroyed
in interfaceServletManager
-
servletInitialised
public void servletInitialised(SpringManagedServlet springManagedServlet, javax.servlet.ServletConfig servletConfig) throws javax.servlet.ServletException - Specified by:
servletInitialised
in interfaceServletManager
- Throws:
javax.servlet.ServletException
-
service
public void service(SpringManagedServlet springManagedServlet, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws javax.servlet.ServletException, IOException - Specified by:
service
in interfaceServletManager
- Throws:
javax.servlet.ServletException
IOException
-
stripSlashes
- Returns:
- the path with any leading or trailing slashes stripped. If path is null returns an empty string.
-
getPathConverterManager
-
setPathConverterManager
-
getBootstrapManager
protected com.atlassian.config.bootstrap.AtlassianBootstrapManager getBootstrapManager()
-