|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.cofax.Redirection
Cofax's top level redirection class. Cofax compatible handlers for data store implement this API.
One example of such a handler is SqlRedirection
.
Redirection
classes are listed in the configuration and loaded dynamically.
Constructor Summary | |
Redirection()
|
Method Summary | |
abstract java.lang.String |
getRedirection(java.lang.String pathInfo)
Get's a redirection URL and returns it to the servlet. |
abstract void |
init(DataStore db,
java.lang.String dataStoreName)
To be ran once before using the redirection class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Redirection()
Method Detail |
public abstract void init(DataStore db, java.lang.String dataStoreName)
public abstract java.lang.String getRedirection(java.lang.String pathInfo)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |