|
||||||||||
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(java.lang.Object other)
Method equals |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getTargetFrame()
Get The name of the default target frame. |
int |
hashCode()
Method hashCode |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setTargetFrame(java.lang.String targetFrame)
Set The name of the default target frame. |
java.lang.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(java.lang.Object other)
equals
in class java.lang.Object
other
- public java.lang.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 java.lang.Object
public void setTargetFrame(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |