|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tuckey.web.filters.urlrewrite.extend.RewriteMatch
public class RewriteMatch
Service the request with a clean object. Perform any business logic data retrival etc then prepare an object for presentation of the data.
Constructor Summary | |
---|---|
RewriteMatch()
|
Method Summary | |
---|---|
boolean |
execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
If this rule has been matched and has not been "stolen" by another rule then process the request. |
java.lang.String |
getMatchingUrl()
When future rules are processed they need to have a URL to compare against. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RewriteMatch()
Method Detail |
---|
public java.lang.String getMatchingUrl()
public boolean execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
javax.servlet.ServletException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |