Class ConvertDateTimeHandler
- java.lang.Object
-
- javax.faces.view.facelets.TagHandler
-
- javax.faces.view.facelets.MetaTagHandler
-
- javax.faces.view.facelets.DelegatingMetaTagHandler
-
- javax.faces.view.facelets.FaceletsAttachedObjectHandler
-
- javax.faces.view.facelets.ConverterHandler
-
- org.apache.myfaces.tobago.facelets.ConvertDateTimeHandler
-
- All Implemented Interfaces:
javax.faces.view.AttachedObjectHandler,javax.faces.view.facelets.FaceletHandler,javax.faces.view.ValueHolderAttachedObjectHandler
public class ConvertDateTimeHandler extends javax.faces.view.facelets.ConverterHandler
-
-
Constructor Summary
Constructors Constructor Description ConvertDateTimeHandler(javax.faces.view.facelets.ConverterConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(javax.faces.view.facelets.FaceletContext faceletContext, javax.faces.component.UIComponent parent)-
Methods inherited from class javax.faces.view.facelets.ConverterHandler
getConverterId, getTagHandlerDelegate
-
Methods inherited from class javax.faces.view.facelets.FaceletsAttachedObjectHandler
applyAttachedObject, getAttachedObjectHandlerHelper, getFor
-
Methods inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
applyNextHandler, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
-
Methods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
-
-
-
Method Detail
-
apply
public void apply(javax.faces.view.facelets.FaceletContext faceletContext, javax.faces.component.UIComponent parent) throws javax.el.ELException- Specified by:
applyin interfacejavax.faces.view.facelets.FaceletHandler- Overrides:
applyin classjavax.faces.view.facelets.DelegatingMetaTagHandler- Throws:
javax.el.ELException
-
-