Package com.enonic.xp.portal.controller
Interface ControllerScript
-
public interface ControllerScript
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PortalResponse
execute(PortalRequest portalRequest)
void
onSocketEvent(WebSocketEvent event)
-
-
-
Method Detail
-
execute
PortalResponse execute(PortalRequest portalRequest)
-
onSocketEvent
void onSocketEvent(WebSocketEvent event)
-
-