net.sourceforge.openutils.mgnlmedia.playlist.pages
Class PlaylistView
java.lang.Object
info.magnolia.cms.servlets.MVCServletHandlerImpl
info.magnolia.cms.servlets.CommandBasedMVCServletHandler
info.magnolia.module.admininterface.PageMVCHandler
info.magnolia.module.admininterface.TemplatedMVCHandler
net.sourceforge.openutils.mgnlmedia.media.pages.MessagesTemplatedMVCHandler
net.sourceforge.openutils.mgnlmedia.playlist.pages.PlaylistView
- All Implemented Interfaces:
- info.magnolia.cms.servlets.MVCServletHandler
public class PlaylistView
- extends MessagesTemplatedMVCHandler
- Author:
- dschivo
| Fields inherited from class info.magnolia.module.admininterface.PageMVCHandler |
COMMAND_PARAMETER_NAME, COMMAND_SHOW, VIEW_SHOW |
| Fields inherited from class info.magnolia.cms.servlets.MVCServletHandlerImpl |
exception, request, response, VIEW_ERROR, VIEW_SUCCESS |
| Fields inherited from interface info.magnolia.cms.servlets.MVCServletHandler |
VIEW_NOTHING |
|
Constructor Summary |
PlaylistView(String name,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
| Methods inherited from class info.magnolia.module.admininterface.TemplatedMVCHandler |
getTemplateName, renderHtml |
| Methods inherited from class info.magnolia.module.admininterface.PageMVCHandler |
getForm, getI18nBasename, getParams, init, setForm, setI18nBasename, setMsgs, setParams |
| Methods inherited from class info.magnolia.cms.servlets.CommandBasedMVCServletHandler |
execute, findCommand, getCatalogueName, getCommandContext, getViewNameAfterExecution, setCatalogueName |
| Methods inherited from class info.magnolia.cms.servlets.MVCServletHandlerImpl |
getCommand, getException, getExceptionStackTrace, getName, getRequest, getResponse, populateFromRequest, setCommand, setRequest, setResponse |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlaylistView
public PlaylistView(String name,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
setPath
public void setPath(String path)
- Sets the path.
- Parameters:
path - the path to set
getPlaylist
public PlaylistBean getPlaylist()
- Returns the playlist.
- Returns:
- the playlist
setTitle
public void setTitle(String title)
- Sets the title.
- Parameters:
title - the title to set
setDescription
public void setDescription(String description)
- Sets the description.
- Parameters:
description - the description to set
show
public String show()
-
- Overrides:
show in class info.magnolia.module.admininterface.PageMVCHandler
save
public String save()
Copyright © 2008-2010 Openmind. All Rights Reserved.