com.jalios.jcms.ajax
Interface PublicationCtxMenuJSONInterface

All Known Implementing Classes:
PortletCtxMenu, PublicationCtxMenu

public interface PublicationCtxMenuJSONInterface

This interface is a JSON Wrapper to declare only useable method to AJAX calls.

Since:
jcms-5.7.1
Version:
$Revision: 19967 $
Author:
Jean-Philippe Encausse
See Also:
PublicationCtxMenu

Field Summary
static String REVISION
           
 
Method Summary
 String getCtxMenu(String id, String menuItems)
           
 String getCtxMenu(String id, String menuItems, String classes)
           
 

Field Detail

REVISION

static final String REVISION
See Also:
Constant Field Values
Method Detail

getCtxMenu

String getCtxMenu(String id,
                  String menuItems)
See Also:
PublicationCtxMenu.getCtxMenu(String, String)

getCtxMenu

String getCtxMenu(String id,
                  String menuItems,
                  String classes)
See Also:
PublicationCtxMenu.getCtxMenu(String, String, String)


Copyright © 2001-2010 Jalios SA. All Rights Reserved.