public class ComponentBasket extends Object
Modifier and Type | Field and Description |
---|---|
List<String> |
components |
Map<String,String> |
componentsMap |
static String |
SESSION_KEY |
Constructor and Description |
---|
ComponentBasket() |
Modifier and Type | Method and Description |
---|---|
boolean |
addComponent(String comp) |
static ComponentBasket |
getComponentBasket(ContentContext ctx) |
List<String> |
getComponents() |
Map<String,String> |
getComponentsMap() |
boolean |
removeComponent(String comp) |
int |
size() |
public static final String SESSION_KEY
public static final ComponentBasket getComponentBasket(ContentContext ctx)
public boolean addComponent(String comp)
public int size()
public boolean removeComponent(String comp)
Copyright © 2012-2018. All Rights Reserved.