atg.repository.seo
Interface UrlTemplateMapper
- All Known Implementing Classes: 
- UrlTemplateMapperImpl
- public interface UrlTemplateMapper 
Interface for mapping item descriptors to UrlTemplate instances.
| Field Summary | 
| static java.lang.String | CLASS_VERSIONClass version string
 | 
 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- Class version string
 
- See Also:
- Constant Field Values
 
getUrlTemplate
UrlTemplate getUrlTemplate(DynamoHttpServletRequest pRequest)
- Method to get the UrlTemplate object for the given request.
 It checks if the browser type of the request matches a template.
 This can be either an indirect or a direct Url template.
 
- 
- Parameters:
- pRequest- DynamoHttpServletRequest object
- Returns:
- UrlTemplate object mapped to the request browser type or null if no match.