yawda.view.portlet
Interface IPortlet

All Known Implementing Classes:
CChangeLanguagePortlet, CDhtmlMenuPortlet, CLoginPortlet, CSkinPortlet

public interface IPortlet

Author:
Quentin Anciaux

Field Summary
static String MAXI
           
static String MINI
           
static String NORMAL
           
 
Method Summary
 void destroy()
           
 String executeAction(CEnv env, javax.servlet.http.HttpServletResponse response, CPortletConfig runtimeConfig)
           
 void init(CPortletConfig config)
           
 String render(CEnv env, String type, CPortletConfig runtimeConfi)
           
 

Field Detail

MINI

public static final String MINI
See Also:
Constant Field Values

NORMAL

public static final String NORMAL
See Also:
Constant Field Values

MAXI

public static final String MAXI
See Also:
Constant Field Values
Method Detail

init

public void init(CPortletConfig config)

executeAction

public String executeAction(CEnv env,
                            javax.servlet.http.HttpServletResponse response,
                            CPortletConfig runtimeConfig)

render

public String render(CEnv env,
                     String type,
                     CPortletConfig runtimeConfi)

destroy

public void destroy()