public class WidgetStore extends Object
Constructor and Description |
---|
WidgetStore() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheWidgets() |
static CatalogBean |
getCatalog() |
static HashMap<String,WidgetBean> |
list() |
void |
set(WidgetBean widget) |
public WidgetStore() throws IllegalAccessException
IllegalAccessException
public void set(WidgetBean widget) throws IllegalAccessException
IllegalAccessException
public static void cacheWidgets() throws IllegalAccessException
IllegalAccessException
public static CatalogBean getCatalog() throws IllegalAccessException
IllegalAccessException
public static HashMap<String,WidgetBean> list() throws IllegalAccessException
IllegalAccessException
Copyright © 2014 Apache Software Foundation. All Rights Reserved.