|
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 | ||||||||
public interface IRewritableResourceUrlStrategy
Determine what parts and how resource URLs are rewritable
| Method Summary | |
|---|---|
RewritableResourceURLContext |
createRewritableResourceURLContext(String url,
String resourceID,
String servedResourceParams)
Called whenever a resource URL is created. |
void |
destroy()
Called when this is destroyed |
void |
init(javax.servlet.ServletContext servletContext,
boolean isProducer)
Called when this is initialized |
| Method Detail |
|---|
void init(javax.servlet.ServletContext servletContext,
boolean isProducer)
servletContext - the servlet contextisProducer - true when this is being run on the produccervoid destroy()
RewritableResourceURLContext createRewritableResourceURLContext(String url,
String resourceID,
String servedResourceParams)
url - The resource's URL or null if a served resourceresourceID - the resource's ID if get resource (may be null).servedResourceParams - any query parameters added to a served resource URL (in www-url-form-encoded format) or null;
|
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 | ||||||||