|
||||||||||
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(java.lang.String path)
Returns a ConvertedPath based on the passed in path. |
boolean |
handles(java.lang.String path)
Return true from this method if your path converter can convert the specified path. |
Method Detail |
---|
boolean handles(java.lang.String path)
path
- the path relative to the servlet mapping
ConvertedPath getPath(java.lang.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 |