Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.tapestry5.plastic Classes and Interfaces - 40 results found.
NameDescriptionTypePackageFramework
AnnotationAccessInterface implemented by members that may hold annotations.Interfaceorg.apache.tapestry5.plasticApache Tapestry
ClassInstantiatorThe end result of a class transformation is a ClassInstantiator that can be used to instantiate an instance of the transformed class.Interfaceorg.apache.tapestry5.plasticApache Tapestry
ClassTypeenum ClassTypeextends EnumIdentifies the type of class referenced in a PlasticClassEvent.Classorg.apache.tapestry5.plasticApache Tapestry
ComputedValueProvides an indirect, or computed, value.Interfaceorg.apache.tapestry5.plasticApache Tapestry
Conditionenum Conditionextends EnumCondition used with InstructionBuilder.Classorg.apache.tapestry5.plasticApache Tapestry
ConstructorCallbackSupplies construction-time logic for the class' constructor.Interfaceorg.apache.tapestry5.plasticApache Tapestry
FieldConduitA FieldConduit is an object that effectively replaces the field in the instantiated object.Interfaceorg.apache.tapestry5.plasticApache Tapestry
FieldHandleAllows read/write access directly to a field (bypassing accessors).Interfaceorg.apache.tapestry5.plasticApache Tapestry
InstanceContextDefines per-instance context values for a transformed PlasticClass.Interfaceorg.apache.tapestry5.plasticApache Tapestry
InstructionBuilderSimplifies the generation of method instructions for a particular method (or constructor), allowing bytecode to be created with a friendlier API that focuses on Java type names (names as they would appear in Java source) rather thanInterfaceorg.apache.tapestry5.plasticApache Tapestry
InstructionBuilderCallbackUsed in various places to allow some code to be constructed under controlled circumstances.Interfaceorg.apache.tapestry5.plasticApache Tapestry
LocalVariableVariable available inside a LocalVariableCallback.Interfaceorg.apache.tapestry5.plasticApache Tapestry
LocalVariableCallbackA callback for generating code where a local variable is in effect.Interfaceorg.apache.tapestry5.plasticApache Tapestry
MethodAdviceMethodAdvice is a special callback that is threaded into the implementation of a method.Interfaceorg.apache.tapestry5.plasticApache Tapestry
MethodDescriptionDescribes a PlasticMethod in terms of a method name, a set of modifiers (public, private, static, final, etc.Classorg.apache.tapestry5.plasticApache Tapestry
MethodHandleSimiliar to Method, this allows a method of a Plastic class to be invoked regardless of visibility.Interfaceorg.apache.tapestry5.plasticApache Tapestry
MethodInvocationA representation of the invocation of a method that allows the behavior of the method to be advised: either by changing parameter values, or by changing the return value, or by catch or throwing different exceptions.Interfaceorg.apache.tapestry5.plasticApache Tapestry
MethodInvocationResultThe result of a method invocation, which encapsulates the actual return value (if any), as well as any checked exception.Interfaceorg.apache.tapestry5.plasticApache Tapestry
MethodParameterInterfaceorg.apache.tapestry5.plasticApache Tapestry
OpcodesUsed to document the InstructionBuilder and TryCatchBlockRequired Element SummaryClassorg.apache.tapestry5.plasticApache Tapestry
PlasticClassThe representation of a class while it is being instrumented and transformed.Interfaceorg.apache.tapestry5.plasticApache Tapestry
PlasticClassEventDescribes a transformed class about to be loaded.Interfaceorg.apache.tapestry5.plasticApache Tapestry
PlasticClassListenerAllows a listener to be notified about classes about to be loaded by the manager's class loader.Interfaceorg.apache.tapestry5.plasticApache Tapestry
PlasticClassListenerHubMethods for adding and removing PlasticClassListeners .Interfaceorg.apache.tapestry5.plasticApache Tapestry
PlasticClassTransformationA wrapper around a PlasticClass that allows the class to be converted into a concrete class, once all transformations are complete.Interfaceorg.apache.tapestry5.plasticApache Tapestry
PlasticClassTransformerInterface for defining how a PlasticClass is transformed.Interfaceorg.apache.tapestry5.plasticApache Tapestry
PlasticFieldRepresents a field of a class being transformed.Interfaceorg.apache.tapestry5.plasticApache Tapestry
PlasticManagerManages the internal class loaders and other logics necessary to load and transform existing classes, or to create new classes dynamically at runtime.Classorg.apache.tapestry5.plasticApache Tapestry
PlasticManager .PlasticManagerBuilderA builder object for configuring the PlasticManager before instantiating it.Classorg.apache.tapestry5.plastic.PlasticManagerApache Tapestry
PlasticManagerDelegateDelegate to the PlasticManager that performs the actual transformations of the class.Interfaceorg.apache.tapestry5.plasticApache Tapestry
PlasticMethodA method of a transformed class.Interfaceorg.apache.tapestry5.plasticApache Tapestry
PlasticUtilsUtilities for user code making use of Plastic.Classorg.apache.tapestry5.plasticApache Tapestry
PropertyAccessTypeenum PropertyAccessTypeextends EnumUsed when converting a field into a property (that is, adding accessor methods for the field) to identifyClassorg.apache.tapestry5.plasticApache Tapestry
SwitchBlockSupport for building the equivalent of a Java switch statement.Interfaceorg.apache.tapestry5.plasticApache Tapestry
SwitchCallbackA callback used by a SwitchBlock to manage the generation of code.Interfaceorg.apache.tapestry5.plasticApache Tapestry
TransformationOptionenum TransformationOptionextends EnumOptions used when transforming classes.Classorg.apache.tapestry5.plasticApache Tapestry
TryCatchBlockAllows a portion of a method to be marked so that exception and finally handlers can be provided.Interfaceorg.apache.tapestry5.plasticApache Tapestry
TryCatchCallbackA callback used with InstructionBuilder.Interfaceorg.apache.tapestry5.plasticApache Tapestry
WhenCallbackUsed with InstructionBuilder.Interfaceorg.apache.tapestry5.plasticApache Tapestry
WhileCallbackCallback used with InstructionBuilder.Interfaceorg.apache.tapestry5.plasticApache Tapestry