Package org.apache.ofbiz.webapp.taglib
Class ContentUrlTag
java.lang.Object
org.apache.ofbiz.webapp.taglib.ContentUrlTag
ContentUrlTag - Creates a URL string prepending the content prefix from url.properties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
appendContentPrefix
(HttpServletRequest request, Appendable urlBuffer) static void
appendContentPrefix
(HttpServletRequest request, StringBuilder urlBuffer) static void
appendContentPrefix
(GenericValue webSite, boolean secure, Appendable urlBuffer) static String
getContentPrefix
(HttpServletRequest request)
-
Constructor Details
-
ContentUrlTag
public ContentUrlTag()
-
-
Method Details
-
appendContentPrefix
-
appendContentPrefix
public static void appendContentPrefix(HttpServletRequest request, Appendable urlBuffer) throws IOException - Throws:
IOException
-
appendContentPrefix
public static void appendContentPrefix(GenericValue webSite, boolean secure, Appendable urlBuffer) throws IOException - Throws:
IOException
-
getContentPrefix
-