|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.engine.ThreadLocalPageSource
public final class ThreadLocalPageSource
this class is just used to make the pagesource availble for old code in ra files
Constructor Summary | |
---|---|
ThreadLocalPageSource()
|
Method Summary | |
---|---|
static PageSource |
get()
returns Config registered for the current thread |
static void |
register(PageSource ps)
register a Config for he current thread |
static void |
release()
release the pagecontext for the current thread |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreadLocalPageSource()
Method Detail |
---|
public static void register(PageSource ps)
config
- Config to registerpublic static PageSource get()
public static void release()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |