public class RewritePath extends Object implements ResponseRewriterList
ResponseRewriterList.RewriteFlow| Modifier and Type | Field and Description |
|---|---|
protected String |
container |
protected ResponseRewriterList.RewriteFlow |
rewriteFlow |
| Constructor and Description |
|---|
RewritePath(String container,
ResponseRewriterList.RewriteFlow rewriteFlow) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
annotationType() |
String |
container() |
boolean |
equals(Object o) |
int |
hashCode() |
ResponseRewriterList.RewriteFlow |
rewriteFlow() |
String |
toString() |
protected final String container
protected final ResponseRewriterList.RewriteFlow rewriteFlow
public RewritePath(String container, ResponseRewriterList.RewriteFlow rewriteFlow)
public ResponseRewriterList.RewriteFlow rewriteFlow()
public String container()
public int hashCode()
hashCode in interface AnnotationhashCode in class Objectpublic boolean equals(Object o)
equals in interface Annotationequals in class Objectpublic String toString()
toString in interface AnnotationtoString in class Objectpublic Class<? extends Annotation> annotationType()
annotationType in interface AnnotationCopyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.