|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PublicationCtxMenu | |
---|---|
com.jalios.jcms.ajax | |
com.jalios.jcms.policy |
Uses of PublicationCtxMenu in com.jalios.jcms.ajax |
---|
Subclasses of PublicationCtxMenu in com.jalios.jcms.ajax | |
---|---|
class |
PortletCtxMenu
This class is used to process AJAX Contextual Menu for a given JCMS Portlet. |
Uses of PublicationCtxMenu in com.jalios.jcms.policy |
---|
Methods in com.jalios.jcms.policy with parameters of type PublicationCtxMenu | |
---|---|
char[] |
BasicCtxMenuPolicyFilter.checkCtxMenuItems(PublicationCtxMenu ctxMenu,
Publication pub,
char[] letters)
|
char[] |
CtxMenuPolicyFilter.checkCtxMenuItems(PublicationCtxMenu ctxMenu,
Publication pub,
char[] letters)
Checks the processed contextual menu |
char[] |
PolicyManager.checkCtxMenuItems(PublicationCtxMenu ctxMenu,
Publication pub,
char[] letters)
|
void |
BasicCtxMenuPolicyFilter.handleCtxMenuItems(StringBuffer sb,
PublicationCtxMenu ctxMenu,
Publication pub)
|
void |
CtxMenuPolicyFilter.handleCtxMenuItems(StringBuffer sb,
PublicationCtxMenu ctxMenu,
Publication pub)
Handle the current StringBuffer to append custom content for the given Publication |
void |
PolicyManager.handleCtxMenuItems(StringBuffer sb,
PublicationCtxMenu ctxMenu,
Publication pub)
|
int |
PolicyManager.handleCtxMenuItems(StringBuffer sb,
PublicationCtxMenu ctxMenu,
Publication pub,
char letter)
|
int |
BasicCtxMenuPolicyFilter.handleCtxMenuItems(StringBuffer sb,
PublicationCtxMenu ctxMenu,
Publication pub,
char letter,
int status)
|
int |
CtxMenuPolicyFilter.handleCtxMenuItems(StringBuffer sb,
PublicationCtxMenu ctxMenu,
Publication pub,
char letter,
int status)
Handle the current StringBuffer to append custom content for the given Publication and given Letter |
void |
BasicCtxMenuPolicyFilter.initCtxMenu(PublicationCtxMenu ctxMenu,
JcmsJspContext jcmsContext)
|
void |
CtxMenuPolicyFilter.initCtxMenu(PublicationCtxMenu ctxMenu,
JcmsJspContext jcmsContext)
Initialize the contextual menu. This method is called when the Context Menu object class is created. |
void |
PolicyManager.initCtxMenu(PublicationCtxMenu ctxMenu,
JcmsJspContext jcmsContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |