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, toStringpublic 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 DeploymentHandlerpostProcess in class AbstractDeploymentHandlerpublic String getName()
DeploymentHandlerpublic DeploymentMetadata getMetadata()
DeploymentHandlerCopyright © 2015 Seam Framework. All Rights Reserved.