jodd.madvoc.injector
Class SessionScopeInjector

java.lang.Object
  extended by jodd.madvoc.injector.BaseScopeInjector
      extended by jodd.madvoc.injector.SessionScopeInjector

public class SessionScopeInjector
extends BaseScopeInjector

Servlet session scope injector.


Field Summary
 
Fields inherited from class jodd.madvoc.injector.BaseScopeInjector
scopeDataResolver, scopeType
 
Constructor Summary
SessionScopeInjector()
           
 
Method Summary
 void inject(java.lang.Object target, javax.servlet.http.HttpServletRequest servletRequest)
           
 void outject(java.lang.Object target, javax.servlet.http.HttpServletRequest servletRequest)
           
 
Methods inherited from class jodd.madvoc.injector.BaseScopeInjector
getMatchedPropertyName, getTargetProperty, lookupInData, lookupOutData, setTargetProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionScopeInjector

public SessionScopeInjector()
Method Detail

inject

public void inject(java.lang.Object target,
                   javax.servlet.http.HttpServletRequest servletRequest)

outject

public void outject(java.lang.Object target,
                    javax.servlet.http.HttpServletRequest servletRequest)


Copyright © 2003-2011 Jodd Team