org.apache.tapestry.services.impl
Class NullHandlerContribution
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
org.apache.tapestry.services.impl.NullHandlerContribution
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
public class NullHandlerContribution
- extends org.apache.hivemind.impl.BaseLocatable
A contribution to the tapestry.ognl.NullHandlers
configuration point; this
provides the Class and NullHandler
that will be passed to
OgnlRuntime.setNullHandler(java.lang.Class, ognl.NullHandler)
.
- Since:
- 4.1
- Author:
- Andreas Andreou
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 |
NullHandlerContribution
public NullHandlerContribution()
getHandler
public NullHandler getHandler()
setHandler
public void setHandler(NullHandler handler)
getSubjectClass
public Class getSubjectClass()
setSubjectClass
public void setSubjectClass(Class subjectClass)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.