public class CmsRewriteAliasValidationReply extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
CmsRewriteAliasValidationReply()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addError(CmsUUID id,
java.lang.String error)
Adds a validation error to this object.
|
java.util.Map<CmsUUID,java.lang.String> |
getErrors()
Gets the map of error messages by rewrite alias id.
|
public CmsRewriteAliasValidationReply()