|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.rewrite.RewriteDispatch
public class RewriteDispatch
Configuration for a rewrite-dispatch
| Constructor Summary | |
|---|---|
RewriteDispatch(Server server)
|
|
RewriteDispatch(WebApp webApp)
|
|
| Method Summary | |
|---|---|
void |
addBuilderProgram(ConfigProgram program)
Adds to the builder program. |
void |
addDispatcherType(java.lang.String type)
Sets the dispatcher type: REQUEST, INCLUDE, FORWARD |
void |
clearCache()
|
WebApp |
getWebApp()
|
void |
init()
|
boolean |
isError()
Returns true for an error dispatcher |
boolean |
isForward()
Returns true for a forward dispatcher |
boolean |
isInclude()
Returns true for an include dispatcher |
boolean |
isRequest()
Returns true for a request dispatcher |
FilterChain |
map(java.lang.String uri,
java.lang.String queryString,
FilterChain next)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RewriteDispatch(Server server)
public RewriteDispatch(WebApp webApp)
| Method Detail |
|---|
public WebApp getWebApp()
public void addDispatcherType(java.lang.String type)
public boolean isRequest()
public boolean isInclude()
public boolean isForward()
public boolean isError()
public void addBuilderProgram(ConfigProgram program)
public void init()
public FilterChain map(java.lang.String uri,
java.lang.String queryString,
FilterChain next)
throws ServletException
ServletExceptionpublic void clearCache()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||