com.googlecode.fascinator.portal.services
Class NullURLEncoderImpl

java.lang.Object
  extended by com.googlecode.fascinator.portal.services.NullURLEncoderImpl
All Implemented Interfaces:
org.apache.tapestry5.services.URLEncoder

public class NullURLEncoderImpl
extends Object
implements org.apache.tapestry5.services.URLEncoder

URLEncoder that basically does nothing since encoding is handled elsewhere

Author:
Oliver Lucido

Constructor Summary
NullURLEncoderImpl()
           
 
Method Summary
 String decode(String input)
           
 String encode(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullURLEncoderImpl

public NullURLEncoderImpl()
Method Detail

decode

public String decode(String input)
Specified by:
decode in interface org.apache.tapestry5.services.URLEncoder

encode

public String encode(String input)
Specified by:
encode in interface org.apache.tapestry5.services.URLEncoder


Copyright © 2009-2012. All Rights Reserved.