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