org.jboss.seam.deployment
public class GroovyDeploymentHandler extends AbstractDeploymentHandler
Constructor and Description |
---|
GroovyDeploymentHandler(String groovyFileExtension) |
Modifier and Type | Method and Description |
---|---|
Set<ClassDescriptor> |
getClasses()
Get all the Groovy Seam Components this handler has handled
|
DeploymentMetadata |
getMetadata()
Get DeploymentHandlerMetadata for resources this deployment handler is
interested in processing.
|
String |
getName()
A key used to identify the deployment handler
|
void |
postProcess(ClassLoader classLoader) |
getResources, setResources, toString
public static final String NAME
public GroovyDeploymentHandler(String groovyFileExtension)
groovyFileExtension
- The extension to use for the groovy filepublic Set<ClassDescriptor> getClasses()
public void postProcess(ClassLoader classLoader)
postProcess
in interface DeploymentHandler
postProcess
in class AbstractDeploymentHandler
public String getName()
DeploymentHandler
public DeploymentMetadata getMetadata()
DeploymentHandler
Copyright © 2015 Seam Framework. All Rights Reserved.