|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Caddy | |
---|---|
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. |
Uses of Caddy in com.jalios.jcms.caddy |
---|
Methods in com.jalios.jcms.caddy that return Caddy | |
---|---|
static Caddy |
Caddy.getCaddy(javax.servlet.http.HttpServletRequest request)
Returns a Caddy of the member using the current Session of the request |
Uses of Caddy in com.jalios.jcms.context |
---|
Fields in com.jalios.jcms.context declared as Caddy | |
---|---|
protected Caddy |
AbstractJcmsAjaxContext.caddy
|
protected Caddy |
JcmsContext.caddy
|
Methods in com.jalios.jcms.context that return Caddy | |
---|---|
Caddy |
AbstractJcmsAjaxContext.getCaddy()
Returns the caddy stored in current session. |
Caddy |
JcmsContext.getCaddy()
Returns the caddy stored in current session. |
Uses of Caddy in com.jalios.jcms.taglib |
---|
Methods in com.jalios.jcms.taglib with parameters of type Caddy | |
---|---|
static void |
CaddyTag.getDataCaddyIcon(StringBuffer out,
Data data,
String contextPath,
String userLang,
String action,
String css,
boolean displayLinkText,
Caddy caddy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |