org.jboss.seam.deployment
Class GroovyDeploymentHandler
java.lang.Object
org.jboss.seam.deployment.AbstractDeploymentHandler
org.jboss.seam.deployment.GroovyDeploymentHandler
- All Implemented Interfaces:
- DeploymentHandler
public class GroovyDeploymentHandler
- extends AbstractDeploymentHandler
A deployment handler for (uncompiled) Groovy Seam components
- Author:
- Pete Muir
|
Field Summary |
static java.lang.String |
NAME
|
|
Method Summary |
java.util.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. |
java.lang.String |
getName()
A key used to identify the deployment handler |
void |
postProcess(java.lang.ClassLoader classLoader)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
GroovyDeploymentHandler
public GroovyDeploymentHandler(java.lang.String groovyFileExtension)
- Parameters:
groovyFileExtension - The extension to use for the groovy file
getClasses
public java.util.Set<ClassDescriptor> getClasses()
- Get all the Groovy Seam Components this handler has handled
postProcess
public void postProcess(java.lang.ClassLoader classLoader)
- Specified by:
postProcess in interface DeploymentHandler- Overrides:
postProcess in class AbstractDeploymentHandler
getName
public java.lang.String getName()
- Description copied from interface:
DeploymentHandler
- A key used to identify the deployment handler
getMetadata
public DeploymentMetadata getMetadata()
- Description copied from interface:
DeploymentHandler
- Get DeploymentHandlerMetadata for resources this deployment handler is
interested in processing.
If a deployment handler is interested in a number of files it should
define multiple pieces of metadata
Copyright © 2011 Seam Framework. All Rights Reserved.