|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpecificationCache
This is not API.
In an earlier version it was possible to inject the SpecificationCache into the
reflector. This was needed when the reflector was
original (what is now called) session scoped, rather than
application-scoped.
This interface has been left in for now, but will likely be removed.
| Method Summary | |
|---|---|
NakedObjectSpecification[] |
allSpecifications()
|
void |
cache(java.lang.String className,
NakedObjectSpecification spec)
|
void |
clear()
|
NakedObjectSpecification |
get(java.lang.String className)
Returns the NakedObjectSpecification, or possibly null if has not
been cached. |
| Method Detail |
|---|
NakedObjectSpecification get(java.lang.String className)
NakedObjectSpecification, or possibly null if has not
been cached.
NakedObjectSpecification[] allSpecifications()
void cache(java.lang.String className,
NakedObjectSpecification spec)
void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||