com.guiseframework.platform.web
Interface WebPlatformCommandMessage<C extends java.lang.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 java.lang.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#getDepictURI(URI)
- Author:
- Garret Wilson
|
Method Summary |
java.util.Map<java.lang.String,java.lang.Object> |
getParameters()
|
getParameters
java.util.Map<java.lang.String,java.lang.Object> getParameters()
- Returns:
- The read-only map of parameters.
Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.