|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface URLProcessor
This interface is intended for use by processors that will determine whether a given URL
requires special treatment.
Specifically, certain URLs refer to custom managed content pages. Others are setup as
SEO friendly URLs for products.
The ProcessURLFilter will check it's internal cache to determine which URL processor
should be invoked for a passed in URL. If it is unable to find a matching processor in cache,
then it will call each processor in turn to provide an attempt to process the URL.
Created by bpolster.
| Method Summary | |
|---|---|
boolean |
canProcessURL(String key)
Implementors of this interface will return true if they are able to process the passed in request. |
boolean |
processURL(String key)
Implementers of this interface will process the passed in request. |
| Method Detail |
|---|
boolean canProcessURL(String key)
key -
boolean processURL(String key)
throws IOException,
javax.servlet.ServletException
IOException
javax.servlet.ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||