| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UrlRenderer
Implementations of this interface are responsible for rendering/creating URLs for a specific environment (e.g. Servlet, Portlet).
| Method Summary | |
|---|---|
 void | 
beforeRenderUrl(URL urlComponent)
Preprocessing step  | 
 void | 
renderFormUrl(Form formComponent)
Render a Form URL.  | 
 void | 
renderUrl(Writer writer,
          URL urlComponent)
Render a URL.  | 
| Method Detail | 
|---|
void beforeRenderUrl(URL urlComponent)
urlComponent - 
void renderUrl(Writer writer,
               URL urlComponent)
writer - A writer that the implementation can use to write the result to.urlComponent - The URL component that "owns" this renderer.void renderFormUrl(Form formComponent)
formComponent - The Form component that "owns" this renderer.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||