Class NonPortletURL
java.lang.Object
com.webmethods.caf.faces.render.util.NonPortletURL
Generates a URL to a portal page,
modified by re-specified parameters to the target portlet.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMust callinitialize(java.lang.String)
on object instantiated with this constructor.NonPortletURL
(String url) No need to callinitialize(java.lang.String)
on object instantiated with this constructor. -
Method Summary
Modifier and TypeMethodDescriptionclone()
void
initialize
(String url) (Re-)Initializes this.void
release()
Cleans up this object's member resources, preparing it to be added back into the pool.void
setParameter
(String s, String s1) void
setParameter
(String s, String[] as) void
setParameters
(Map<String, ?> map) toString()
-
Field Details
-
m_path
Path part of base url. -
m_parameters
Query parameters. -
m_result
New url.
-
-
Constructor Details
-
NonPortletURL
public NonPortletURL()Must callinitialize(java.lang.String)
on object instantiated with this constructor. -
NonPortletURL
No need to callinitialize(java.lang.String)
on object instantiated with this constructor.- Parameters:
url
- Base URL.
-
-
Method Details
-
setParameter
- Specified by:
setParameter
in interfaceIURL
-
setParameter
- Specified by:
setParameter
in interfaceIURL
-
setParameters
- Specified by:
setParameters
in interfaceIURL
-
toString
-
release
public void release()Cleans up this object's member resources, preparing it to be added back into the pool. This method should be called prior to checking this object back into the pool. -
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
initialize
(Re-)Initializes this.- Parameters:
url
- Base URL.
-