org.apache.wicket.examples.stateless
Class SessionModel
java.lang.Object
org.apache.wicket.model.AbstractReadOnlyModel<String>
org.apache.wicket.examples.stateless.SessionModel
- All Implemented Interfaces:
- Serializable, IClusterable, IDetachable, IModel<String>
public class SessionModel
- extends AbstractReadOnlyModel<String>
Model that displays whether a session was created yet, and if it was, prints the session id.
- Author:
- Eelco Hillenius
- See Also:
- Serialized Form
SessionModel
public SessionModel()
getObject
public String getObject()
- Description copied from interface:
IModel
- Gets the model object.
- Specified by:
getObject
in interface IModel<String>
- Specified by:
getObject
in class AbstractReadOnlyModel<String>
- Returns:
- The model object
- See Also:
AbstractReadOnlyModel.getObject()
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.