org.exoplatform.wiki.service
Class WikiContext

java.lang.Object
  extended by org.exoplatform.wiki.service.WikiPageParams
      extended by org.exoplatform.wiki.service.WikiContext
All Implemented Interfaces:
Serializable, Cloneable

public class WikiContext
extends WikiPageParams
implements Cloneable, Serializable

See Also:
Serialized Form

Field Summary
static String ACTION
           
static String ADDPAGE
           
 ArrayList<WikiPageParams> includePageCtx
           
static String PAGETITLE
           
static String WIKI
           
static String WIKICONTEXT
           
static String WIKITYPE
           
 
Fields inherited from class org.exoplatform.wiki.service.WikiPageParams
WIKI_HOME
 
Constructor Summary
WikiContext()
           
 
Method Summary
 WikiContext clone()
           
 String getBaseUrl()
           
 String getPageTitle()
           
 String getPortalURL()
           
 String getPortletURI()
           
 String getRedirectURI()
           
 String getRestURI()
           
 String getSyntax()
           
 String getTreeRestURI()
           
 void setBaseUrl(String baseUrl)
           
 void setPageTitle(String pageTitle)
           
 void setPortalURL(String portalURL)
           
 void setPortletURI(String portletURI)
           
 void setRedirectURI(String redirectURI)
           
 void setRestURI(String restURI)
           
 void setSyntax(String syntax)
           
 void setTreeRestURI(String restURI)
           
 
Methods inherited from class org.exoplatform.wiki.service.WikiPageParams
equals, getAttachmentName, getOwner, getPageId, getParameter, getParameters, getType, hashCode, setAttachmentName, setOwner, setPageId, setParameter, setParameters, setType
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIKICONTEXT

public static final String WIKICONTEXT
See Also:
Constant Field Values

ACTION

public static final String ACTION
See Also:
Constant Field Values

ADDPAGE

public static final String ADDPAGE
See Also:
Constant Field Values

PAGETITLE

public static final String PAGETITLE
See Also:
Constant Field Values

WIKITYPE

public static final String WIKITYPE
See Also:
Constant Field Values

WIKI

public static final String WIKI
See Also:
Constant Field Values

includePageCtx

public ArrayList<WikiPageParams> includePageCtx
Constructor Detail

WikiContext

public WikiContext()
Method Detail

getPageTitle

public String getPageTitle()

setPageTitle

public void setPageTitle(String pageTitle)

getPortalURL

public String getPortalURL()

setPortalURL

public void setPortalURL(String portalURL)

getPortletURI

public String getPortletURI()

setPortletURI

public void setPortletURI(String portletURI)

getTreeRestURI

public String getTreeRestURI()

setTreeRestURI

public void setTreeRestURI(String restURI)

getRedirectURI

public String getRedirectURI()

setRedirectURI

public void setRedirectURI(String redirectURI)

getRestURI

public String getRestURI()
Returns:
the restURI

setRestURI

public void setRestURI(String restURI)
Parameters:
restURI - the restURI to set

getSyntax

public String getSyntax()

setSyntax

public void setSyntax(String syntax)

getBaseUrl

public String getBaseUrl()

setBaseUrl

public void setBaseUrl(String baseUrl)

clone

public WikiContext clone()
Overrides:
clone in class Object


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.