C D E F G J M O P R S T V

C

CDIFacet - Interface in org.jboss.forge.spec.javaee
If installed, this Project supports features from the CDI specification.
constraintMapping(String) - Method in interface org.jboss.forge.spec.javaee.descriptor.ValidationDescriptor
 
constraintValidatorFactory(String) - Method in interface org.jboss.forge.spec.javaee.descriptor.ValidationDescriptor
 

D

defaultProvider(String) - Method in interface org.jboss.forge.spec.javaee.descriptor.ValidationDescriptor
 

E

EJBFacet - Interface in org.jboss.forge.spec.javaee
If installed, this Project supports features from the EJB specification.

F

FacesFacet - Interface in org.jboss.forge.spec.javaee
If installed, this Project supports features from the JSF specification.

G

getAllEntities() - Method in interface org.jboss.forge.spec.javaee.PersistenceFacet
Get a list of all @Entity classes in the default entity package.
getApplicationActivatorType() - Method in interface org.jboss.forge.spec.javaee.RestFacet
Get the RestActivatorType with which this application was configured.
getApplicationPath() - Method in interface org.jboss.forge.spec.javaee.RestFacet
Get the root web-path from which REST requests should be serviced.
getConfig() - Method in interface org.jboss.forge.spec.javaee.CDIFacet
Parse and return this Project's beans.xml file as a BeansDescriptor
getConfig() - Method in interface org.jboss.forge.spec.javaee.PersistenceFacet
Parse and return this Project's persistence.xml file as a PersistenceDescriptor
getConfig() - Method in interface org.jboss.forge.spec.javaee.ServletFacet
Parse and return this Project's web.xml file as a WebAppDescriptor
getConfig() - Method in interface org.jboss.forge.spec.javaee.ValidationFacet
 
getConfigFile() - Method in interface org.jboss.forge.spec.javaee.CDIFacet
Get a reference to this Project's beans.xml file.
getConfigFile() - Method in interface org.jboss.forge.spec.javaee.FacesFacet
Get a reference to this Project's configured WEB-INF/faces-config.xml file.
getConfigFile() - Method in interface org.jboss.forge.spec.javaee.PersistenceFacet
Get a reference to this Project's persistence.xml file.
getConfigFile() - Method in interface org.jboss.forge.spec.javaee.ServletFacet
Return a reference to this Project's web.xml file.
getConfigFile() - Method in interface org.jboss.forge.spec.javaee.ValidationFacet
 
getConstraintMappings() - Method in interface org.jboss.forge.spec.javaee.descriptor.ValidationDescriptor
 
getConstraintValidatorFactory() - Method in interface org.jboss.forge.spec.javaee.descriptor.ValidationDescriptor
 
getDefaultProvider() - Method in interface org.jboss.forge.spec.javaee.descriptor.ValidationDescriptor
 
getEntityPackage() - Method in interface org.jboss.forge.spec.javaee.PersistenceFacet
Get this Project's default package for @Entity objects
getEntityPackageDir() - Method in interface org.jboss.forge.spec.javaee.PersistenceFacet
Get this Project's default @Entity package directory.
getFaceletsDefaultSuffixes() - Method in interface org.jboss.forge.spec.javaee.FacesFacet
Return all Faces default suffixes for JSP files as configured by the javax.faces.FACELETS_SUFFIX context-parameter.
getFaceletsViewMapping() - Method in interface org.jboss.forge.spec.javaee.FacesFacet
Return all Facelets view mappings as configured by the javax.faces.FACELETS_VIEW_MAPPINGS context-parameter.
getFacesDefaultSuffixes() - Method in interface org.jboss.forge.spec.javaee.FacesFacet
Return all Faces default suffixes for JSP files as configured by the javax.faces.DEFAULT_SUFFIX context-parameter.
getFacesServletMappings() - Method in interface org.jboss.forge.spec.javaee.FacesFacet
Get this application's currently configured FacesServlet mappings.
getFacesSuffixes() - Method in interface org.jboss.forge.spec.javaee.FacesFacet
Return all configured JSP or Facelets default suffixes.
getMessageInterpolator() - Method in interface org.jboss.forge.spec.javaee.descriptor.ValidationDescriptor
 
