org.biomoby.service.dashboard.renderers
Class PlainMobyText
java.lang.Object
org.biomoby.service.dashboard.renderers.AbstractRenderer
org.biomoby.service.dashboard.renderers.PlainText
org.biomoby.service.dashboard.renderers.PlainMobyText
- All Implemented Interfaces:
- Renderer
public class PlainMobyText
- extends PlainText
Display a MobyObject in its internal simple string
representation.
- Version:
- $Id: PlainMobyText.java,v 1.3 2006/02/20 05:51:11 senger Exp $
- Author:
- Martin Senger
Method Summary |
boolean |
canHandle(String criterion,
Object value)
Takes any Moby object (even the 'envelope' objects, such as
MobyPackage, MobyJob, MobySimple and MobyCollection). |
PlainMobyText
public PlainMobyText()
canHandle
public boolean canHandle(String criterion,
Object value)
- Takes any Moby object (even the 'envelope' objects, such as
MobyPackage, MobyJob, MobySimple and MobyCollection).
- Specified by:
canHandle
in interface Renderer
- Overrides:
canHandle
in class PlainText
- Parameters:
criterion
- is a category of the value, e.g. "MIME-TYPE"value
- is a value from the category criterion, e.g. "text/xml"
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010