Class PlasticManager

java.lang.Object
org.apache.tapestry5.plastic.PlasticManager
All Implemented Interfaces:
PlasticClassListenerHub

public class PlasticManager extends Object implements PlasticClassListenerHub
Manages the internal class loaders and other logics necessary to load and transform existing classes, or to create new classes dynamically at runtime. New instances are instantiates using withClassLoader(ClassLoader) or withContextClassLoader(), then configuring the returned options object before invoking PlasticManager.PlasticManagerBuilder.create().