public class NullURLProcessor extends java.lang.Object implements URLProcessor
URLProcessor that indicates the URL was not able to be
processed by any of the configured processors.
This is a valid state used to indicate a URL that although not processed by
the URL processors will likely be processed by other mechanisms (e.g. Spring-MVC)
within the web application.
Created by bpolster.| Constructor and Description |
|---|
NullURLProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProcessURL(java.lang.String requestURI)
Always returns true.
|
static NullURLProcessor |
getInstance() |
boolean |
processURL(java.lang.String requestURI)
The processURL method should not be called on the NullURLProcessor.
|
public static NullURLProcessor getInstance()
public boolean canProcessURL(java.lang.String requestURI)
canProcessURL in interface URLProcessorrequestURI - public boolean processURL(java.lang.String requestURI)
processURL in interface URLProcessorrequestURI - The requestURI with the context path trimmed offjava.lang.UnsupportedOperationExceptionCopyright © 2018. All Rights Reserved.