public class FileWidgetTypeHandler extends AbstractWidgetTypeHandler
| Constructor and Description |
|---|
FileWidgetTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
com.sun.facelets.FaceletHandler |
getFaceletHandler(com.sun.facelets.FaceletContext ctx,
com.sun.facelets.tag.TagConfig tagConfig,
Widget widget,
com.sun.facelets.FaceletHandler[] subHandlers)
Returns the facelet handler that will be applied for given widget and
template in this context.
|
getProperty, getRequiredProperty, setPropertiespublic com.sun.facelets.FaceletHandler getFaceletHandler(com.sun.facelets.FaceletContext ctx,
com.sun.facelets.tag.TagConfig tagConfig,
Widget widget,
com.sun.facelets.FaceletHandler[] subHandlers)
throws WidgetException
WidgetTypeHandlergetFaceletHandler in interface WidgetTypeHandlergetFaceletHandler in class AbstractWidgetTypeHandlerctx - the facelet context in which this handler will be applied.tagConfig - the tag configuration this facelet will be applied for.widget - the widget giving properties the handler will take into
account.subHandlers - facelet handlers for sub widgets.WidgetExceptionCopyright © 2014 Nuxeo SA. All Rights Reserved.