org.wicketopia.example.web.bean
Class SessionTracker

java.lang.Object
  extended by org.wicketopia.example.web.bean.SessionTracker
All Implemented Interfaces:
Serializable

@ConversationScoped
public class SessionTracker
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SessionTracker()
           
 
Method Summary
 int getPageViews()
           
 void incrementPageViews()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionTracker

public SessionTracker()
Method Detail

getPageViews

public int getPageViews()

incrementPageViews

public void incrementPageViews()


Copyright © 2010-2013. All Rights Reserved.