rewrite-api-servlet 2.0.0.Beta3

org.ocpsoft.rewrite.servlet.util
Class Metadata

java.lang.Object
  extended by org.ocpsoft.rewrite.servlet.util.Metadata

Deprecated. Use AddressBuilder instead. May be removed in subsequent releases.

@Deprecated
public class Metadata
extends Object

Author:
Lincoln Baxter, III

Constructor Summary
Metadata()
          Deprecated.  
 
Method Summary
 String buildURLFromSegments(List<String> segments)
          Deprecated.  
 Metadata copy()
          Deprecated. Return a copy of this Metadata
 String getEncoding()
          Deprecated.  
 boolean hasLeadingSlash()
          Deprecated.  
 boolean hasTrailingSlash()
          Deprecated.  
 void setEncoding(String encoding)
          Deprecated.  
 void setLeadingSlash(boolean leadingSlash)
          Deprecated.  
 void setTrailingSlash(boolean trailingSlash)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Metadata

public Metadata()
Deprecated. 
Method Detail

copy

public Metadata copy()
Deprecated. 
Return a copy of this Metadata


buildURLFromSegments

public String buildURLFromSegments(List<String> segments)
Deprecated. 

getEncoding

public String getEncoding()
Deprecated. 

setEncoding

public void setEncoding(String encoding)
Deprecated. 

hasTrailingSlash

public boolean hasTrailingSlash()
Deprecated. 

setTrailingSlash

public void setTrailingSlash(boolean trailingSlash)
Deprecated. 

hasLeadingSlash

public boolean hasLeadingSlash()
Deprecated. 

setLeadingSlash

public void setLeadingSlash(boolean leadingSlash)
Deprecated. 

rewrite-api-servlet 2.0.0.Beta3

Copyright © 2013 OCPsoft. All Rights Reserved.