| org.apache.cocoon.webapps.portal.components.PortalManager
All known Subclasses: org.apache.cocoon.webapps.portal.components.PortalManagerImpl,
PortalManager | public interface PortalManager (Code) | | This is the basis portal component
author: Carsten Ziegeler version: CVS $Id: PortalManager.java 433543 2006-08-22 06:22:54Z crossley $ |
Method Summary | |
boolean | checkAuthentication(Redirector redirector, String copletID) Check the authentication for the coplet. | void | configurationTest() Configure portal and check if it is allowed to see this coplet (if it is one). | SessionContext | getContext(boolean create) | String | getMediaType() | String | getProfileID(String type, String role, String id, boolean adminProfile) | Element | getStatusProfile() | Map | retrieveProfile(String profileID) | void | showAdminConf(XMLConsumer consumer) Show the admin configuration page. | void | showPortal(XMLConsumer consumer, boolean configMode, boolean adminProfile) Show the portal. | void | streamConfiguration(XMLConsumer consumer, String requestURI, String profileID, String media, String contextID) |
ATTRIBUTE_ADMIN_COPLETS | String ATTRIBUTE_ADMIN_COPLETS(Code) | | |
ATTRIBUTE_ADMIN_STATE | String ATTRIBUTE_ADMIN_STATE(Code) | | Some states for the admin configuration
|
ATTRIBUTE_PORTAL_ROLE | String ATTRIBUTE_PORTAL_ROLE(Code) | | This is the current role/id which is set in the context
|
BUILDTYPE_VALUE_BASIC | String BUILDTYPE_VALUE_BASIC(Code) | | Values for the buildprofile type element
|
REQ_PARAMETER_ADMIN_COPLETS | String REQ_PARAMETER_ADMIN_COPLETS(Code) | | |
REQ_PARAMETER_CMD | String REQ_PARAMETER_CMD(Code) | | The request parameters for customizing coplets
The request parameter is REQ_PARAMETER_CMD and the
the value is one from REQ_CMD_ followed by
'__'.
|
REQ_PARAMETER_CONF | String REQ_PARAMETER_CONF(Code) | | This parameter is used for changing of profile value
|
REQ_PARAMETER_PROFILE | String REQ_PARAMETER_PROFILE(Code) | | This parameter denotes the profile to be used
|
REQ_PARAMETER_ROLE | String REQ_PARAMETER_ROLE(Code) | | These parameter characterize the role and id
|
configurationTest | void configurationTest() throws ProcessingException, IOException, SAXException(Code) | | Configure portal and check if it is allowed to see this coplet (if it is one).
This is only a public wrapper for the getConfiguration method.
|
|
|