Uses of Class
org.primefaces.context.PrimeApplicationContext
-
-
Uses of PrimeApplicationContext in org.primefaces.context
Methods in org.primefaces.context that return PrimeApplicationContext Modifier and Type Method Description PrimeApplicationContextPrimeRequestContext. getApplicationContext()static PrimeApplicationContextPrimeApplicationContext. getCurrentInstance(javax.faces.context.FacesContext facesContext)static PrimeApplicationContextPrimeApplicationContext. getCurrentInstance(javax.faces.context.FacesContext facesContext, boolean create)static PrimeApplicationContextPrimeApplicationContext. getCurrentInstance(javax.servlet.ServletContext context)Methods in org.primefaces.context with parameters of type PrimeApplicationContext Modifier and Type Method Description static voidPrimeApplicationContext. setCurrentInstance(PrimeApplicationContext context, javax.faces.context.FacesContext facesContext) -
Uses of PrimeApplicationContext in org.primefaces.metadata
Methods in org.primefaces.metadata with parameters of type PrimeApplicationContext Modifier and Type Method Description static Set<javax.validation.metadata.ConstraintDescriptor<?>>BeanValidationMetadataExtractor. extractAllConstraintDescriptors(javax.faces.context.FacesContext context, PrimeApplicationContext applicationContext, javax.el.ValueExpression ve)static Set<javax.validation.metadata.ConstraintDescriptor<?>>BeanValidationMetadataExtractor. extractConstraintDescriptors(javax.faces.context.FacesContext context, PrimeApplicationContext applicationContext, javax.el.ValueExpression ve, Class... groups)static Set<javax.validation.metadata.ConstraintDescriptor<?>>BeanValidationMetadataExtractor. extractDefaultConstraintDescriptors(javax.faces.context.FacesContext context, PrimeApplicationContext applicationContext, javax.el.ValueExpression ve)static javax.validation.metadata.PropertyDescriptorBeanValidationMetadataExtractor. extractPropertyDescriptor(javax.faces.context.FacesContext context, PrimeApplicationContext applicationContext, javax.el.ValueExpression ve) -
Uses of PrimeApplicationContext in org.primefaces.metadata.transformer
Methods in org.primefaces.metadata.transformer with parameters of type PrimeApplicationContext Modifier and Type Method Description static voidMetadataTransformerExecutor. execute(PrimeApplicationContext applicationContext, javax.faces.component.UIComponent component)voidAbstractInputMetadataTransformer. transform(javax.faces.context.FacesContext context, PrimeApplicationContext applicationContext, javax.faces.component.UIComponent component)voidMetadataTransformer. transform(javax.faces.context.FacesContext context, PrimeApplicationContext applicationContext, javax.faces.component.UIComponent component)protected abstract voidAbstractInputMetadataTransformer. transformInput(javax.faces.context.FacesContext context, PrimeApplicationContext applicationContext, javax.faces.component.UIInput component) -
Uses of PrimeApplicationContext in org.primefaces.metadata.transformer.impl
Methods in org.primefaces.metadata.transformer.impl with parameters of type PrimeApplicationContext Modifier and Type Method Description voidBeanValidationInputMetadataTransformer. transformInput(javax.faces.context.FacesContext context, PrimeApplicationContext applicationContext, javax.faces.component.UIInput input) -
Uses of PrimeApplicationContext in org.primefaces.renderkit
Methods in org.primefaces.renderkit with parameters of type PrimeApplicationContext Modifier and Type Method Description protected voidHeadRenderer. encodeSettingScripts(javax.faces.context.FacesContext context, PrimeApplicationContext applicationContext, PrimeRequestContext requestContext, javax.faces.context.ResponseWriter writer, boolean csvEnabled) -
Uses of PrimeApplicationContext in org.primefaces.util
Methods in org.primefaces.util with parameters of type PrimeApplicationContext Modifier and Type Method Description static booleanFileUploadUtils. isValidType(PrimeApplicationContext context, FileUpload fileUpload, UploadedFile uploadedFile)Check if an uploaded file meets all specifications regarding its filename and content type. -
Uses of PrimeApplicationContext in org.primefaces.validate.bean
Methods in org.primefaces.validate.bean with parameters of type PrimeApplicationContext Modifier and Type Method Description static BeanValidationMetadataBeanValidationMetadataMapper. resolveValidationMetadata(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, PrimeApplicationContext applicationContext)
-