|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.blogentis.plugins.base.AbstractNavigationExtension.AbstractLink
Field Summary | |
protected AbstractNavigationExtension.Authenticator |
au
|
protected java.lang.String |
label
|
Constructor Summary | |
AbstractNavigationExtension.AbstractLink(java.lang.String name,
AbstractNavigationExtension.Authenticator a)
|
Method Summary | |
java.lang.String |
getLabel()
Get this links label. |
boolean |
isAuthorized(BlogRunData data)
Check if this links target is accessible with the current requests credentials. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sourceforge.blogentis.plugins.base.ILinkTo |
getLink, isCurrentPage |
Field Detail |
protected AbstractNavigationExtension.Authenticator au
protected java.lang.String label
Constructor Detail |
public AbstractNavigationExtension.AbstractLink(java.lang.String name, AbstractNavigationExtension.Authenticator a)
Method Detail |
public java.lang.String getLabel()
ILinkTo
getLabel
in interface ILinkTo
public boolean isAuthorized(BlogRunData data)
ILinkTo
isAuthorized
in interface ILinkTo
data
- The current request
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |