|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PathConverter
Path converters are used by the SimpleDisplayServlet to convert friendly URL's to action URLs.
| Method Summary | |
|---|---|
ConvertedPath |
getPath(String path)
Returns a ConvertedPath based on the passed in path. |
boolean |
handles(String path)
Return true from this method if your path converter can convert the specified path. |
| Method Detail |
|---|
boolean handles(String path)
path - the path relative to the servlet mapping
ConvertedPath getPath(String path)
ConvertedPath based on the passed in path.
path - the path relative to the servlet mapping
ConvertedPath representing the path conversion
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||