public final class TagConfigFactory extends Object
Modifier and Type | Method and Description |
---|---|
static javax.faces.view.facelets.ComponentConfig |
createAliasTagConfig(javax.faces.view.facelets.TagConfig tagConfig,
String tagConfigId,
String var,
String value,
String cache,
String anchor,
javax.faces.view.facelets.FaceletHandler nextHandler) |
static javax.faces.view.facelets.ComponentConfig |
createAliasTagConfig(javax.faces.view.facelets.TagConfig tagConfig,
String tagConfigId,
javax.faces.view.facelets.TagAttributes attributes,
javax.faces.view.facelets.FaceletHandler nextHandler) |
protected static javax.faces.view.facelets.TagAttribute |
createAttribute(javax.faces.view.facelets.TagConfig tagConfig,
String name,
String value) |
static javax.faces.view.facelets.ComponentConfig |
createComponentConfig(javax.faces.view.facelets.TagConfig tagConfig,
String tagConfigId,
javax.faces.view.facelets.TagAttributes attributes,
javax.faces.view.facelets.FaceletHandler nextHandler,
String componentType,
String rendererType) |
static javax.faces.view.facelets.ConverterConfig |
createConverterConfig(javax.faces.view.facelets.TagConfig tagConfig,
String tagConfigId,
javax.faces.view.facelets.TagAttributes attributes,
javax.faces.view.facelets.FaceletHandler nextHandler,
String converterId) |
static javax.faces.view.facelets.TagConfig |
createTagConfig(javax.faces.view.facelets.TagConfig tagConfig,
String tagConfigId,
javax.faces.view.facelets.TagAttributes attributes,
javax.faces.view.facelets.FaceletHandler nextHandler) |
static javax.faces.view.facelets.ValidatorConfig |
createValidatorConfig(javax.faces.view.facelets.TagConfig tagConfig,
String tagConfigId,
javax.faces.view.facelets.TagAttributes attributes,
javax.faces.view.facelets.FaceletHandler nextHandler,
String validatorId) |
public static javax.faces.view.facelets.TagConfig createTagConfig(javax.faces.view.facelets.TagConfig tagConfig, String tagConfigId, javax.faces.view.facelets.TagAttributes attributes, javax.faces.view.facelets.FaceletHandler nextHandler)
public static javax.faces.view.facelets.ComponentConfig createComponentConfig(javax.faces.view.facelets.TagConfig tagConfig, String tagConfigId, javax.faces.view.facelets.TagAttributes attributes, javax.faces.view.facelets.FaceletHandler nextHandler, String componentType, String rendererType)
public static javax.faces.view.facelets.ConverterConfig createConverterConfig(javax.faces.view.facelets.TagConfig tagConfig, String tagConfigId, javax.faces.view.facelets.TagAttributes attributes, javax.faces.view.facelets.FaceletHandler nextHandler, String converterId)
public static javax.faces.view.facelets.ValidatorConfig createValidatorConfig(javax.faces.view.facelets.TagConfig tagConfig, String tagConfigId, javax.faces.view.facelets.TagAttributes attributes, javax.faces.view.facelets.FaceletHandler nextHandler, String validatorId)
public static javax.faces.view.facelets.ComponentConfig createAliasTagConfig(javax.faces.view.facelets.TagConfig tagConfig, String tagConfigId, javax.faces.view.facelets.TagAttributes attributes, javax.faces.view.facelets.FaceletHandler nextHandler)
public static javax.faces.view.facelets.ComponentConfig createAliasTagConfig(javax.faces.view.facelets.TagConfig tagConfig, String tagConfigId, String var, String value, String cache, String anchor, javax.faces.view.facelets.FaceletHandler nextHandler)
protected static javax.faces.view.facelets.TagAttribute createAttribute(javax.faces.view.facelets.TagConfig tagConfig, String name, String value)
Copyright © 2015 Nuxeo SA. All rights reserved.