org.apache.tapestry.services.impl
Class NullHandlerContribution

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by 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 NullHandlerthat will be passed to OgnlRuntime.setNullHandler(java.lang.Class, ognl.NullHandler).

Since:
4.1
Author:
Andreas Andreou

Constructor Summary
NullHandlerContribution()
           
 
Method Summary
 NullHandler getHandler()
           
 Class getSubjectClass()
           
 void setHandler(NullHandler handler)
           
 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

NullHandlerContribution

public NullHandlerContribution()
Method Detail

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.