org.overlord.sramp.governance
Class SlashDecoder

java.lang.Object
  extended by org.overlord.sramp.governance.SlashDecoder

public class SlashDecoder
extends Object


Constructor Summary
SlashDecoder()
           
 
Method Summary
static String decode(String param)
          Replacing all *2F by a forward slash '/'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlashDecoder

public SlashDecoder()
Method Detail

decode

public static String decode(String param)
                     throws UnsupportedEncodingException
Replacing all *2F by a forward slash '/'.

Parameters:
param -
Returns:
Throws:
UnsupportedEncodingException


Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.