|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.markup.resolver.AutoLinkResolver.PathInfo
public static final class AutoLinkResolver.PathInfo
Encapsulates different aspects of a path. For instance, the path
org.apache.wicket.markup.html.tree.Tree/tree.css has extension css,
is relative (absolute == true) and has no page parameters.
| Constructor Summary | |
|---|---|
AutoLinkResolver.PathInfo(String reference)
Construct. |
|
| Method Summary | |
|---|---|
String |
getAnchor()
Gets the anchor (e.g. |
String |
getExtension()
Gets extension. |
PageParameters |
getPageParameters()
Gets pageParameters. |
String |
getPath()
Gets path. |
String |
getReference()
Gets reference. |
boolean |
isAbsolute()
Gets absolute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutoLinkResolver.PathInfo(String reference)
reference - the original reference (e.g the full value of a href attribute)| Method Detail |
|---|
public final String getAnchor()
public final String getExtension()
public final PageParameters getPageParameters()
public final String getPath()
public final String getReference()
public final boolean isAbsolute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||