Jaxer.Container : Object
Return to: Jaxer Framework index

Container object that is used for all types of containers (e.g. session, sessionPage, etc).

Platform Support

Jaxer Server Framework Jaxer Client Framework
1.0 no

Constructors

Constructor Action Jaxer Server Framework Jaxer Client Framework
Jaxer.Container Constructor(String type, String key, Object persistor, String name) : Jaxer.Container
This is the contructor for the Container object, used for all types of containers (session, sessionPage, etc).

(Advanced)
Show Details 1.0 no

Jaxer.Container(String type, String key, Object persistor, String name) : Jaxer.Container

This is the contructor for the Container object, used for all types of containers (session, sessionPage, etc).

(Advanced)

Parameters
String type The type of the container
String key The key for the specific instance of the container (e.g. the sessionPage container is per page, and the page's key is used here)
Object persistor An instance of the persistor (e.g. a DBPersistor) to be used to persist this container
String name The name of this container

Returns
Jaxer.Container Returns an instance of Container.

Visibility
advanced
aptana_docs