Save This Page
Home » tapestry-src-5.0.19 » org.apache.tapestry5.internal.services » [javadoc | source]
org.apache.tapestry5.internal.services
public class: EnvironmentImpl [javadoc | source]
java.lang.Object
   org.apache.tapestry5.internal.services.EnvironmentImpl

All Implemented Interfaces:
    Environment, ThreadCleanupListener

A non-threadsafe implementation (expects to use the "perthread" service lifecyle).
Method from org.apache.tapestry5.internal.services.EnvironmentImpl Summary:
clear,   getAccess,   invalidate,   peek,   peekRequired,   pop,   push,   threadDidCleanup
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tapestry5.internal.services.EnvironmentImpl Detail:
 public  void clear() 
 public EnvironmentalAccess<T> getAccess(Class<T> type) 
  void invalidate(Class type) 
 public T peek(Class<T> type) 
 public T peekRequired(Class<T> type) 
 public T pop(Class<T> type) 
 public T push(Class<T> type,
    T instance) 
 public  void threadDidCleanup()