|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.gwt.shared.alias.CmsRewriteAliasValidationReply
public class CmsRewriteAliasValidationReply
This class represents the result of a validation of rewrite aliases.
| Constructor Summary | |
|---|---|
CmsRewriteAliasValidationReply()
Default constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsRewriteAliasValidationReply()
| Method Detail |
|---|
public void addError(CmsUUID id,
java.lang.String error)
id - the id of a rewrite alias for which the validation failederror - the validation error messagepublic java.util.Map<CmsUUID,java.lang.String> getErrors()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||