|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.parsers.creole.ast.ASTNode
com.liferay.portal.parsers.creole.ast.URLNode
com.liferay.portal.parsers.creole.ast.link.LinkNode
com.liferay.portal.parsers.creole.ast.link.InterwikiLinkNode
public abstract class InterwikiLinkNode
Constructor Summary | |
---|---|
InterwikiLinkNode()
|
|
InterwikiLinkNode(int token)
|
|
InterwikiLinkNode(int token,
String uri,
String wikiName)
|
|
InterwikiLinkNode(String wikiname)
|
|
InterwikiLinkNode(String uri,
String wikiname)
|
Method Summary | |
---|---|
String |
getUri()
|
String |
getWikiName()
|
void |
setUri(String uri)
|
Methods inherited from class com.liferay.portal.parsers.creole.ast.link.LinkNode |
---|
accept, getAltCollectionNode, hasAltCollectionNode, setAltCollectionNode |
Methods inherited from class com.liferay.portal.parsers.creole.ast.URLNode |
---|
getLink, getSupportedProtocols, isAbsoluteLink, setLink, setSupportedProtocols |
Methods inherited from class com.liferay.portal.parsers.creole.ast.ASTNode |
---|
getToken, setToken |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InterwikiLinkNode()
public InterwikiLinkNode(int token)
public InterwikiLinkNode(int token, String uri, String wikiName)
public InterwikiLinkNode(String wikiname)
public InterwikiLinkNode(String uri, String wikiname)
Method Detail |
---|
public String getUri()
public String getWikiName()
public void setUri(String uri)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |