|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.mail.archive.MailPathConverter
public class MailPathConverter
A Path converter that converts friendly mail path url to a viewmail action. This converter expects the url to have exactly 3 parameters as:
| Field Summary | |
|---|---|
static java.lang.String |
VIEW_MAIL
|
| Constructor Summary | |
|---|---|
MailPathConverter()
|
|
| Method Summary | |
|---|---|
ConvertedPath |
getPath(java.lang.String path)
Returns a ConvertedPath based on the passed in path. |
boolean |
handles(java.lang.String simplePath)
Return true from this method if your path converter can convert the specified path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String VIEW_MAIL
| Constructor Detail |
|---|
public MailPathConverter()
| Method Detail |
|---|
public boolean handles(java.lang.String simplePath)
PathConverter
handles in interface PathConvertersimplePath - the path relative to the servlet mapping
public ConvertedPath getPath(java.lang.String path)
PathConverterConvertedPath based on the passed in path.
getPath in interface PathConverterpath - 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 | |||||||||