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_VERSION
          Class version string
 
Method Summary
 UrlTemplate getUrlTemplate(DynamoHttpServletRequest pRequest)
          Method to get the UrlTemplate object for the given request.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

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.