|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectm.c.m.proxyma.plugins.transformers.AbstractTransformer
m.c.m.proxyma.plugins.transformers.HttpRedirectsRewriteTransformer
public class HttpRedirectsRewriteTransformer
This Transformer processes the redirect responses.
Its goal is to change the "redirected location" if there is any proxy-folder
that masquerades it.
NOTE: this software is released under GPL License. See the LICENSE of this distribution for more informations.
| Constructor Summary | |
|---|---|
HttpRedirectsRewriteTransformer(ProxymaContext context)
The default constructor for this class It prepares the context logger and the logger for the access-log. |
|
| Method Summary | |
|---|---|
java.lang.String |
getHtmlDescription()
Returns a short description of what the plugin does.. |
java.lang.String |
getName()
Returns the name of the plugin. |
void |
process(ProxymaResource aResource)
It scans the HTML page contained into the response searching for any URL. |
| Methods inherited from class m.c.m.proxyma.plugins.transformers.AbstractTransformer |
|---|
getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpRedirectsRewriteTransformer(ProxymaContext context)
| Method Detail |
|---|
public void process(ProxymaResource aResource)
throws java.lang.Exception
process in interface ResourceHandlerprocess in class AbstractTransformeraResource - any ProxymaResource
java.lang.Exceptionpublic java.lang.String getName()
getName in interface ResourceHandlergetName in class AbstractTransformerpublic java.lang.String getHtmlDescription()
getHtmlDescription in interface ResourceHandlergetHtmlDescription in class AbstractTransformer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||