|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.stripes.controller.ActionClassCache
public class ActionClassCache
Quick and dirty class which caches the Class objects representing ActionBeans since it is expensive to look these up using the ResolverUtil.
| Method Summary | |
|---|---|
Set<Class<ActionBean>> |
getActionBeanClasses()
Returns the set of beans in the classpath that implement ActionBean. |
static ActionClassCache |
getInstance()
Gets access to the singleton instance of this class. |
protected static void |
init(Set<String> urlFilters,
Set<String> packageFilters)
Protected initializer that initializes the cached set of bean Class objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected static void init(Set<String> urlFilters,
Set<String> packageFilters)
public static ActionClassCache getInstance()
public Set<Class<ActionBean>> getActionBeanClasses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||