org.tuckey.web.filters.urlrewrite
Class RewrittenOutboundUrl
java.lang.Object
org.tuckey.web.filters.urlrewrite.RewrittenOutboundUrl
public class RewrittenOutboundUrl
- extends Object
Holds information about the rewritten outbound url.
- Version:
- $Revision: 1 $ $Date: 2006-08-01 21:40:28 +1200 (Tue, 01 Aug 2006) $
- Author:
- Paul Tuckey
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RewrittenOutboundUrl
public RewrittenOutboundUrl(String target,
boolean encode)
- Holds information about the rewritten outbound url.
- Parameters:
target - the url to rewrite to
getTarget
public String getTarget()
- Gets the target url
- Returns:
- the target
setEncode
public void setEncode(boolean b)
isEncode
public boolean isEncode()
setTarget
public void setTarget(String s)
Copyright © 2001-2012 Paul Tuckey. All Rights Reserved.