Nuxeo ECM Projects 5.4.3-SNAPSHOT

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 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, String tagConfigId, com.sun.facelets.tag.TagAttributes attributes, com.sun.facelets.FaceletHandler nextHandler, String componentType, String rendererType)
           
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, String componentType, String rendererType)
          Deprecated. since 5.4.2, use createComponentConfig(TagConfig, String, TagAttributes, FaceletHandler, String, String) instead.
static com.sun.facelets.tag.jsf.ConverterConfig createConverterConfig(com.sun.facelets.tag.TagConfig tagConfig, String tagConfigId, com.sun.facelets.tag.TagAttributes attributes, com.sun.facelets.FaceletHandler nextHandler, String converterId)
           
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, String converterId)
          Deprecated. since 5.4.2, use createConverterConfig(TagConfig, String, TagAttributes, FaceletHandler, String) instead.
static com.sun.facelets.tag.TagConfig createTagConfig(com.sun.facelets.tag.TagConfig tagConfig, String tagConfigId, com.sun.facelets.tag.TagAttributes attributes, com.sun.facelets.FaceletHandler nextHandler)
           
static com.sun.facelets.tag.TagConfig createTagConfig(com.sun.facelets.tag.TagConfig tagConfig, com.sun.facelets.tag.TagAttributes attributes, com.sun.facelets.FaceletHandler nextHandler)
          Deprecated. since 5.4.2, use createTagConfig(TagConfig, String, TagAttributes, FaceletHandler) instead.
static com.sun.facelets.tag.jsf.ValidatorConfig createValidatorConfig(com.sun.facelets.tag.TagConfig tagConfig, String tagConfigId, com.sun.facelets.tag.TagAttributes attributes, com.sun.facelets.FaceletHandler nextHandler, String validatorId)
           
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, String validatorId)
          Deprecated. since 5.4.2, use createValidatorConfig(TagConfig, String, TagAttributes, FaceletHandler, String) instead.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createTagConfig

@Deprecated
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)
Deprecated. since 5.4.2, use createTagConfig(TagConfig, String, TagAttributes, FaceletHandler) instead.


createTagConfig

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

createComponentConfig

@Deprecated
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,
                                                                                        String componentType,
                                                                                        String rendererType)
Deprecated. since 5.4.2, use createComponentConfig(TagConfig, String, TagAttributes, FaceletHandler, String, String) instead.


createComponentConfig

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

createConverterConfig

@Deprecated
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,
                                                                                        String converterId)
Deprecated. since 5.4.2, use createConverterConfig(TagConfig, String, TagAttributes, FaceletHandler, String) instead.


createConverterConfig

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

createValidatorConfig

@Deprecated
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,
                                                                                        String validatorId)
Deprecated. since 5.4.2, use createValidatorConfig(TagConfig, String, TagAttributes, FaceletHandler, String) instead.


createValidatorConfig

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

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.