org.apache.tapestry5.internal.services
Class SessionPersistentFieldStrategy

java.lang.Object
  extended by org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy
      extended by org.apache.tapestry5.internal.services.SessionPersistentFieldStrategy
All Implemented Interfaces:
PersistentFieldStrategy

public class SessionPersistentFieldStrategy
extends AbstractSessionPersistentFieldStrategy

A strategy for storing persistent page properties into the session.

Builds attribute names as: state:page-name:component-id:field-name


Constructor Summary
SessionPersistentFieldStrategy(Request request)
           
 
Method Summary
 
Methods inherited from class org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy
convertApplicationValueToPersisted, convertPersistedToApplicationValue, didReadChange, discardChanges, gatherFieldChanges, postChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionPersistentFieldStrategy

public SessionPersistentFieldStrategy(Request request)


Copyright © 2003-2012 The Apache Software Foundation.