| Modifier | Constructor and Description |
|---|---|
protected |
DefaultURLModel(WebScriptRequest req)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
String |
getArgs()
Gets the URL arguments (query string)
|
String |
getContext()
Gets the Context Path
e.g.
|
String |
getExtension()
Gets the Service Extension Path
e.g.
|
String |
getFull()
Gets the full path
e.g.
|
String |
getMatch()
Gets the matching service path
e.g.
|
String |
getServer()
Gets the Server Path
e.g.
|
String |
getService()
Gets the Service Path
e.g.
|
String |
getServiceContext()
Gets the Service Context Path
e.g.
|
String |
getTemplate()
Gets the template form of this path
|
Map<String,String> |
getTemplateArgs()
Gets the values of template variables
|
protected DefaultURLModel(WebScriptRequest req)
req - WebScriptRequestpublic String getServer()
public String getContext()
getContext in interface URLModelpublic String getServiceContext()
getServiceContext in interface URLModelpublic String getService()
getService in interface URLModelpublic String getFull()
public String getArgs()
public String getMatch()
public String getExtension()
getExtension in interface URLModelpublic String getTemplate()
getTemplate in interface URLModelpublic Map<String,String> getTemplateArgs()
getTemplateArgs in interface URLModelCopyright © 2005–2018 Alfresco Software. All rights reserved.