Publishing Engine Programmer's Guide > The Arbortext Publishing Engine Request Manager > Predefined Dynamic Components > Predefined Request Selectors > The Test URI Request Selector
  
The Test URI Request Selector
The Test URI Match request selector is implemented by the com.arbortext.e3.TestURIMatch class. It evaluates an HTTP reqeust and returns “true” if the URI has a specific value. It accepts one parameter, uri-pattern. The Test URI Match request selector returns true if the URI of the request matches the pattern specified by the value of uri-pattern. Any standard Java pattern can be used for the uri-pattern parameter value.