|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WidgetTypeHandler
Widget type handler interface.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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.
WidgetExceptionString getProperty(String name)
void setProperties(Map<String,String> properties)
|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||