|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISessionSettings
Interface for session related settings
pageFactory - The factory class that is used for constructing page instances.
pageMapEvictionStrategy - The strategy for evicting pages from page maps when they are too full
maxPageMaps - The maximum number of page maps allowed in a session (to prevent denial of service attacks)
| Method Summary | |
|---|---|
IPageFactory |
getPageFactory()
Gets the factory to be used when creating pages |
void |
setPageFactory(IPageFactory pageFactory)
Sets the factory to be used when creating pages. |
| Method Detail |
|---|
IPageFactory getPageFactory()
void setPageFactory(IPageFactory pageFactory)
pageFactory - The default factory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||