public class AjaxAnswer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AjaxAnswer.AjaxAnswerType
Copyright 2014 Cinovo AG
|
| Constructor and Description |
|---|
AjaxAnswer(String path) |
AjaxAnswer(String path,
AjaxAnswer.AjaxAnswerType type) |
AjaxAnswer(String path,
String viewType) |
AjaxAnswer(String path,
String viewtype,
AjaxAnswer.AjaxAnswerType type) |
public AjaxAnswer(String path)
path - the redirect pathpublic AjaxAnswer(String path, String viewType)
path - the redirect pathviewType - the viewTypepublic AjaxAnswer(String path, AjaxAnswer.AjaxAnswerType type)
path - the redirect pathtype - AjaxRedirectTypepublic AjaxAnswer(String path, String viewtype, AjaxAnswer.AjaxAnswerType type)
path - the redirect pathviewtype - the viewtypetype - AjaxAnswer.AjaxAnswerTypepublic AjaxAnswer.AjaxAnswerType getType()
public void setType(AjaxAnswer.AjaxAnswerType type)
type - the type to setpublic String getPath()
public void setPath(String path)
path - the path to setpublic String getInfo()
public void setInfo(String info)
info - the infoCopyright © 2014 Cinovo AG. All Rights Reserved.