org.apache.tapestry.services.impl
Class ExtensionLookupParameter
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
org.apache.tapestry.services.impl.ExtensionLookupParameter
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
public class ExtensionLookupParameter
- extends org.apache.hivemind.impl.BaseLocatable
Parameters to the ExtensionLookupFactory
service implementation factory.
- Since:
- 4.0
- Author:
- Howard 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 |
ExtensionLookupParameter
public ExtensionLookupParameter()
getExtensionName
public String getExtensionName()
setExtensionName
public void setExtensionName(String string)
getDefault
public Object getDefault()
setDefault
public void setDefault(Object defaultValue)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.