|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectUrlCompression
com.bea.portlet.transformation.UrlTransformation
public abstract class UrlTransformation
This is an extension of the default url compression algorithm that allows a developer to rewrite
a portion of a wlp url to make it more readable or to format it in a way that fits the usage model
for the portal site.
After a concrete implementation of this class, do the following to enable.
Add the following to the web app's web.xml
Add the following tag to your beehive-url-template-config.xml templates.
{url:compression}
| Constructor Summary | |
|---|---|
UrlTransformation()
Default constructor. |
|
| Method Summary | |
|---|---|
abstract String |
transformUrl(javax.servlet.http.HttpServletRequest request,
String url)
Transform a fully qualified wlp url into a format that meets the requirements of the application. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UrlTransformation()
| Method Detail |
|---|
public abstract String transformUrl(javax.servlet.http.HttpServletRequest request,
String url)
throws UrlTransformationException
request - object that contains the request the client made of the servleturl - the fully qualified wlp url.
UrlTransformationException - wrapper exception for any exception that is raised.
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||