Class ContentUrlTag


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

      Fields 
      Modifier and Type Field Description
      static java.lang.String module  
    • Constructor Summary

      Constructors 
      Constructor Description
      ContentUrlTag()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void appendContentPrefix​(javax.servlet.http.HttpServletRequest request, java.lang.Appendable urlBuffer)  
      static void appendContentPrefix​(javax.servlet.http.HttpServletRequest request, java.lang.StringBuilder urlBuffer)  
      static void appendContentPrefix​(GenericValue webSite, boolean secure, java.lang.Appendable urlBuffer)  
      static java.lang.String getContentPrefix​(javax.servlet.http.HttpServletRequest request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • module

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

      • ContentUrlTag

        public ContentUrlTag()
    • Method Detail

      • appendContentPrefix

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

        public static void appendContentPrefix​(javax.servlet.http.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​(javax.servlet.http.HttpServletRequest request)