@UrlBinding(value="/action/cyclorama") @StrictBinding public class CycloramaActionBean extends Object implements net.sourceforge.stripes.action.ActionBean
| Constructor and Description |
|---|
CycloramaActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
directRequest() |
Long |
getAccountId() |
String |
getApiKey() |
Long |
getAppId() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
String |
getImageId() |
int |
getOffset() |
String |
getTid() |
double |
getX() |
double |
getY() |
protected String |
removeDates(String content,
String begintag,
String endtag) |
void |
setAccountId(Long accountId) |
void |
setApiKey(String apiKey) |
void |
setAppId(Long appId) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setImageId(String imageId) |
void |
setOffset(int offset) |
void |
setTid(String tid) |
void |
setX(double x) |
void |
setY(double y) |
net.sourceforge.stripes.action.Resolution |
sign() |
public net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext in interface net.sourceforge.stripes.action.ActionBeanpublic void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext in interface net.sourceforge.stripes.action.ActionBeanpublic Long getAppId()
public void setAppId(Long appId)
public Long getAccountId()
public void setAccountId(Long accountId)
public String getImageId()
public void setImageId(String imageId)
public String getTid()
public void setTid(String tid)
public String getApiKey()
public void setApiKey(String apiKey)
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)
public int getOffset()
public void setOffset(int offset)
@DefaultHandler
public net.sourceforge.stripes.action.Resolution sign()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution directRequest()
throws UnsupportedEncodingException,
URISyntaxException,
org.apache.commons.httpclient.URIException,
IOException,
SAXException,
ParserConfigurationException
UnsupportedEncodingExceptionURISyntaxExceptionorg.apache.commons.httpclient.URIExceptionIOExceptionSAXExceptionParserConfigurationExceptionCopyright © 2019. All rights reserved.