Package io.guise.framework.platform.web
Interface WebPlatformCommandMessage<C extends Enum<C> & WebPlatformCommand>
- Type Parameters:
C
- The type of command.
- All Superinterfaces:
PlatformCommandMessage<C>
,PlatformMessage
- All Known Implementing Classes:
WebCommandDepictEvent
,WebCommandMessage
public interface WebPlatformCommandMessage<C extends Enum<C> & WebPlatformCommand>
extends PlatformCommandMessage<C>
A command message to or from the web platform on which objects are being depicted. All parameters with
URI
values will are considered to be
application-relative; before depiction they will be dereferenced and resolved using DepictContext.getDepictionURI(URI, String...)
- Author:
- Garret Wilson
-
Method Summary
Methods inherited from interface io.guise.framework.platform.PlatformCommandMessage
getCommand
-
Method Details
-
getParameters
- Returns:
- The read-only map of parameters.
-