public final class ConvertDateTimeHandler
extends javax.faces.view.facelets.ConverterHandler
Modifier and Type | Field and Description |
---|---|
private javax.faces.view.facelets.TagAttribute |
dateStyle |
private javax.faces.view.facelets.TagAttribute |
locale |
private javax.faces.view.facelets.TagAttribute |
pattern |
private javax.faces.view.facelets.TagAttribute |
timeStyle |
private javax.faces.view.facelets.TagAttribute |
timeZone |
private javax.faces.view.facelets.TagAttribute |
type |
Constructor and Description |
---|
ConvertDateTimeHandler(javax.faces.view.facelets.ConverterConfig config) |
Modifier and Type | Method and Description |
---|---|
protected javax.faces.convert.Converter |
createConverter(javax.faces.view.facelets.FaceletContext ctx)
Returns a new DateTimeConverter
|
javax.faces.view.facelets.MetaRuleset |
createMetaRuleset(java.lang.Class type) |
void |
setAttributes(javax.faces.view.facelets.FaceletContext ctx,
java.lang.Object obj)
Implements tag spec, see taglib documentation.
|
getConverterId, getTagHandlerDelegate
applyAttachedObject, getAttachedObjectHandlerHelper, getFor
apply, applyNextHandler, getBinding, getTag, getTagAttribute, getTagId, isDisabled
getAttribute, getRequiredAttribute, toString
private final javax.faces.view.facelets.TagAttribute dateStyle
private final javax.faces.view.facelets.TagAttribute locale
private final javax.faces.view.facelets.TagAttribute pattern
private final javax.faces.view.facelets.TagAttribute timeStyle
private final javax.faces.view.facelets.TagAttribute timeZone
private final javax.faces.view.facelets.TagAttribute type
public ConvertDateTimeHandler(javax.faces.view.facelets.ConverterConfig config)
config
- protected javax.faces.convert.Converter createConverter(javax.faces.view.facelets.FaceletContext ctx) throws javax.faces.FacesException, javax.el.ELException, javax.faces.view.facelets.FaceletException
javax.faces.FacesException
javax.el.ELException
javax.faces.view.facelets.FaceletException
DateTimeConverter
public void setAttributes(javax.faces.view.facelets.FaceletContext ctx, java.lang.Object obj)
setAttributes
in class javax.faces.view.facelets.DelegatingMetaTagHandler
public javax.faces.view.facelets.MetaRuleset createMetaRuleset(java.lang.Class type)
createMetaRuleset
in class javax.faces.view.facelets.DelegatingMetaTagHandler
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.