|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LiferayPortletURL | |
|---|---|
| com.liferay.portal.apache.bridges.struts | |
| com.liferay.portal.kernel.portlet | This package defines the kernel portlet interfaces and classes. |
| com.liferay.portal.security.auth | This package defines the portal security authentication interfaces, classes, utilities, wrappers, and exceptions. |
| com.liferay.portal.struts | |
| com.liferay.portlet | This package defines the common portlet interfaces, base classes, classes, factories, and utilities. |
| com.liferay.util.bridges.wai | |
| Uses of LiferayPortletURL in com.liferay.portal.apache.bridges.struts |
|---|
| Classes in com.liferay.portal.apache.bridges.struts that implement LiferayPortletURL | |
|---|---|
class |
LiferayStrutsPortletURLImpl
|
| Uses of LiferayPortletURL in com.liferay.portal.kernel.portlet |
|---|
| Methods in com.liferay.portal.kernel.portlet that return LiferayPortletURL | |
|---|---|
LiferayPortletURL |
LiferayPortletResponse.createActionURL(String portletName)
|
LiferayPortletURL |
LiferayPortletResponse.createLiferayPortletURL(long plid,
String portletName,
String lifecycle)
|
LiferayPortletURL |
LiferayPortletResponse.createLiferayPortletURL(long plid,
String portletName,
String lifecycle,
boolean includeLinkToLayoutUuid)
|
LiferayPortletURL |
LiferayPortletResponse.createLiferayPortletURL(String lifecycle)
|
LiferayPortletURL |
LiferayPortletResponse.createLiferayPortletURL(String portletName,
String lifecycle)
|
LiferayPortletURL |
LiferayPortletResponse.createRenderURL(String portletName)
|
LiferayPortletURL |
LiferayPortletResponse.createResourceURL(String portletName)
|
| Methods in com.liferay.portal.kernel.portlet with parameters of type LiferayPortletURL | |
|---|---|
protected void |
DefaultFriendlyURLMapper.addParametersIncludedInPath(LiferayPortletURL liferayPortletURL,
Map<String,String> routeParameters)
Adds the parameters included in the path to the portlet URL. |
String |
DefaultFriendlyURLMapper.buildPath(LiferayPortletURL liferayPortletURL)
|
String |
FriendlyURLMapper.buildPath(LiferayPortletURL liferayPortletURL)
Generates a friendly URL path from the portlet URL object. |
protected void |
DefaultFriendlyURLMapper.buildRouteParameters(LiferayPortletURL liferayPortletURL,
Map<String,String> routeParameters)
Builds the parameter map to be used by the router by copying parameters from the portlet URL. |
| Uses of LiferayPortletURL in com.liferay.portal.security.auth |
|---|
| Methods in com.liferay.portal.security.auth with parameters of type LiferayPortletURL | |
|---|---|
void |
AuthToken.addCSRFToken(javax.servlet.http.HttpServletRequest request,
LiferayPortletURL liferayPortletURL)
|
static void |
AuthTokenUtil.addCSRFToken(javax.servlet.http.HttpServletRequest request,
LiferayPortletURL liferayPortletURL)
|
void |
SessionAuthToken.addCSRFToken(javax.servlet.http.HttpServletRequest request,
LiferayPortletURL liferayPortletURL)
|
void |
AuthToken.addPortletInvocationToken(javax.servlet.http.HttpServletRequest request,
LiferayPortletURL liferayPortletURL)
|
static void |
AuthTokenUtil.addPortletInvocationToken(javax.servlet.http.HttpServletRequest request,
LiferayPortletURL liferayPortletURL)
|
void |
SessionAuthToken.addPortletInvocationToken(javax.servlet.http.HttpServletRequest request,
LiferayPortletURL liferayPortletURL)
|
protected String[] |
MVCPortletAuthTokenWhitelist.getMVCActionCommandNames(LiferayPortletURL liferayPortletURL)
|
boolean |
AuthTokenWhitelist.isPortletURLCSRFWhitelisted(LiferayPortletURL liferayPortletURL)
|
boolean |
BaseAuthTokenWhitelist.isPortletURLCSRFWhitelisted(LiferayPortletURL liferayPortletURL)
|
static boolean |
AuthTokenWhitelistUtil.isPortletURLCSRFWhitelisted(LiferayPortletURL liferayPortletURL)
|
boolean |
AuthTokenWhitelistImpl.isPortletURLCSRFWhitelisted(LiferayPortletURL liferayPortletURL)
|
boolean |
StrutsPortletAuthTokenWhitelist.isPortletURLCSRFWhitelisted(LiferayPortletURL liferayPortletURL)
|
boolean |
MVCPortletAuthTokenWhitelist.isPortletURLCSRFWhitelisted(LiferayPortletURL liferayPortletURL)
|
boolean |
AuthTokenWhitelist.isPortletURLPortletInvocationWhitelisted(LiferayPortletURL liferayPortletURL)
|
boolean |
BaseAuthTokenWhitelist.isPortletURLPortletInvocationWhitelisted(LiferayPortletURL liferayPortletURL)
|
static boolean |
AuthTokenWhitelistUtil.isPortletURLPortletInvocationWhitelisted(LiferayPortletURL liferayPortletURL)
|
boolean |
AuthTokenWhitelistImpl.isPortletURLPortletInvocationWhitelisted(LiferayPortletURL liferayPortletURL)
|
boolean |
StrutsPortletAuthTokenWhitelist.isPortletURLPortletInvocationWhitelisted(LiferayPortletURL liferayPortletURL)
|
boolean |
MVCPortletAuthTokenWhitelist.isPortletURLPortletInvocationWhitelisted(LiferayPortletURL liferayPortletURL)
|
| Uses of LiferayPortletURL in com.liferay.portal.struts |
|---|
| Classes in com.liferay.portal.struts that implement LiferayPortletURL | |
|---|---|
class |
StrutsActionPortletURL
|
| Methods in com.liferay.portal.struts with parameters of type LiferayPortletURL | |
|---|---|
static void |
StrutsURLEncoder.setParameters(LiferayPortletURL liferayPortletURL,
String queryString)
|
| Constructors in com.liferay.portal.struts with parameters of type LiferayPortletURL | |
|---|---|
StrutsURLEncoder(String contextPath,
String mainPath,
String servletMapping,
LiferayPortletURL liferayPortletURL)
|
|
| Uses of LiferayPortletURL in com.liferay.portlet |
|---|
| Classes in com.liferay.portlet that implement LiferayPortletURL | |
|---|---|
class |
PortletURLImpl
|
class |
PortletURLImplWrapper
|
| Methods in com.liferay.portlet that return LiferayPortletURL | |
|---|---|
LiferayPortletURL |
PortletURLFactory.create(javax.servlet.http.HttpServletRequest request,
String portletId,
Layout layout,
String lifecycle)
|
static LiferayPortletURL |
PortletURLFactoryUtil.create(javax.servlet.http.HttpServletRequest request,
String portletId,
Layout layout,
String lifecycle)
|
LiferayPortletURL |
PortletURLFactoryImpl.create(javax.servlet.http.HttpServletRequest request,
String portletId,
Layout layout,
String lifecycle)
|
LiferayPortletURL |
PortletURLFactory.create(javax.servlet.http.HttpServletRequest request,
String portletId,
long plid,
String lifecycle)
|
static LiferayPortletURL |
PortletURLFactoryUtil.create(javax.servlet.http.HttpServletRequest request,
String portletId,
long plid,
String lifecycle)
|
LiferayPortletURL |
PortletURLFactoryImpl.create(javax.servlet.http.HttpServletRequest request,
String portletId,
long plid,
String lifecycle)
|
LiferayPortletURL |
PortletURLFactory.create(PortletRequest portletRequest,
String portletId,
Layout layout,
String lifecycle)
|
static LiferayPortletURL |
PortletURLFactoryUtil.create(PortletRequest portletRequest,
String portletId,
Layout layout,
String lifecycle)
|
LiferayPortletURL |
PortletURLFactoryImpl.create(PortletRequest portletRequest,
String portletId,
Layout layout,
String lifecycle)
|
LiferayPortletURL |
PortletURLFactory.create(PortletRequest portletRequest,
String portletId,
long plid,
String lifecycle)
|
static LiferayPortletURL |
PortletURLFactoryUtil.create(PortletRequest portletRequest,
String portletId,
long plid,
String lifecycle)
|
LiferayPortletURL |
PortletURLFactoryImpl.create(PortletRequest portletRequest,
String portletId,
long plid,
String lifecycle)
|
LiferayPortletURL |
PortletResponseImpl.createActionURL(String portletName)
|
LiferayPortletURL |
PortletResponseImpl.createLiferayPortletURL(long plid,
String portletName,
String lifecycle)
|
LiferayPortletURL |
PortletResponseImpl.createLiferayPortletURL(long plid,
String portletName,
String lifecycle,
boolean includeLinkToLayoutUuid)
|
LiferayPortletURL |
PortletResponseImpl.createLiferayPortletURL(String lifecycle)
|
LiferayPortletURL |
ResourceResponseImpl.createLiferayPortletURL(String portletName,
String lifecycle)
|
LiferayPortletURL |
PortletResponseImpl.createLiferayPortletURL(String portletName,
String lifecycle)
|
LiferayPortletURL |
PortletResponseImpl.createRenderURL(String portletName)
|
LiferayPortletURL |
PortletResponseImpl.createResourceURL(String portletName)
|
protected LiferayPortletURL |
PortletResponseImpl.doCreateLiferayPortletURL(long plid,
String portletName,
String lifecycle,
boolean includeLinkToLayoutUuid)
|
| Methods in com.liferay.portlet with parameters of type LiferayPortletURL | |
|---|---|
static PortletURL |
PortletURLUtil.clone(LiferayPortletURL liferayPortletURL,
String lifecycle,
LiferayPortletResponse liferayPortletResponse)
|
| Uses of LiferayPortletURL in com.liferay.util.bridges.wai |
|---|
| Methods in com.liferay.util.bridges.wai with parameters of type LiferayPortletURL | |
|---|---|
String |
WAIFriendlyURLMapper.buildPath(LiferayPortletURL liferayPortletURL)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||