public class SharedPackageListingsSettings extends Object implements Serializable
ListingFilterSetting
for each listing.
Use HttpSession to store a map of ListingFilterSetting
This class is used to share state between the WebEngine and the JSF partsModifier and Type | Field and Description |
---|---|
static String |
SESSION_KEY |
Constructor and Description |
---|
SharedPackageListingsSettings() |
Modifier and Type | Method and Description |
---|---|
ListingFilterSetting |
get(String listName) |
static SharedPackageListingsSettings |
instance() |
static SharedPackageListingsSettings |
instance(HttpServletRequest request) |
static SharedPackageListingsSettings |
instance(HttpSession session) |
public static final String SESSION_KEY
public ListingFilterSetting get(String listName)
public static SharedPackageListingsSettings instance()
public static SharedPackageListingsSettings instance(HttpServletRequest request)
public static SharedPackageListingsSettings instance(HttpSession session)
Copyright © 2011 Nuxeo SA. All Rights Reserved.