public interface IPortletURLFactory
Modifier and Type | Method and Description |
---|---|
IPortletURL |
createActionUrl(Object context)
Create an action url
|
IPortletURL |
createRenderUrl(Object context)
Create a render url
|
IPortletURL createRenderUrl(Object context) throws Exception
context
- the context to pass to the factory (typically the FacesContext object)Exception
- if the context was understood but the request could not be completedIPortletURL createActionUrl(Object context) throws Exception
context
- the context to pass to the factory (typically the FacesContext object)Exception
- if the context was understood but the request could not be completed