|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortletPreferences | |
---|---|
javax.portlet | The javax.portlet package defines the API for Java Portlet Specification V2.0. |
javax.portlet.filter | The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. |
org.apache.pluto.internal.impl | |
org.apache.pluto.testsuite.test | |
org.apache.pluto.testsuite.validator | |
org.apache.pluto.wrappers |
Uses of PortletPreferences in javax.portlet |
---|
Methods in javax.portlet that return PortletPreferences | |
---|---|
PortletPreferences |
PortletRequest.getPreferences()
Returns the preferences object associated with the portlet. |
Methods in javax.portlet with parameters of type PortletPreferences | |
---|---|
void |
PreferencesValidator.validate(PortletPreferences preferences)
If the preferences values are successfully validated the call to this method must finish gracefully. |
Uses of PortletPreferences in javax.portlet.filter |
---|
Methods in javax.portlet.filter that return PortletPreferences | |
---|---|
PortletPreferences |
PortletRequestWrapper.getPreferences()
The default behavior of this method is to call getPreferences() on the wrapped request object. |
Uses of PortletPreferences in org.apache.pluto.internal.impl |
---|
Classes in org.apache.pluto.internal.impl that implement PortletPreferences | |
---|---|
class |
PortletPreferencesImpl
Implementation of the javax.portlet.PortletPreferences
interface. |
Methods in org.apache.pluto.internal.impl that return PortletPreferences | |
---|---|
PortletPreferences |
RenderRequestImpl.getPreferences()
|
PortletPreferences |
ActionRequestImpl.getPreferences()
FIXME: |
PortletPreferences |
PortletRequestImpl.getPreferences()
|
PortletPreferences |
EventRequestImpl.getPreferences()
FIXME: (see ActionRequestImpl) |
PortletPreferences |
ResourceRequestImpl.getPreferences()
FIXME: |
Uses of PortletPreferences in org.apache.pluto.testsuite.test |
---|
Methods in org.apache.pluto.testsuite.test with parameters of type PortletPreferences | |
---|---|
protected void |
PreferenceCommonTest.logPreferences(PortletPreferences preferences)
Logs out the portlet preferences. |
Uses of PortletPreferences in org.apache.pluto.testsuite.validator |
---|
Methods in org.apache.pluto.testsuite.validator with parameters of type PortletPreferences | |
---|---|
void |
PreferencesValidatorImpl.validate(PortletPreferences preferences)
|
Uses of PortletPreferences in org.apache.pluto.wrappers |
---|
Methods in org.apache.pluto.wrappers that return PortletPreferences | |
---|---|
PortletPreferences |
PortletRequestWrapper.getPreferences()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |