Uses of Class
org.shredzone.commons.view.exception.ViewException
-
Packages that use ViewException Package Description org.shredzone.commons.view org.shredzone.commons.view.exception org.shredzone.commons.view.impl org.shredzone.commons.view.manager -
-
Uses of ViewException in org.shredzone.commons.view
Methods in org.shredzone.commons.view that throw ViewException Modifier and Type Method Description voidViewService. handleRequest(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Handles a HTTP request.StringViewService. invokeView(String path)Analyzes the given path, and invokes a view handler for processing the request. -
Uses of ViewException in org.shredzone.commons.view.exception
Subclasses of ViewException in org.shredzone.commons.view.exception Modifier and Type Class Description classErrorResponseExceptionThis exception is thrown when a generic HTTP error happened.classPageNotFoundExceptionThis exception is thrown when an error happened because there is no view defined for the requested URL.classViewContextExceptionThis exception is thrown when an error happened becauseViewContextwas unable to return the requested data. -
Uses of ViewException in org.shredzone.commons.view.impl
Methods in org.shredzone.commons.view.impl that throw ViewException Modifier and Type Method Description voidViewServiceImpl. handleRequest(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)StringViewServiceImpl. invokeView(String path) -
Uses of ViewException in org.shredzone.commons.view.manager
Methods in org.shredzone.commons.view.manager that throw ViewException Modifier and Type Method Description StringViewInvoker. invoke(ViewContext context)Invokes the view handler.
-