Package org.opencms.gwt.shared.alias
Class CmsRewriteAliasValidationReply
java.lang.Object
org.opencms.gwt.shared.alias.CmsRewriteAliasValidationReply
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsRewriteAliasValidationReply
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
This class represents the result of a validation of rewrite aliases.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CmsRewriteAliasValidationReply
public CmsRewriteAliasValidationReply()Default constructor.
-
-
Method Details
-
addError
Adds a validation error to this object.- Parameters:
id
- the id of a rewrite alias for which the validation failederror
- the validation error message
-
getErrors
Gets the map of error messages by rewrite alias id.- Returns:
- the map of error messages
-