Content
FramesNo Frames

Page Tree

  • ${ao:getLastModified()}
  • Functions
  • Taglib Reference (Legacy)
  • AO Taglib
  • Web Development
  • AO OSS
  • ${ao:addLastModified()}
  • ${ao:encodeURIComponent()}
  • ${ao:encodeURI()}
  • ${ao:decodeURI()}
  • ${ao:encodeURL()}
  • ${ao:getAbsolutePath()}
  • ${ao:getAbsoluteURL()}
  • ${ao:getDecimalTimeLength()}
  • ${ao:getProjectVersion()}
  • ${ao:isForwarded()}
  • ${ao:isRtl()}
  • ${ao:join()}
  • ${ao:message()}
  • ${ao:wordWrap()}
  • ${ao:ceil()}
  • ${ao:floor()}
  • ${ao:round()}
  • ${ao:resourceExists()}

${ao:decodeURIComponent()}

June 16, 2021

Decodes a value from use as a URI path component, query string, or fragment.

Decodes characters in the recommended UTF-8 encoding.

Example

${ao:decodeURIComponent(value)}

Function Information

Function Class: com.aoapps.net.URIDecoder
Function Signature: java.lang.String decodeURIComponent(java.lang.String)
Display Name: None