com.bea.portlet
Class JspContentURL

java.lang.Object
  extended by com.bea.portlet.GenericURL
      extended by com.bea.portlet.PostbackURL
          extended by com.bea.portlet.WindowURL
              extended by com.bea.portlet.JspContentURL
All Implemented Interfaces
Cloneable

public class JspContentURL
extends WindowURL

The JspContentURL helps portlets using JspContent tags to change the contents of the window to another URL.

See Also
WindowURL

Field Summary
 
Fields inherited from class com.bea.portlet.GenericURL
COMMUNITY_ADMIN_FLAG_PARAM, COMMUNITY_DESKTOP, CONTROL_STATE_PARAM, CURRENT_PAGE, domain, DOMAIN, EVENT_NAME_PARAM, httpRequest, httpResponse, httpsDomain, LOADSTATE_PARAM, MODE_PARAM, PAGE_LABEL_PARAM, params, PATH, PORT, PORTLET_SUB_INSTANCE_ID, POSTBACK_PARAM, PREFIX, QUERY_STRING, SCHEME, SECURE_PORT, STATE_PARAM, TREE_OPTIMIZATION_PARAM, URL_COMPRESSION, WINDOW_LABEL_PARAM
 
Constructor Summary
protected JspContentURL(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
          Constructs a JspContentURL.
protected JspContentURL(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, String contentUri)
          Constructs a JspContentURL.
 
Method Summary
 Object clone()
          Returns a deep copy.
static JspContentURL createJspContentURL(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
          Returns a JspContentURL.
static JspContentURL createJspContentURL(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, String contentUri)
          Returns a JspContentURL.
 String getContentUri()
          Returns the content uri currently set on this JspContentURL.
 void setContentUri(String contentUri)
          Sets the content URI.
 
Methods inherited from class com.bea.portlet.WindowURL
createWindowURL, createWindowURL, getWindowLabel, getWindowMode, getWindowState, removeSharedParameter, setWindowLabel, setWindowMode, setWindowState
 
Methods inherited from class com.bea.portlet.PostbackURL
createPostbackURL, toString
 
Methods inherited from class com.bea.portlet.GenericURL
addAjaxNoRewriteParam, addParameter, addParameter, addParameter, appendEnsureSeparator, appendEnsureSeparator, createGenericURL, createQueryString, createQueryStringBuilder, getAmpForm, getContextualPath, getDomain, getEncodeSession, getParameter, getParameters, getPath, getPathPrefix, getPort, getResolvedTemplate, getScheme, getSecurePort, getTemplate, getUrlType, removeParameter, setContextualPath, setDomain, setEncodeSession, setForcedAmpForm, setPath, setPathPrefix, setPort, setScheme, setSecurePort, setTemplate, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JspContentURL

protected JspContentURL(javax.servlet.http.HttpServletRequest httpRequest,
                        javax.servlet.http.HttpServletResponse httpResponse)

Constructs a JspContentURL.

Parameters
httpRequest - HTTP request
httpResponse - HTTP response

JspContentURL

protected JspContentURL(javax.servlet.http.HttpServletRequest httpRequest,
                        javax.servlet.http.HttpServletResponse httpResponse,
                        String contentUri)

Constructs a JspContentURL.

Parameters
httpRequest - HTTP request
httpResponse - HTTP response
contentUri - uri to jsp
Method Detail

createJspContentURL

public static JspContentURL createJspContentURL(javax.servlet.http.HttpServletRequest httpRequest,
                                                javax.servlet.http.HttpServletResponse httpResponse)

Returns a JspContentURL.

Parameters
httpRequest - HTTP request
httpResponse - HTTP response
Returns
a new JspContentURL

createJspContentURL

public static JspContentURL createJspContentURL(javax.servlet.http.HttpServletRequest httpRequest,
                                                javax.servlet.http.HttpServletResponse httpResponse,
                                                String contentUri)

Returns a JspContentURL.

Parameters
httpRequest - HTTP request
httpResponse - HTTP response
contentUri - the JSP content URI
Returns
a new JspContentURL

setContentUri

public void setContentUri(String contentUri)

Sets the content URI.

Parameters
contentUri - the content URI to set

getContentUri

public String getContentUri()

Returns the content uri currently set on this JspContentURL.

Returns
the content URI currently set on this JspContentURL.

clone

public Object clone()

Returns a deep copy.

Overrides:
clone in class WindowURL
Returns
a deep copy of this JspContentURL


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.