Class SessionAttributeWorker

java.lang.Object
org.apache.tapestry5.internal.transform.SessionAttributeWorker
All Implemented Interfaces:
ComponentClassTransformWorker2

Looks for the SessionAttribute annotation and converts read and write access on such fields into calls to the Session.getAttribute(String) and Session.setAttribute(String, Object).