Interface ConfluenceSitemeshDecorator.ErrorHandlingStrategy
-
- Enclosing class:
- ConfluenceSitemeshDecorator
protected static interface ConfluenceSitemeshDecorator.ErrorHandlingStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleException(Exception e, javax.servlet.http.HttpServletResponse response)
-
-
-
Method Detail
-
handleException
void handleException(Exception e, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
- Throws:
javax.servlet.ServletException
IOException
-
-