Forge - Java EE APIs 1.1.3.Final
C E F G J M O P R S V

C

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

E

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

F

FacesAPIFacet - Interface in org.jboss.forge.spec.javaee
If installed, this Project supports features from the JSF specification Java APIs.
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.
getApplicationPath() - Method in interface org.jboss.forge.spec.javaee.RestFacet
 
getCompilerArgs() - Method in interface org.jboss.forge.spec.javaee.PersistenceMetaModelFacet
 
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
 
getEffectiveFacesServletMappings() - Method in interface org.jboss.forge.spec.javaee.FacesFacet
Get this application's currently configured FacesServlet mappings.
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 from the web.xml
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
 
getProcessor() - Method in interface org.jboss.forge.spec.javaee.PersistenceMetaModelFacet
 
getProcessorDependency() - Method in interface org.jboss.forge.spec.javaee.PersistenceMetaModelFacet
 
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.
getServletPath() - Method in interface org.jboss.forge.spec.javaee.RestWebXmlFacet
Get the path of the JAX-RS servlet
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

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

M

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

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.
PersistenceMetaModelFacet - Interface in org.jboss.forge.spec.javaee
 

R

REST_APPLICATIONCLASS_NAME - Static variable in interface org.jboss.forge.spec.javaee.RestApplicationFacet
 
REST_APPLICATIONCLASS_PACKAGE - Static variable in interface org.jboss.forge.spec.javaee.RestApplicationFacet
 
RestActivatorType - Enum in org.jboss.forge.spec.javaee
Configuration types of JAX-RS
RestApplicationFacet - Interface 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.
RestWebXmlFacet - Interface in org.jboss.forge.spec.javaee
 
ROOTPATH - Static variable in interface org.jboss.forge.spec.javaee.RestFacet
 

S

saveConfig(BeansDescriptor) - Method in interface org.jboss.forge.spec.javaee.CDIFacet
Save the given BeansDescriptor 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.RestApplicationFacet
Set the root web-path from which REST requests should be serviced.
setApplicationPath(String) - Method in interface org.jboss.forge.spec.javaee.RestWebXmlFacet
Set the root web-path from which REST requests should be serviced.
setConstraintMapping(String) - Method in interface org.jboss.forge.spec.javaee.descriptor.ValidationDescriptor
 
setConstraintValidatorFactory(String) - Method in interface org.jboss.forge.spec.javaee.descriptor.ValidationDescriptor
 
setDefaultProvider(String) - Method in interface org.jboss.forge.spec.javaee.descriptor.ValidationDescriptor
 
setFacesMapping(String) - Method in interface org.jboss.forge.spec.javaee.FacesFacet
Set this application's FacesServlet mapping.
setMessageInterpolator(String) - Method in interface org.jboss.forge.spec.javaee.descriptor.ValidationDescriptor
 
setTraversableResolver(String) - Method in interface org.jboss.forge.spec.javaee.descriptor.ValidationDescriptor
 
SoapFacet - Interface in org.jboss.forge.spec.javaee
If installed, this Project supports features from the JAX-WS specification.

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 E F G J M O P R S V
Forge - Java EE APIs 1.1.3.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.