org.apache.empire.struts2.web
Class UrlHelperEx
java.lang.Object
org.apache.struts2.views.util.UrlHelper
org.apache.empire.struts2.web.UrlHelperEx
public class UrlHelperEx
- extends org.apache.struts2.views.util.UrlHelper
Method Summary |
static void |
buildParametersString(Map params,
StringBuilder link,
String paramSeparator)
|
static String |
buildUrl(String action,
RequestContext request,
ResponseContext response,
Map params)
|
static String |
buildUrl(String action,
RequestContext request,
ResponseContext response,
Map params,
String scheme,
boolean includeContext,
boolean encodeResult)
|
static String |
buildUrl(String action,
RequestContext request,
ResponseContext response,
Map params,
String scheme,
boolean includeContext,
boolean encodeResult,
boolean forceAddSchemeHostAndPort)
|
static String |
buildUrl(String action,
RequestContext request,
ResponseContext response,
Map params,
String scheme,
boolean includeContext,
boolean encodeResult,
boolean forceAddSchemeHostAndPort,
boolean escapeAmp)
|
Methods inherited from class org.apache.struts2.views.util.UrlHelper |
buildParametersString, buildUrl, buildUrl, buildUrl, buildUrl, parseQueryString, parseQueryString, translateAndDecode, translateAndEncode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UrlHelperEx
public UrlHelperEx()
buildUrl
public static String buildUrl(String action,
RequestContext request,
ResponseContext response,
Map params)
buildUrl
public static String buildUrl(String action,
RequestContext request,
ResponseContext response,
Map params,
String scheme,
boolean includeContext,
boolean encodeResult)
buildUrl
public static String buildUrl(String action,
RequestContext request,
ResponseContext response,
Map params,
String scheme,
boolean includeContext,
boolean encodeResult,
boolean forceAddSchemeHostAndPort)
buildUrl
public static String buildUrl(String action,
RequestContext request,
ResponseContext response,
Map params,
String scheme,
boolean includeContext,
boolean encodeResult,
boolean forceAddSchemeHostAndPort,
boolean escapeAmp)
buildParametersString
public static void buildParametersString(Map params,
StringBuilder link,
String paramSeparator)
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.