org.apache.wicket.guice
Class GuiceFieldValueFactory

java.lang.Object
  extended by org.apache.wicket.guice.GuiceFieldValueFactory
All Implemented Interfaces:
IFieldValueFactory

public class GuiceFieldValueFactory
extends Object
implements IFieldValueFactory


Nested Class Summary
static class GuiceFieldValueFactory.MoreThanOneBindingException
           
 
Method Summary
 Object getFieldValue(Field field, Object fieldOwner)
          
 boolean supportsField(Field field)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFieldValue

public Object getFieldValue(Field field,
                            Object fieldOwner)

Specified by:
getFieldValue in interface IFieldValueFactory

supportsField

public boolean supportsField(Field field)

Specified by:
supportsField in interface IFieldValueFactory


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.