public interface WidgetTypeHandler extends Serializable
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.
|
String |
getProperty(String name)
Returns a property value given its name.
|
void |
setProperties(Map<String,String> properties)
Set properties
|
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
ctx
- 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.WidgetException
String getProperty(String name)
Copyright © 2011 Nuxeo SA. All Rights Reserved.