public class UriTemplateMappingIndex extends Object
/site/{site}/dashboard
/page/sites/{site}/dashboard
/user/{user}
/user/{user}/mydashboard
/page/users/{user}/dashboard
/user/{user}/wiki/{path}
/page/users/tools/wiki?user={user}&article={path}
| Constructor and Description |
|---|
UriTemplateMappingIndex(org.springframework.extensions.config.ConfigElement config)
Constructor
|
public UriTemplateMappingIndex(org.springframework.extensions.config.ConfigElement config)
config - ConfigElement pointing to the public String findMatchAndReplace(String uri)
uri - URI to match against the URI Templates in the indexpublic Map<String,String> findMatch(String uri)
uri - URI to match against the URI Templates in the indexCopyright © 2005–2016 Alfresco Software. All rights reserved.