|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts2.plexus.PlexusThreadLocal
public class PlexusThreadLocal
Stores and retrieves the plexus container in the thread
Constructor Summary | |
---|---|
PlexusThreadLocal()
|
Method Summary | |
---|---|
static org.codehaus.plexus.PlexusContainer |
getPlexusContainer()
|
static void |
setPlexusContainer(org.codehaus.plexus.PlexusContainer pc)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlexusThreadLocal()
Method Detail |
---|
public static void setPlexusContainer(org.codehaus.plexus.PlexusContainer pc)
pc
- The plexus container for this threadpublic static org.codehaus.plexus.PlexusContainer getPlexusContainer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |