protected class BasePortletLayoutFinder.ResultImpl extends Object implements PortletLayoutFinder.Result
| Constructor and Description |
|---|
ResultImpl(long plid,
String portletId,
boolean signInRequired) |
| Modifier and Type | Method and Description |
|---|---|
long |
getPlid() |
String |
getPortletId() |
boolean |
isSignInRequired() |
public ResultImpl(long plid,
String portletId,
boolean signInRequired)
public long getPlid()
getPlid in interface PortletLayoutFinder.Resultpublic String getPortletId()
getPortletId in interface PortletLayoutFinder.Resultpublic boolean isSignInRequired()
isSignInRequired in interface PortletLayoutFinder.Result