Package org.apache.ofbiz.webapp.taglib
Class ContentUrlTag
- java.lang.Object
-
- org.apache.ofbiz.webapp.taglib.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)
-
-
-
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)
-
-