org.apache.cocoon.webapps.session.selection
Class MediaSelector

java.lang.Object
  extended by org.apache.cocoon.webapps.session.selection.MediaSelector
All Implemented Interfaces:
Component, Serviceable, ThreadSafe, Selector

Deprecated. This block is deprecated and will be removed in future versions.

public final class MediaSelector
extends Object
implements Serviceable, Selector, ThreadSafe

This selector uses the media management.

Version:
CVS $Id: MediaSelector.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

Field Summary
 
Fields inherited from interface org.apache.cocoon.selection.Selector
ROLE
 
Constructor Summary
MediaSelector()
          Deprecated.  
 
Method Summary
 boolean select(String expression, Map objectModel, Parameters parameters)
          Deprecated. Selector
 void service(ServiceManager manager)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaSelector

public MediaSelector()
Deprecated. 
Method Detail

select

public boolean select(String expression,
                      Map objectModel,
                      Parameters parameters)
Deprecated. 
Selector

Specified by:
select in interface Selector
Parameters:
expression - The expression to test.
objectModel - The Map containing object of the calling environment which may be used to select values to test the expression.
parameters - The sitemap parameters, as specified by <parameter/> tags.
Returns:
boolean Signals successfull test.

service

public void service(ServiceManager manager)
             throws ServiceException
Deprecated. 
Specified by:
service in interface Serviceable
Throws:
ServiceException


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.