Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.forms.layout.facelets
Class TagConfigFactory

java.lang.Object
  extended by org.nuxeo.ecm.platform.forms.layout.facelets.TagConfigFactory

public final class TagConfigFactory
extends java.lang.Object

Helper for generating configs outside of a library context

Author:
Anahide Tchertchian

Method Summary
static com.sun.facelets.tag.jsf.ComponentConfig createComponentConfig(com.sun.facelets.tag.TagConfig tagConfig, com.sun.facelets.tag.TagAttributes attributes, com.sun.facelets.FaceletHandler nextHandler, java.lang.String componentType, java.lang.String rendererType)
           
static com.sun.facelets.tag.jsf.ConverterConfig createConverterConfig(com.sun.facelets.tag.TagConfig tagConfig, com.sun.facelets.tag.TagAttributes attributes, com.sun.facelets.FaceletHandler nextHandler, java.lang.String converterId)
           
static com.sun.facelets.tag.TagConfig createTagConfig(com.sun.facelets.tag.TagConfig tagConfig, com.sun.facelets.tag.TagAttributes attributes, com.sun.facelets.FaceletHandler nextHandler)
           
static com.sun.facelets.tag.jsf.ValidatorConfig createValidatorConfig(com.sun.facelets.tag.TagConfig tagConfig, com.sun.facelets.tag.TagAttributes attributes, com.sun.facelets.FaceletHandler nextHandler, java.lang.String validatorId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createTagConfig

public static com.sun.facelets.tag.TagConfig createTagConfig(com.sun.facelets.tag.TagConfig tagConfig,
                                                             com.sun.facelets.tag.TagAttributes attributes,
                                                             com.sun.facelets.FaceletHandler nextHandler)

createComponentConfig

public static com.sun.facelets.tag.jsf.ComponentConfig createComponentConfig(com.sun.facelets.tag.TagConfig tagConfig,
                                                                             com.sun.facelets.tag.TagAttributes attributes,
                                                                             com.sun.facelets.FaceletHandler nextHandler,
                                                                             java.lang.String componentType,
                                                                             java.lang.String rendererType)

createConverterConfig

public static com.sun.facelets.tag.jsf.ConverterConfig createConverterConfig(com.sun.facelets.tag.TagConfig tagConfig,
                                                                             com.sun.facelets.tag.TagAttributes attributes,
                                                                             com.sun.facelets.FaceletHandler nextHandler,
                                                                             java.lang.String converterId)

createValidatorConfig

public static com.sun.facelets.tag.jsf.ValidatorConfig createValidatorConfig(com.sun.facelets.tag.TagConfig tagConfig,
                                                                             com.sun.facelets.tag.TagAttributes attributes,
                                                                             com.sun.facelets.FaceletHandler nextHandler,
                                                                             java.lang.String validatorId)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.