org.apache.tapestry.engine.state
Class StateObjectContribution

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.apache.tapestry.engine.state.StateObjectContribution
All Implemented Interfaces:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder

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

Contribution to the tapestry.state.ApplicationObjects or tapestry.state.FactoryObjects configuration points.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
StateObjectContribution()
           
 
Method Summary
 StateObjectFactory getFactory()
           
 String getName()
           
 String getScope()
           
 void setFactory(StateObjectFactory factory)
           
 void setName(String name)
           
 void setScope(String scope)
           
 
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

StateObjectContribution

public StateObjectContribution()
Method Detail

getFactory

public StateObjectFactory getFactory()

setFactory

public void setFactory(StateObjectFactory factory)

getName

public String getName()

setName

public void setName(String name)

getScope

public String getScope()

setScope

public void setScope(String scope)


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