public class JcmsJspAjaxContext extends AbstractJcmsAjaxContext
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
ajaxReqId |
protected java.util.Map<java.lang.String,java.lang.Object> |
attributeMap |
protected java.lang.Boolean |
displayServlet |
protected java.lang.String |
fwdContextPath |
protected java.lang.String |
fwdPathInfo |
protected java.lang.String |
fwdQueryString |
protected java.lang.String |
fwdRequestURI |
protected java.lang.String |
fwdServletPath |
protected java.lang.String |
reqContextPath |
protected java.lang.String |
reqPathInfo |
protected java.lang.String |
reqPathTranslated |
protected java.lang.String |
reqQueryString |
protected java.lang.String |
reqRequestURI |
protected java.lang.String |
reqServletPath |
baseUrl, caddy, channel, contextPath, ctxCategories, currentCategory, debug, isAdmin, isIE, isInFrontOffice, isLogged, isWindows, loggedMember, method, parameterMap, portal, portalCategory, pub, resourcePath, url, userCountry, userLang, userLocale, workspace, zone
Constructor and Description |
---|
JcmsJspAjaxContext() |
JcmsJspAjaxContext(JcmsJspContext ctxt) |
Modifier and Type | Method and Description |
---|---|
boolean |
debug(java.lang.String key) |
java.lang.Object |
getAttribute(java.lang.String key) |
protected void |
readObject(java.util.Map<java.lang.String,java.lang.Object> map,
javax.servlet.http.HttpServletRequest request) |
java.lang.Object |
removeAttribute(java.lang.String key) |
void |
setAttribute(java.lang.String key,
java.lang.Object value) |
void |
setJcmsContext(JcmsJspContext jcmsContext)
Sets the following values from values found in the specified JcmsJspContext.
|
protected void |
writeObject(java.util.Map<java.lang.String,java.lang.Object> map) |
checkAccess, checkAccess, deflate, getBaseUrl, getCaddy, getContextPath, getCtxCategories, getCurrentCategory, getLoggedMember, getMethod, getParameterMap, getPortal, getPortalCategory, getPublication, getResourcePath, getUrl, getUserCountry, getUserLang, getUserLocale, getWorkspace, getZone, glp, inflate, isAdmin, isInFrontOffice, isLogged, setBaseUrl, setContextPath, setCtxCategories, setCurrentCategory, setLoggedMember, setMethod, setParameterMap, setPortal, setPortalCategory, setPublication, setResourcePath, setUrl, setUserCountry, setUserLang, setUserLocale, setWorkspace
protected transient java.lang.String reqRequestURI
protected transient java.lang.String reqContextPath
protected transient java.lang.String reqPathInfo
protected transient java.lang.String reqPathTranslated
protected transient java.lang.String reqQueryString
protected transient java.lang.String reqServletPath
protected transient java.lang.String fwdRequestURI
protected transient java.lang.String fwdContextPath
protected transient java.lang.String fwdPathInfo
protected transient java.lang.String fwdQueryString
protected transient java.lang.String fwdServletPath
protected transient java.lang.String ajaxReqId
protected transient java.util.Map<java.lang.String,java.lang.Object> attributeMap
protected transient java.lang.Boolean displayServlet
public JcmsJspAjaxContext()
public JcmsJspAjaxContext(JcmsJspContext ctxt)
public void setJcmsContext(JcmsJspContext jcmsContext)
AbstractJcmsAjaxContext
setJcmsContext
in class AbstractJcmsAjaxContext
jcmsContext
- the JcmsJspContextpublic void setAttribute(java.lang.String key, java.lang.Object value)
public java.lang.Object getAttribute(java.lang.String key)
public java.lang.Object removeAttribute(java.lang.String key)
protected void writeObject(java.util.Map<java.lang.String,java.lang.Object> map)
writeObject
in class AbstractJcmsAjaxContext
protected void readObject(java.util.Map<java.lang.String,java.lang.Object> map, javax.servlet.http.HttpServletRequest request)
readObject
in class AbstractJcmsAjaxContext
public boolean debug(java.lang.String key)
debug
in class AbstractJcmsAjaxContext
Copyright © 2001-2010 Jalios SA. All Rights Reserved.