|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.services.security.PortalResource
PortalResource
Field Summary | |
static int |
TYPE_ENTRY
|
static int |
TYPE_ENTRY_PARAMETER
|
static int |
TYPE_PORTLET
|
static int |
TYPE_REGISTRY
|
static int |
TYPE_REGISTRY_PARAMETER
|
Constructor Summary | |
PortalResource(Entry entry)
Resource is a PSML entry, i.e. |
|
PortalResource(Entry entry,
Parameter parameter)
Resource is a parameter associated with a PSML entry, i.e. |
|
PortalResource(Portlet portlet)
Resource is a Portlet, i.e. |
|
PortalResource(RegistryEntry registryEntry)
Resource is a registry entry |
|
PortalResource(RegistryEntry registryEntry,
Parameter parameter)
Resource is a parameter associated with a registry entry |
Method Summary | |
Entry |
getEntry()
Getter for property entry. |
Parameter |
getEntryParameter()
Getter for property parameter |
java.lang.String |
getOwner()
Getter for property owner. |
Portlet |
getPortlet()
Getter for property portlet. |
RegistryEntry |
getRegistryEntry()
Getter for property registryEntry. |
Parameter |
getRegistryParameter()
Getter for property registryParameter. |
int |
getResourceType()
Getter for property resourceType. |
void |
setOwner(java.lang.String owner)
Setter for property owner. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int TYPE_PORTLET
public static final int TYPE_ENTRY
public static final int TYPE_ENTRY_PARAMETER
public static final int TYPE_REGISTRY
public static final int TYPE_REGISTRY_PARAMETER
Constructor Detail |
public PortalResource(Entry entry)
entry
- PSML Entry, i.e Portlet Instancepublic PortalResource(Entry entry, Parameter parameter)
entry
- PSML Entry, i.e Portlet Instanceparameter
- Requesting parameterpublic PortalResource(Portlet portlet)
portlet
- Portlet registry entrypublic PortalResource(RegistryEntry registryEntry)
registryEntry
- of portal resourcepublic PortalResource(RegistryEntry registryEntry, Parameter parameter)
registryEntry
- of portal resourceparameter
- Requesting parameterMethod Detail |
public int getResourceType()
public Entry getEntry()
public Parameter getEntryParameter()
public Portlet getPortlet()
public RegistryEntry getRegistryEntry()
public Parameter getRegistryParameter()
public java.lang.String getOwner()
public void setOwner(java.lang.String owner)
owner
- New value of property owner.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |