Class DefaultVelocityComponent
java.lang.Object
org.codehaus.plexus.velocity.internal.DefaultVelocityComponent
- All Implemented Interfaces:
 VelocityComponent
Default component implementation. The presence of 
VelocityComponentConfigurator is optional.- 
Field Summary
Fields inherited from interface org.codehaus.plexus.velocity.VelocityComponent
ROLE - 
Constructor Summary
ConstructorsConstructorDescriptionDefaultVelocityComponent(VelocityComponentConfigurator componentConfigurator)  - 
Method Summary
 
- 
Constructor Details
- 
DefaultVelocityComponent
@Inject public DefaultVelocityComponent(@Nullable VelocityComponentConfigurator componentConfigurator)  
 - 
 - 
Method Details
- 
getEngine
public org.apache.velocity.app.VelocityEngine getEngine()- Specified by:
 getEnginein interfaceVelocityComponent
 
 -