fr.ifremer.wao.ui.services
Class SampleRowModelFactory.SampleRowReaderPropertyConduit

java.lang.Object
  extended by fr.ifremer.wao.ui.services.SampleRowModelFactory.SampleRowReaderPropertyConduit
All Implemented Interfaces:
org.apache.tapestry5.ioc.AnnotationProvider, org.apache.tapestry5.PropertyConduit
Enclosing class:
SampleRowModelFactory

protected abstract static class SampleRowModelFactory.SampleRowReaderPropertyConduit
extends Object
implements org.apache.tapestry5.PropertyConduit

put in common some implementation of PropertyConduit interface.


Constructor Summary
protected SampleRowModelFactory.SampleRowReaderPropertyConduit()
           
 
Method Summary
 String get(Object instance)
           
<T extends Annotation>
T
getAnnotation(Class<T> annotationClass)
          should never be called
 Class getPropertyType()
          all value returned are string
abstract  String getValue(SampleRow sampleRow)
           
 void set(Object instance, Object value)
          should never be called
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleRowModelFactory.SampleRowReaderPropertyConduit

protected SampleRowModelFactory.SampleRowReaderPropertyConduit()
Method Detail

getValue

public abstract String getValue(SampleRow sampleRow)

get

public String get(Object instance)
Specified by:
get in interface org.apache.tapestry5.PropertyConduit

getPropertyType

public Class getPropertyType()
all value returned are string

Specified by:
getPropertyType in interface org.apache.tapestry5.PropertyConduit

set

public void set(Object instance,
                Object value)
should never be called

Specified by:
set in interface org.apache.tapestry5.PropertyConduit

getAnnotation

public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
should never be called

Specified by:
getAnnotation in interface org.apache.tapestry5.ioc.AnnotationProvider


Copyright © 2009-2012 Ifremer. All Rights Reserved.