This project has retired. For details please refer to its
Attic page.
MediaSelector (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.webapps.session.selection
Class MediaSelector
java.lang.Object
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
Fields inherited from interface org.apache.cocoon.selection.Selector |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MediaSelector
public MediaSelector()
- Deprecated.
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.