getProjectStage() - Method in interface org.jboss.forge.spec.javaee.FacesFacet
Get this application's currently configured FacesProjectStage.
getResourceForWebPath(String) - Method in interface org.jboss.forge.spec.javaee.FacesFacet
Given a web path, return the corresponding resource to which that path would resolve when the application is deployed.
getResources() - Method in interface org.jboss.forge.spec.javaee.ServletFacet
List all files in this Project's WebContent directory, recursively.
getResources(ResourceFilter) - Method in interface org.jboss.forge.spec.javaee.ServletFacet
List all files in this Project's WebContent directory, recursively, only if they match the given ResourceFilter.
getTraversableResolver() - Method in interface org.jboss.forge.spec.javaee.descriptor.ValidationDescriptor
 
getWebPaths(Resource<?>) - Method in interface org.jboss.forge.spec.javaee.FacesFacet
For a given Resource, if the resource is a web-resource, return all known context-relative URLs with which that resource may be accessed.
getWebPaths(String) - Method in interface org.jboss.forge.spec.javaee.FacesFacet
For a given JSF view-ID, if the view-ID is valid, return all known context-relative URLs with which that resource may be accessed.

J

JSTLFacet - Interface in org.jboss.forge.spec.javaee
If installed, this Project supports features from the JSTL specification.

M

mappingToRegex(String) - Static method in class org.jboss.forge.spec.javaee.util.ServletUtil
Convert a Servlet Mapping to a compiled Pattern
messageInterpolator(String) - Method in interface org.jboss.forge.spec.javaee.descriptor.ValidationDescriptor
 

O

org.jboss.forge.spec.javaee - package org.jboss.forge.spec.javaee
 
org.jboss.forge.spec.javaee.descriptor - package org.jboss.forge.spec.javaee.descriptor
 
org.jboss.forge.spec.javaee.util - package org.jboss.forge.spec.javaee.util
 

P

PersistenceFacet - Interface in org.jboss.forge.spec.javaee
If installed, this Project supports features from the JPA specification.

R

RestActivatorType - Enum in org.jboss.forge.spec.javaee
 
RestFacet - Interface in org.jboss.forge.spec.javaee
If installed, this Project supports features from the JAX-RS specification.

S

saveConfig(BeansDescriptor) - Method in interface org.jboss.forge.spec.javaee.CDIFacet
Save the given BeanDescriptor as this Project's beans.xml file
saveConfig(PersistenceDescriptor) - Method in interface org.jboss.forge.spec.javaee.PersistenceFacet
Save the given PersistenceDescriptor as this Project's persistence.xml file.
saveConfig(WebAppDescriptor) - Method in interface org.jboss.forge.spec.javaee.ServletFacet
Save the given WebAppDescriptor as this Project's web.xml file
saveConfig(ValidationDescriptor) - Method in interface org.jboss.forge.spec.javaee.ValidationFacet
 
ServletFacet - Interface in org.jboss.forge.spec.javaee
If installed, this Project supports features from the Servlet specification.
ServletUtil - Class in org.jboss.forge.spec.javaee.util
 
ServletUtil() - Constructor for class org.jboss.forge.spec.javaee.util.ServletUtil
 
setApplicationPath(String) - Method in interface org.jboss.forge.spec.javaee.RestFacet
Set the root web-path from which REST requests should be serviced.
SoapFacet - Interface in org.jboss.forge.spec.javaee
If installed, this Project supports features from the JAX-WS specification.

T

traversableResolver(String) - Method in interface org.jboss.forge.spec.javaee.descriptor.ValidationDescriptor
 

V

ValidationDescriptor - Interface in org.jboss.forge.spec.javaee.descriptor
Bean Validation configuration descriptor
ValidationFacet - Interface in org.jboss.forge.spec.javaee
Facet representing JSR-303 capabilities for Bean Validation
valueOf(String) - Static method in enum org.jboss.forge.spec.javaee.RestActivatorType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.forge.spec.javaee.RestActivatorType
Returns an array containing the constants of this enum type, in the order they are declared.

C D E F G J M O P R S T V

Copyright © 2011 Seam Framework. All Rights Reserved.