org.apache.cocoon.webapps.session
Interface MediaManager

All Known Implementing Classes:
DefaultMediaManager

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

public interface MediaManager

This is the media manager. It provides simple support for developing multi-channel applications

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

Field Summary
static String ROLE
          Deprecated. The Avalon Role
 
Method Summary
 String getMediaType()
          Deprecated. Return the current media type
 String[] getMediaTypes()
          Deprecated. Get all media type names
 boolean testMedia(String value)
          Deprecated. Test if the media of the current request is the given value
 

Field Detail

ROLE

static final String ROLE
Deprecated. 
The Avalon Role

Method Detail

testMedia

boolean testMedia(String value)
Deprecated. 
Test if the media of the current request is the given value


getMediaTypes

String[] getMediaTypes()
Deprecated. 
Get all media type names


getMediaType

String getMediaType()
Deprecated. 
Return the current media type



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