public class HttpsRedirectViewCommandImpl extends AbstractRedirectViewCommand implements HttpViewCommand
Constructor and Description |
---|
HttpsRedirectViewCommandImpl()
This is the default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
javax.servlet.http.HttpServletRequest | getRequest()
This method gets the HttpServletRequest associated with this command.
|
javax.servlet.http.HttpServletResponse | getResponse()
This method gets the HttpServletResponse associated with this command.
|
void | performExecute()
This method defines the business logic for this redirect view command.
|
protected void | redirect(java.lang.String url)
This method redirects the URL using https.
|
public HttpsRedirectViewCommandImpl()
public javax.servlet.http.HttpServletRequest getRequest()
public javax.servlet.http.HttpServletResponse getResponse()
public void performExecute() throws ECException
protected void redirect(java.lang.String url) throws ECException