|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tuckey.web.filters.urlrewrite.extend.RewriteRule
public class RewriteRule
A RewriteRule is basically the class that will figure out the answer to "Can we service this http request?". If we can we return a match object that will actually service the request.
| Constructor Summary | |
|---|---|
RewriteRule()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Prepare to be shut down. |
boolean |
initialise(javax.servlet.ServletContext servletContext)
Initialise the rule. |
RewriteMatch |
matches(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Can we match the current request? null means no. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RewriteRule()
| Method Detail |
|---|
public boolean initialise(javax.servlet.ServletContext servletContext)
public void destroy()
public RewriteMatch matches(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
request - response -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||