Package | Description |
---|---|
com.jalios.jcms.caddy |
Provides classes to manage and process operation on Caddy items in JCMS.
|
com.jalios.jcms.context |
Provides context classes available in every request, you can extends them or use them as javabean.
|
com.jalios.jcms.taglib |
Provides many of the classes used for JCMS jsp tags.
|
Modifier and Type | Method and Description |
---|---|
static Caddy |
Caddy.getCaddy(javax.servlet.http.HttpServletRequest request)
Returns a Caddy of the member using the current Session of the request
|
Modifier and Type | Field and Description |
---|---|
protected Caddy |
JcmsContext.caddy |
protected Caddy |
AbstractJcmsAjaxContext.caddy |
Modifier and Type | Method and Description |
---|---|
Caddy |
JcmsContext.getCaddy()
Returns the caddy stored in current session.
|
Caddy |
AbstractJcmsAjaxContext.getCaddy()
Returns the caddy stored in current session.
|
Modifier and Type | Method and Description |
---|---|
static void |
CaddyTag.getDataCaddyIcon(java.lang.StringBuffer out,
Data data,
java.lang.String contextPath,
java.lang.String userLang,
java.lang.String action,
java.lang.String css,
boolean displayLinkText,
Caddy caddy) |
Copyright © 2001-2010 Jalios SA. All Rights Reserved.