public class CloudTag extends ContextReferrerTag implements CloudProvider, ParamHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY |
static int |
SCOPE |
contextId, EVAL_BODY, helper, id, pageContextTag, referid, writerid| Constructor and Description |
|---|
CloudTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(String key,
Object value) |
protected void |
dereference() |
int |
doAfterBody() |
void |
doCatch(Throwable e) |
int |
doEndTag() |
void |
doFinally() |
int |
doStartTag()
Sets the cloud variable considering all requirements.
|
protected String |
getAuthenticate() |
Cloud |
getCloudVar() |
CloudContext |
getDefaultCloudContext() |
protected int |
getMethod() |
protected int |
getMethodOrDefault() |
protected String |
getName() |
protected Rank |
getRank()
Gives the configured rank as a Rank object
|
String |
getSessionName() |
void |
setAuthenticate(String authenticate) |
void |
setCloudVar(Cloud c) |
void |
setJspvar(String jv) |
void |
setLoginpage(String loginpage) |
void |
setLogon(String l) |
void |
setMethod(String mm) |
void |
setName(String name) |
void |
setPageContext(javax.servlet.jsp.PageContext pc)
request and response can be determined once a page..
|
void |
setPassword(String pwd)
Synonym for setPwd.
|
void |
setPwd(String pwd) |
void |
setRank(String r) |
void |
setSessionname(String s) |
void |
setUri(String uri) |
void |
setUsername(String l)
Synonym for setLogon.
|
appendMoreParameters, fillStandardParameters, findLoopOrQuery, findParentTag, findParentTag, findWriter, findWriter, getAttribute, getAttribute, getAttributeBoolean, getAttributeInteger, getAttributeInteger, getAttributeValue, getContentTag, getContextProvider, getContextTag, getCurrentBlock, getDefaultLocale, getEscapedValue, getFormTag, getId, getLocale, getLocaleFromContext, getObject, getObjectConditional, getPageContext, getPageContextTag, getQuery, getReferid, getString, getTaglibVersion, getThreadPageContext, getTimer, getTimeZone, getWriterValue, haveBody, release, setContext, setEscape, setId, setListdelimiter, setPageContextOnly, setReferid, setVartype, setWrite, setWriterdoInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getParent, getValue, getValues, removeValue, setParent, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdpublic static final String KEY
public static final int SCOPE
public CloudContext getDefaultCloudContext() throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setUri(String uri) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setName(String name) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionprotected String getName() throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setLogon(String l) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setPwd(String pwd) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setUsername(String l) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setPassword(String pwd) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setRank(String r) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionprotected Rank getRank() throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void addParameter(String key, Object value)
addParameter in interface ParamHandlerpublic void setJspvar(String jv)
setJspvar in class ContextReferrerTagpublic void setAuthenticate(String authenticate) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionprotected String getAuthenticate() throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setMethod(String mm) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionprotected int getMethod()
throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionprotected int getMethodOrDefault()
throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic Cloud getCloudVar()
getCloudVar in interface CloudProviderpublic void setCloudVar(Cloud c)
public void setSessionname(String s) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setLoginpage(String loginpage) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic String getSessionName() throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setPageContext(javax.servlet.jsp.PageContext pc)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class ContextReferrerTagpublic int doStartTag()
throws javax.servlet.jsp.JspTagException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspTagExceptionpublic int doEndTag()
throws javax.servlet.jsp.JspTagException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class ContextReferrerTagjavax.servlet.jsp.JspTagExceptionprotected void dereference()
public void doCatch(Throwable e) throws Throwable
doCatch in interface javax.servlet.jsp.tagext.TryCatchFinallydoCatch in class ContextReferrerTagThrowablepublic void doFinally()
doFinally in interface javax.servlet.jsp.tagext.TryCatchFinallydoFinally in class ContextReferrerTagpublic int doAfterBody()
throws javax.servlet.jsp.JspTagException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagdoAfterBody in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspTagExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}