org.apache.struts2.plexus
Class PlexusThreadLocal
java.lang.Object
org.apache.struts2.plexus.PlexusThreadLocal
public class PlexusThreadLocal
- extends Object
Stores and retrieves the plexus container in the thread
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlexusThreadLocal
public PlexusThreadLocal()
setPlexusContainer
public static void setPlexusContainer(org.codehaus.plexus.PlexusContainer pc)
- Parameters:
pc
- The plexus container for this thread
getPlexusContainer
public static org.codehaus.plexus.PlexusContainer getPlexusContainer()
- Returns:
- The plexus container for this thread
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.