|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.document.DocumentHyperlinkBehaviour
public class DocumentHyperlinkBehaviour
Specifies the default behavior for hyperlinks in the document.
| Constructor Summary | |
|---|---|
DocumentHyperlinkBehaviour()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
Method equals. |
String |
getTargetFrame()
Get the name of the default target frame. |
int |
hashCode()
Method hashCode. |
void |
setTargetFrame(String targetFrame)
Set the name of the default target frame. |
String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentHyperlinkBehaviour()
| Method Detail |
|---|
public boolean equals(Object other)
equals in class Objectother -
public String getTargetFrame()
Specifies the name of the default target frame in which to display a document referenced by a hyperlink.
This attribute can have one of the following values:
public int hashCode()
hashCode in class Objectpublic void setTargetFrame(String targetFrame)
Specifies the name of the default target frame in which to display a document referenced by a hyperlink.
This attribute can have one of the following values:
targetFrame - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||