Package org.hippoecm.frontend.service
Interface IBehaviorService
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
- All Known Implementing Classes:
UnitPlugin
,WireframePlugin
public interface IBehaviorService
extends org.apache.wicket.util.io.IClusterable
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.wicket.behavior.Behavior
The behavior that should be added to the component at relative pathgetComponentPath()
.
-
Field Details
-
ID
- See Also:
-
PATH
- See Also:
-
-
Method Details
-
getBehavior
org.apache.wicket.behavior.Behavior getBehavior()The behavior that should be added to the component at relative pathgetComponentPath()
. Returned behaviors should implement#equals(Object)
and#hashCode()
such that multiple requests yield equivalent results.- Returns:
- the
Behavior
to be attached to the component.
-
getComponentPath
String getComponentPath()
-