org.codehaus.waffle.registrar
Class RequestParameterReference

java.lang.Object
  extended by org.codehaus.waffle.registrar.AbstractReference
      extended by org.codehaus.waffle.registrar.RequestParameterReference
All Implemented Interfaces:
Reference

public class RequestParameterReference
extends AbstractReference


Constructor Summary
RequestParameterReference(java.lang.Object key)
           
 
Method Summary
static RequestAttributeReference requestParameter(java.lang.String key)
          This method can be statically imported into an Application's Registrar allowing for a more fluent interface to define components and their dependencies
 
Methods inherited from class org.codehaus.waffle.registrar.AbstractReference
getKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestParameterReference

public RequestParameterReference(java.lang.Object key)
Method Detail

requestParameter

public static RequestAttributeReference requestParameter(java.lang.String key)
This method can be statically imported into an Application's Registrar allowing for a more fluent interface to define components and their dependencies



Copyright © 2008. All Rights Reserved.