|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.waffle.registrar.AbstractReference
org.codehaus.waffle.registrar.SessionAttributeReference
public class SessionAttributeReference
Allows for a component dependency to be resolved from a HttpSession attribute.
| Constructor Summary | |
|---|---|
SessionAttributeReference(java.lang.String key)
|
|
| Method Summary | |
|---|---|
static SessionAttributeReference |
sessionAttribute(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 |
|---|
public SessionAttributeReference(java.lang.String key)
key - is the String specifying the name of the HttpSession attribute.| Method Detail |
|---|
public static SessionAttributeReference sessionAttribute(java.lang.String key)
key - is the String specifying the name of the HttpSession attribute.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||