com.googlecode.fascinator.portal.services
Class NullURLEncoderImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullURLEncoderImpl
public NullURLEncoderImpl()
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-2013. All Rights Reserved.