public class PortletURLFactory extends Object implements IPortletURLFactory
IPortletURLFactory
that understands
the FacesContext object as the passed in context parameterConstructor and Description |
---|
PortletURLFactory() |
Modifier and Type | Method and Description |
---|---|
IPortletURL |
createActionUrl(Object context)
Create an action url
|
IPortletURL |
createRenderUrl(Object context)
Create a render url
|
public IPortletURL createRenderUrl(Object context) throws Exception
IPortletURLFactory
createRenderUrl
in interface IPortletURLFactory
context
- the context to pass to the factory (typically the FacesContext object)Exception
- if the context was understood but the request could not be completedpublic IPortletURL createActionUrl(Object context) throws Exception
IPortletURLFactory
createActionUrl
in interface IPortletURLFactory
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