|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProfileException | |
org.apache.jetspeed.om.profile | Represents the options available for displaying the portlet. |
org.apache.jetspeed.services | |
org.apache.jetspeed.services.profiler | |
org.apache.jetspeed.util.template |
Uses of ProfileException in org.apache.jetspeed.om.profile |
Methods in org.apache.jetspeed.om.profile that throw ProfileException | |
void |
Profile.store()
stores the resource by merging and rewriting the psml file |
void |
ImportProfile.store()
stores the resource by merging and rewriting the psml file |
void |
BaseProfile.store()
stores the resource by merging and rewriting the psml file |
Uses of ProfileException in org.apache.jetspeed.services |
Methods in org.apache.jetspeed.services that throw ProfileException | |
static Profile |
Profiler.getProfile(org.apache.turbine.util.RunData rundata,
CapabilityMap cm)
get the Profile object using the Rundata state and capability map this is the mapping functionality of the profiler |
static Profile |
Profiler.getProfile(org.apache.turbine.util.RunData rundata)
|
static Profile |
Profiler.getProfile(org.apache.turbine.util.RunData data,
MimeType mt)
Deprecated. Do not use a profiler method based on MimeType |
static Profile |
Profiler.getProfile(ProfileLocator locator)
get the Profile object using a profile locator |
static org.apache.turbine.util.DynamicURI |
Profiler.makeDynamicURI(org.apache.turbine.util.RunData data,
ProfileLocator locator)
|
static Profile |
Profiler.createProfile(org.apache.turbine.util.RunData data,
Profile profile)
|
static Profile |
Profiler.createProfile(org.apache.turbine.util.RunData data,
Profile profile,
MimeType mt)
|
static Profile |
Profiler.createProfile(ProfileLocator locator,
Portlets portlets)
|
static void |
Profiler.removeProfile(ProfileLocator locator)
|
Uses of ProfileException in org.apache.jetspeed.services.profiler |
Methods in org.apache.jetspeed.services.profiler that throw ProfileException | |
Profile |
ProfilerService.getProfile(org.apache.turbine.util.RunData rundata,
CapabilityMap cm)
get the Profile object using the Rundata state and capability map this is the mapping functionality of the profiler |
Profile |
ProfilerService.getProfile(org.apache.turbine.util.RunData rundata)
get the Profile object using the Rundata state and capability map this is the mapping functionality of the profiler |
Profile |
ProfilerService.getProfile(org.apache.turbine.util.RunData data,
MimeType mt)
Deprecated. Do not use a profiler method based on MimeType |
Profile |
ProfilerService.getProfile(ProfileLocator locator)
get the Profile object using a profile locator |
org.apache.turbine.util.DynamicURI |
ProfilerService.makeDynamicURI(org.apache.turbine.util.RunData data,
ProfileLocator locator)
Creates a dynamic URI |
Profile |
ProfilerService.createProfile(org.apache.turbine.util.RunData data,
Profile profile)
Create a new profile. |
Profile |
ProfilerService.createProfile(org.apache.turbine.util.RunData data,
Profile profile,
MimeType mt)
Create a new profile. |
Profile |
ProfilerService.createProfile(ProfileLocator locator,
Portlets portlets)
Create a new profile. |
void |
ProfilerService.removeProfile(ProfileLocator locator)
Removes a profile. |
Profile |
JetspeedProfilerService.createProfile(org.apache.turbine.util.RunData data,
Profile profile)
This methode creates a wml profile and a html profile for a new user -------------------------------------------------------------------------- last modified: 10/31/01 Andreas Kempf, Siemens ICM S CP PE, Munich mailto: A.Kempf@web.de |
Profile |
JetspeedProfilerService.getProfile(org.apache.turbine.util.RunData data,
CapabilityMap cm)
get the Profile object using the Rundata state and capability map this is the mapping functionality of the profiler |
protected Profile |
JetspeedProfilerService.fallbackProfile(org.apache.turbine.util.RunData data,
CapabilityMap cm)
get the Profile object using the Rundata state and capability map this is the mapping functionality of the profiler |
Profile |
JetspeedProfilerService.getProfile(org.apache.turbine.util.RunData rundata)
get the Profile object using the Rundata state and capability map this is the mapping functionality of the profiler |
Profile |
JetspeedProfilerService.getProfile(org.apache.turbine.util.RunData data,
MimeType mt)
Deprecated. Do not use a profiler method based on MimeType |
Profile |
JetspeedProfilerService.getProfile(ProfileLocator locator)
get the Profile object using a profile locator |
org.apache.turbine.util.DynamicURI |
JetspeedProfilerService.makeDynamicURI(org.apache.turbine.util.RunData data,
ProfileLocator locator)
Builds a dynamic URI based on the current profiler group/role/page |
Profile |
JetspeedProfilerService.createProfile(ProfileLocator locator,
Portlets portlets)
Create a new profile given a profile locator This method assumes that you have cloned and regenerated the portlet ids if the portlets come from another profile. |
Profile |
JetspeedProfilerService.createProfile(org.apache.turbine.util.RunData data,
Profile profile,
java.lang.String contentType,
java.lang.String from)
This methode creates a wml profile and a html profile for a new user |
Profile |
JetspeedProfilerService.createProfile(org.apache.turbine.util.RunData data,
Profile profile,
MimeType mt)
Deprecated. Should be removed when old customizer is removed. |
Uses of ProfileException in org.apache.jetspeed.util.template |
Methods in org.apache.jetspeed.util.template that throw ProfileException | |
protected org.apache.turbine.util.DynamicURI |
BaseJetspeedLink.getRoot()
Return a link to the root portlet or pane |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |