Package com.axemble.vdoc.sdk.impl
Class EzsExecutionContext
java.lang.Object
com.axemble.vdoc.sdk.impl.base.BaseServletExecutionContext
com.axemble.vdoc.sdk.impl.EzsExecutionContext
- All Implemented Interfaces:
- IExecutionContext,- InternalSiteExecutionContext,- ISiteExecutionContext
public class EzsExecutionContext
extends com.axemble.vdoc.sdk.impl.base.BaseServletExecutionContext
implements InternalSiteExecutionContext
- Author:
- vlygeros
- 
Nested Class SummaryNested classes/interfaces inherited from class com.axemble.vdoc.sdk.impl.base.BaseServletExecutionContextcom.axemble.vdoc.sdk.impl.base.BaseServletExecutionContext.InitialPreferences, com.axemble.vdoc.sdk.impl.base.BaseServletExecutionContext.Preferences, com.axemble.vdoc.sdk.impl.base.BaseServletExecutionContext.Request, com.axemble.vdoc.sdk.impl.base.BaseServletExecutionContext.RequestDispatcher, com.axemble.vdoc.sdk.impl.base.BaseServletExecutionContext.Response, com.axemble.vdoc.sdk.impl.base.BaseServletExecutionContext.SessionNested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.runtime.IExecutionContextIExecutionContext.IError, IExecutionContext.IPreferences, IExecutionContext.IRequest, IExecutionContext.IRequestDispatcher, IExecutionContext.IResponse, IExecutionContext.ISessionNested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.runtime.InternalSiteExecutionContextInternalSiteExecutionContext.IContextParametersNested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.runtime.ISiteExecutionContextISiteExecutionContext.IRenderModes
- 
Field SummaryFields inherited from class com.axemble.vdoc.sdk.impl.base.BaseServletExecutionContextajaxMode, eventMode, locale, properties, request, response, skin
- 
Constructor SummaryConstructorsConstructorDescriptionEzsExecutionContext(IBaseSiteModule module, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) 
- 
Method SummaryModifier and TypeMethodDescriptiongetAlias()Gets the current alias.Gets the base site url.Gets the current content.Gets the current content container.com.axemble.easysite.ui.runtime.ContextHandlercom.axemble.vdp.ui.framework.foundation.controllers.ICustomControllerGets the current marker model.Gets the site module.Gets the current page container.Gets the current plugin.Gets the current plugin contextcom.axemble.vdoc.sdk.impl.base.BasePluginControllerintGets the current render mode.getSite()Gets the current site.Gets the site url.getTopic()Gets the current topic.voidvoidsetContent(IContent content) voidsetContentContainer(IContentContainer contentContainer) voidsetContentContainerKeyId(String keyId) voidsetContentContainerKeyUniqueId(String keyUniqueId) voidsetCustomController(com.axemble.vdp.ui.framework.foundation.controllers.ICustomController customController) voidsetInternalContextHandler(Object contextHandler) voidsetPageContainer(IPageContainer pageContainer) voidvoidsetRedirect(String redirect) voidvoidMethods inherited from class com.axemble.vdoc.sdk.impl.base.BaseServletExecutionContextclear, getLocale, getPreferences, getProperties, getRequest, getResponse, getSkin, getTimeZone, isAjaxMode, isEventMode, setAjaxMode, setEventMode, setLocale, setProperties, setRequest, setResponse, setSkin, setTimeZoneMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.interfaces.runtime.IExecutionContextclear, getLocale, getPreferences, getProperties, getRequest, getResponse, getSkin, getTimeZone, isAjaxMode, isEventMode
- 
Constructor Details- 
EzsExecutionContextpublic EzsExecutionContext(IBaseSiteModule module, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) 
 
- 
- 
Method Details- 
getModuleDescription copied from interface:ISiteExecutionContextGets the site module.- Specified by:
- getModulein interface- ISiteExecutionContext
- Returns:
- A IBaseSiteModuleobject.
 
- 
getSiteDescription copied from interface:ISiteExecutionContextGets the current site.- Specified by:
- getSitein interface- ISiteExecutionContext
- Returns:
- A ISiteobject.
 
- 
setSite- Specified by:
- setSitein interface- InternalSiteExecutionContext
 
- 
getPageContainerDescription copied from interface:ISiteExecutionContextGets the current page container.- Specified by:
- getPageContainerin interface- ISiteExecutionContext
- Returns:
- A IPageContainerobject.
 
- 
setPageContainer- Specified by:
- setPageContainerin interface- InternalSiteExecutionContext
 
- 
getContentContainerDescription copied from interface:ISiteExecutionContextGets the current content container.- Specified by:
- getContentContainerin interface- ISiteExecutionContext
- Returns:
- A IContentContainerobject.
 
- 
setContentContainer- Specified by:
- setContentContainerin interface- InternalSiteExecutionContext
 
- 
getTopicDescription copied from interface:ISiteExecutionContextGets the current topic.- Specified by:
- getTopicin interface- ISiteExecutionContext
- Returns:
- A ITopicobject.
 
- 
setTopic- Specified by:
- setTopicin interface- InternalSiteExecutionContext
 
- 
getPluginDescription copied from interface:ISiteExecutionContextGets the current plugin.- Specified by:
- getPluginin interface- ISiteExecutionContext
- Returns:
- A IPluginobject.
 
- 
setPlugin- Specified by:
- setPluginin interface- InternalSiteExecutionContext
 
- 
getPluginContextDescription copied from interface:ISiteExecutionContextGets the current plugin context- Specified by:
- getPluginContextin interface- ISiteExecutionContext
- Returns:
- A Mapobject
 
- 
getPluginControllerpublic com.axemble.vdoc.sdk.impl.base.BasePluginController getPluginController()
- 
getContentDescription copied from interface:ISiteExecutionContextGets the current content.- Specified by:
- getContentin interface- ISiteExecutionContext
- Returns:
- A IContentobject.
 
- 
setContent- Specified by:
- setContentin interface- InternalSiteExecutionContext
 
- 
getAliasDescription copied from interface:ISiteExecutionContextGets the current alias.- Specified by:
- getAliasin interface- ISiteExecutionContext
- Returns:
- A IAliasobject.
 
- 
setAlias- Specified by:
- setAliasin interface- InternalSiteExecutionContext
 
- 
getRedirect- Specified by:
- getRedirectin interface- InternalSiteExecutionContext
 
- 
setRedirect- Specified by:
- setRedirectin interface- InternalSiteExecutionContext
 
- 
getRenderModepublic int getRenderMode()Description copied from interface:ISiteExecutionContextGets the current render mode.The returned value could take one of the following values: - IRenderModes.DEFAULT: final mode of the page.
- IRenderModes.EDIT: design mode of the page.
- IRenderModes.DRAFT: preview of the page.
 - Specified by:
- getRenderModein interface- ISiteExecutionContext
- Returns:
- A int value.
 
- 
getMarkerModelDescription copied from interface:ISiteExecutionContextGets the current marker model.- Specified by:
- getMarkerModelin interface- ISiteExecutionContext
- Returns:
- A IMarkerModelobject.
 
- 
getContextHandlerpublic com.axemble.easysite.ui.runtime.ContextHandler getContextHandler()
- 
getInternalContextHandler- Specified by:
- getInternalContextHandlerin interface- InternalSiteExecutionContext
 
- 
getContentContainerKeyId- Specified by:
- getContentContainerKeyIdin interface- InternalSiteExecutionContext
 
- 
getContentContainerKeyUniqueId- Specified by:
- getContentContainerKeyUniqueIdin interface- InternalSiteExecutionContext
 
- 
setContentContainerKeyId- Specified by:
- setContentContainerKeyIdin interface- InternalSiteExecutionContext
 
- 
setContentContainerKeyUniqueId- Specified by:
- setContentContainerKeyUniqueIdin interface- InternalSiteExecutionContext
 
- 
setInternalContextHandler- Specified by:
- setInternalContextHandlerin interface- InternalSiteExecutionContext
 
- 
getSkinRelativePath- Specified by:
- getSkinRelativePathin interface- InternalSiteExecutionContext
 
- 
getBaseSiteUrlDescription copied from interface:ISiteExecutionContextGets the base site url.- Specified by:
- getBaseSiteUrlin interface- ISiteExecutionContext
- Returns:
- a java.lang.String value.
 
- 
getSiteUrlDescription copied from interface:ISiteExecutionContextGets the site url.- Specified by:
- getSiteUrlin interface- ISiteExecutionContext
- Returns:
- a java.lang.String value.
 
- 
getContext- Specified by:
- getContextin interface- IExecutionContext
 
- 
getCustomControllerpublic com.axemble.vdp.ui.framework.foundation.controllers.ICustomController getCustomController()
- 
setCustomControllerpublic void setCustomController(com.axemble.vdp.ui.framework.foundation.controllers.ICustomController customController) 
- 
getActionURL- Specified by:
- getActionURLin interface- IExecutionContext
 
 
-