net.sourceforge.openutils.mgnlmedia.media.pages
Class MediaSearchPage

java.lang.Object
  extended by info.magnolia.cms.servlets.MVCServletHandlerImpl
      extended by info.magnolia.cms.servlets.CommandBasedMVCServletHandler
          extended by info.magnolia.module.admininterface.PageMVCHandler
              extended by info.magnolia.module.admininterface.TemplatedMVCHandler
                  extended by net.sourceforge.openutils.mgnlmedia.media.pages.MessagesTemplatedMVCHandler
                      extended by net.sourceforge.openutils.mgnlmedia.media.pages.MediaSearchPage
All Implemented Interfaces:
info.magnolia.cms.servlets.MVCServletHandler

public class MediaSearchPage
extends MessagesTemplatedMVCHandler

Search in medias and shows results

Version:
$Id: MediaSearchPage.java 1628 2010-01-09 17:38:55Z fgiust $
Author:
molaschi

Field Summary
 
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
MediaSearchPage(String name, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Method Summary
 String getAttributes()
          Returns the attributes.
 String getFilename()
          Returns the filename.
 org.slf4j.Logger getLog()
          Returns the log.
 List<MediaTypeConfiguration> getMtc()
          Returns the mtc.
 String[] getPaths()
          Returns the paths.
 String getTags()
          Returns the tags.
 String getType()
          Returns the type.
 void setAttributes(String attributes)
          Sets the attributes.
 void setFilename(String filename)
          Sets the filename.
 void setLog(org.slf4j.Logger log)
          Sets the log.
 void setMtc(List<MediaTypeConfiguration> mtc)
          Sets the mtc.
 void setPaths(String[] paths)
          Sets the paths.
 void setTags(String tags)
          Sets the tags.
 void setType(String type)
          Sets the type.
 String show()
          
 
Methods inherited from class net.sourceforge.openutils.mgnlmedia.media.pages.MessagesTemplatedMVCHandler
getMsgs
 
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
 

Constructor Detail

MediaSearchPage

public MediaSearchPage(String name,
                       javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
Parameters:
name -
request -
response -
Method Detail

show

public String show()

Overrides:
show in class info.magnolia.module.admininterface.PageMVCHandler

getMtc

public List<MediaTypeConfiguration> getMtc()
Returns the mtc.

Returns:
the mtc

setMtc

public void setMtc(List<MediaTypeConfiguration> mtc)
Sets the mtc.

Parameters:
mtc - the mtc to set

getLog

public org.slf4j.Logger getLog()
Returns the log.

Returns:
the log

setLog

public void setLog(org.slf4j.Logger log)
Sets the log.

Parameters:
log - the log to set

getType

public String getType()
Returns the type.

Returns:
the type

setType

public void setType(String type)
Sets the type.

Parameters:
type - the type to set

getFilename

public String getFilename()
Returns the filename.

Returns:
the filename

setFilename

public void setFilename(String filename)
Sets the filename.

Parameters:
filename - the filename to set

getTags

public String getTags()
Returns the tags.

Returns:
the tags

setTags

public void setTags(String tags)
Sets the tags.

Parameters:
tags - the tags to set

getPaths

public String[] getPaths()
Returns the paths.

Returns:
the paths

setPaths

public void setPaths(String[] paths)
Sets the paths.

Parameters:
paths - the paths to set

getAttributes

public String getAttributes()
Returns the attributes.

Returns:
the attributes

setAttributes

public void setAttributes(String attributes)
Sets the attributes.

Parameters:
attributes - the attributes to set


Copyright © 2008-2010 Openmind. All Rights Reserved.