org.apache.tapestry.services.impl
Class PropertyAccessorContribution

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.apache.tapestry.services.impl.PropertyAccessorContribution
All Implemented Interfaces:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder

public class PropertyAccessorContribution
extends org.apache.hivemind.impl.BaseLocatable

A contribution to the tapestry.ognl.PropertyAccessors configuration point; this provides the Class and PropertyAccessorthat will be passed to OgnlRuntime.setPropertyAccessor(java.lang.Class, ognl.PropertyAccessor).

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
PropertyAccessorContribution()
           
 
Method Summary
 PropertyAccessor getAccessor()
           
 Class getSubjectClass()
           
 void setAccessor(PropertyAccessor accessor)
           
 void setSubjectClass(Class subjectClass)
           
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyAccessorContribution

public PropertyAccessorContribution()
Method Detail

getAccessor

public PropertyAccessor getAccessor()

setAccessor

public void setAccessor(PropertyAccessor accessor)

getSubjectClass

public Class getSubjectClass()

setSubjectClass

public void setSubjectClass(Class subjectClass)


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