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 FrameworkJaxer Client Framework
1.0no

Constructors

ConstructorActionJaxer Server FrameworkJaxer 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 Details1.0no

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
StringtypeThe type of the container
StringkeyThe key for the specific instance of the container (e.g. the sessionPage container is per page, and the page's key is used here)
ObjectpersistorAn instance of the persistor (e.g. a DBPersistor) to be used to persist this container
StringnameThe name of this container

Returns
Jaxer.ContainerReturns an instance of Container.

Visibility
advanced
aptana_docs