org.apache.tapestry.engine.state
Class StateObjectContribution
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
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
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 |
StateObjectContribution
public StateObjectContribution()
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.