Package com.enonic.xp.web.servlet
Class UriRewritingResult
- java.lang.Object
-
- com.enonic.xp.web.servlet.UriRewritingResult
-
public final class UriRewritingResult extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UriRewritingResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UriRewritingResult.Builder
create()
String
getDeletedUriPrefix()
String
getNewUriPrefix()
String
getRewrittenUri()
boolean
isOutOfScope()
-
-
-
Method Detail
-
getRewrittenUri
public String getRewrittenUri()
-
getDeletedUriPrefix
public String getDeletedUriPrefix()
-
getNewUriPrefix
public String getNewUriPrefix()
-
isOutOfScope
public boolean isOutOfScope()
-
create
public static UriRewritingResult.Builder create()
-
-