fr.ifremer.wao.ui.services
Class ContactModelFactory.ContactReaderPropertyConduit

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

protected abstract static class ContactModelFactory.ContactReaderPropertyConduit
extends Object
implements org.apache.tapestry5.PropertyConduit

put in common some implementation of PropertyConduit interface.


Constructor Summary
protected ContactModelFactory.ContactReaderPropertyConduit()
           
 
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(Contact contact)
           
 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

ContactModelFactory.ContactReaderPropertyConduit

protected ContactModelFactory.ContactReaderPropertyConduit()
Method Detail

getValue

public abstract String getValue(Contact contact)

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-2011 Ifremer. All Rights Reserved.