|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.p13n.url.GenericURL
com.bea.content.url.ShowPropertyURL
public class ShowPropertyURL
The ShowPropertyURL class creates URLs used to show node binary properties in-line, which are generally useful for displaying graphical images and html markup.
Calling toString() will return the String version of the URL based on the configured URL template.
| Field Summary |
|---|
| Fields inherited from class com.bea.p13n.url.GenericURL |
|---|
adapter, domain, DOMAIN, httpRequest, httpResponse, KNOWN_TOKENS, KNOWN_TOKENS_LIST, params, PATH, PORT, PREFIX, QUERY_STRING, SCHEME, SECURE_PORT |
| Method Summary | |
|---|---|
static ShowPropertyURL |
createShowPropertyURL(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ID nodeId)Creates and returns an instance of ShowPropertyURL that will render the default primary property of a node based on the provided node id. |
static ShowPropertyURL |
createShowPropertyURL(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Node node)Creates and returns an instance of ShowPropertyURL that will render the default primary property of a node. |
ID |
getNodeId()Get the value of nodeId |
String |
getNodePath()Get the value of nodePath |
String |
getPropertyName()Get the value of propertyName |
String |
getVersionId()Get the value of versionId |
void |
setNodeId(ID nodeId)Set the value of nodeId |
void |
setNodePath(String nodePath)Set the value of nodePath |
void |
setPropertyName(String propertyName)Set the value of propertyName |
void |
setVersionId(String versionId)Set the value of versionId |
String |
toString() |
| Methods inherited from class com.bea.p13n.url.GenericURL |
|---|
addParameter, addParameter, addParameter, appendEnsureSeparator, appendPathWhenNull, cleanUrl, clone, copyInfo, createGenericURL, createQueryStringBuilder, getContextualPath, getDomain, getEncodeSession, getParameter, getParameters, getPath, getPathPrefix, getPort, getResolvedTemplate, getScheme, getTemplate, removeParameter, setContextualPath, setDomain, setEncodeSession, setPath, setPathPrefix, setPort, setScheme, setTemplate, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static ShowPropertyURL createShowPropertyURL(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Node node)
ShowPropertyURL that will render the default primary property of a node.request - The HttpServletRequestresponse - The HttpServletResponsenode - The node whose primary property you want to render. Cannot be null.ShowPropertyURL.
public static ShowPropertyURL createShowPropertyURL(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ID nodeId)
ShowPropertyURL that will render the default primary property of a node based on the provided node id.request - The HttpServletRequestresponse - The HttpServletResponsenodeId - The ID of the node to retrieve.ShowPropertyURL.public String toString()
toString in class com.bea.p13n.url.GenericURLpublic String getNodePath()
nodePathpublic void setNodePath(String nodePath)
nodePathpublic ID getNodeId()
nodeIdpublic void setNodeId(ID nodeId)
nodeIdpublic String getVersionId()
versionIdpublic void setVersionId(String versionId)
versionIdpublic String getPropertyName()
propertyNamepublic void setPropertyName(String propertyName)
propertyName
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.