public class UrlRewriteTag
extends javax.servlet.jsp.tagext.TagSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
REQUEST_DTO |
| Constructor and Description |
|---|
UrlRewriteTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
int |
doStartTag() |
String |
getValue() |
String |
getVar() |
protected void |
initServices() |
protected boolean |
isRequestSecure()
Returns true if the current request.scheme = HTTPS or if the request.isSecure value is true.
|
void |
release() |
void |
setValue(String value) |
void |
setVar(String var) |
public static final String REQUEST_DTO
protected void initServices()
protected boolean isRequestSecure()
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupportpublic String getValue()
public void setValue(String value)
public String getVar()
public void setVar(String var)
Copyright © 2014. All Rights Reserved.