|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.CmsRewriteAliasMatcher.RewriteResult
public static class CmsRewriteAliasMatcher.RewriteResult
The result of a match operation.
| Constructor Summary | |
|---|---|
CmsRewriteAliasMatcher.RewriteResult(java.lang.String newPath,
CmsRewriteAlias alias)
Creates a new instance. |
|
| Method Summary | |
|---|---|
CmsRewriteAlias |
getAlias()
Gets the alias which matched the given path. |
java.lang.String |
getNewPath()
Gets the path resulting from the rewrite. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsRewriteAliasMatcher.RewriteResult(java.lang.String newPath,
CmsRewriteAlias alias)
newPath - the path resulting from the rewritealias - the alias that matched the path| Method Detail |
|---|
public CmsRewriteAlias getAlias()
public java.lang.String getNewPath()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||