org.apache.tapestry.services.impl
Class ExtensionLookupParameter

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by 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

Constructor Summary
ExtensionLookupParameter()
           
 
Method Summary
 Object getDefault()
           
 String getExtensionName()
           
 void setDefault(Object defaultValue)
           
 void setExtensionName(String string)
           
 
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

ExtensionLookupParameter

public ExtensionLookupParameter()
Method Detail

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.