public class DefaultURLHelper extends Object implements Serializable, URLHelper
| Constructor and Description |
|---|
DefaultURLHelper(RequestContext context)
Construction
|
DefaultURLHelper(RequestContext context,
Map<String,String> templateArgs)
Construction
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getArgs() |
String |
getContext() |
String |
getQueryString() |
String |
getServletContext() |
Map<String,String> |
getTemplateArgs() |
String |
getUri() |
String |
getUrl() |
public DefaultURLHelper(RequestContext context)
context - Request Context to build URL model helper frompublic DefaultURLHelper(RequestContext context, Map<String,String> templateArgs)
context - Request Context to build URL model helper frompublic String getContext()
getContext in interface URLHelperpublic String getServletContext()
getServletContext in interface URLHelperpublic String getQueryString()
getQueryString in interface URLHelperpublic Map<String,String> getTemplateArgs()
getTemplateArgs in interface URLHelperCopyright © 2005–2016 Alfresco Software. All rights reserved.