Uses of Class
org.apache.wiki.pages.haddock.ViewWikiPage
Package | Description |
---|---|
org.apache.wiki.pages.haddock |
JSPWiki Haddock's Page Objects.
|
-
Uses of ViewWikiPage in org.apache.wiki.pages.haddock
Methods in org.apache.wiki.pages.haddock that return ViewWikiPage Modifier and Type Method Description ViewWikiPage
EditWikiPage. cancel()
Press the cancel button and disacrd page Edit.ViewWikiPage
ViewWikiPage. clickOnLogout()
Logs the user out.ViewWikiPage
ViewWikiPage. clickOnShowReaderView()
Clicks on the show reader view link.ViewWikiPage
ViewWikiPage. hoverLoginArea()
Hover's the user's icon, so the login area gets visible.ViewWikiPage
ViewWikiPage. hoverMoreArea()
Hover's the More tab, making its associated pane visible.ViewWikiPage
SearchResultsPage. navigateTo(java.lang.String result)
Navigates to a view page from the search results.ViewWikiPage
ViewWikiPage. navigateTo(java.lang.String wikiPageName)
Navigates to a given view page.static ViewWikiPage
ViewWikiPage. open(java.lang.String pageName)
Open a given page for view.ViewWikiPage
LoginPage. performLogin()
Logs in using Janne username and password.ViewWikiPage
LoginPage. performLogin(java.lang.String login, java.lang.String password)
Logs in using the supplied username and password.ViewWikiPage
EditWikiPage. saveText(java.lang.String text)
Edits the page with the given text.ViewWikiPage
EditWikiPage. saveText(java.lang.String text, java.lang.String preview)
Edits the page with the given text.