Content
FramesNo Frames

Page Tree

  • ${ao:getLastModified()}
  • Functions
  • Taglib Reference (Legacy)
  • AO Taglib
  • Web Development
  • AO OSS
  • ${ao:addLastModified()}
  • ${ao:decodeURIComponent()}
  • ${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:encodeURIComponent()}

June 16, 2021

Encodes a value for use in a URI path component, query string, or fragment.

Encodes characters in the recommended UTF-8 encoding.

Example

${ao:encodeURIComponent(value)}

Function Information

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