|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentationBean
Constructs a link to the instance's documentation
Method Summary | |
---|---|
boolean |
exists(java.lang.String docLink)
Returns true if the documentation link exists, otherwise false . |
java.lang.String |
getAlt(java.lang.String docLink)
Retrieves the alt text for images associated with the link to help documentation |
java.lang.String |
getLink(java.lang.String docLink)
Constructs a link to help documentation |
java.lang.String |
getTitle(java.lang.String docLink)
Retrieves the title for the link to help documentation |
boolean |
isLocal(java.lang.String docLink)
Retrieves the location of the help documentation |
Method Detail |
---|
java.lang.String getLink(java.lang.String docLink)
docLink
- the page title
java.lang.String getTitle(java.lang.String docLink)
docLink
- the page title
java.lang.String getAlt(java.lang.String docLink)
docLink
- the page title
boolean isLocal(java.lang.String docLink)
docLink
- the page title
boolean exists(java.lang.String docLink)
true
if the documentation link exists, otherwise false
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |