public interface Resolution
ForwardResolution| Modifier and Type | Method and Description |
|---|---|
void |
execute(HttpServletRequest request,
HttpServletResponse response)
Called by the Stripes dispatcher to invoke the Resolution.
|
void execute(HttpServletRequest request, HttpServletResponse response) throws Exception
request - the current HttpServletRequestresponse - the current HttpServletResponseException - exceptions of any type may be thrown if the Resolution cannot be
executed as intended© Copyright 2005-2006, Stripes Development Team.