public final class Match extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Match.Kind
Kind of Match
|
| Constructor and Description |
|---|
Match(String templatePath,
Map<String,String> templateVars,
String matchPath)
Construct
|
Match(String templatePath,
Map<String,String> templateVars,
String matchPath,
WebScript script)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
Match.Kind |
getKind()
Gets the kind of Match
|
String |
getPath()
Gets the static (i.e.
|
String |
getTemplate()
Gets the template request URL that matched the Web Script URL Template
|
Map<String,String> |
getTemplateVars()
Gets the template variable substitutions
|
WebScript |
getWebScript()
Gets the matching web script
|
String |
toString() |
public Match(String templatePath, Map<String,String> templateVars, String matchPath, WebScript script)
templatePath - StringtemplateVars - MapmatchPath - Stringscript - WebScriptpublic Match.Kind getKind()
public String getTemplate()
public Map<String,String> getTemplateVars()
public String getPath()
public WebScript getWebScript()
Copyright © 2005–2018 Alfresco Software. All rights reserved.