Class ContentUrlTag


  • public class ContentUrlTag
    extends java.lang.Object
    ContentUrlTag - Creates a URL string prepending the content prefix from url.properties
    • Field Detail

      • module

        public static final java.lang.String module
    • Constructor Detail

      • ContentUrlTag

        public ContentUrlTag()
    • Method Detail

      • appendContentPrefix

        public static void appendContentPrefix​(HttpServletRequest request,
                                               java.lang.StringBuilder urlBuffer)
      • appendContentPrefix

        public static void appendContentPrefix​(HttpServletRequest request,
                                               java.lang.Appendable urlBuffer)
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • appendContentPrefix

        public static void appendContentPrefix​(GenericValue webSite,
                                               boolean secure,
                                               java.lang.Appendable urlBuffer)
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • getContentPrefix

        public static java.lang.String getContentPrefix​(HttpServletRequest request)