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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.wicket.behavior.Behavior
getBehavior()
The behavior that should be added to the component at relative pathgetComponentPath()
.String
getComponentPath()
-
-
-
Field Detail
-
ID
static final String ID
- See Also:
- Constant Field Values
-
PATH
static final String PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
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()
-
-