Java Doc for PortalManager.java in  » Web-Framework » cocoon » org » apache » cocoon » webapps » portal » components » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Web Framework » cocoon » org.apache.cocoon.webapps.portal.components 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


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 $


Field Summary
 StringATTRIBUTE_ADMIN_COPLETS
    
 StringATTRIBUTE_ADMIN_ID
    
 StringATTRIBUTE_ADMIN_ROLE
    
 StringATTRIBUTE_ADMIN_STATE
    
 StringATTRIBUTE_PORTAL_ID
    
 StringATTRIBUTE_PORTAL_ROLE
    
 StringBUILDTYPE_VALUE_BASIC
    
 StringBUILDTYPE_VALUE_GLOBAL
    
 StringBUILDTYPE_VALUE_ID
    
 StringBUILDTYPE_VALUE_ROLE
    
 StringREQ_CMD_CLOSE
    
 StringREQ_CMD_CUSTOMIZE
    
 StringREQ_CMD_DELETE
    
 StringREQ_CMD_HIDE
    
 StringREQ_CMD_MAXIMIZE
    
 StringREQ_CMD_MINIMIZE
    
 StringREQ_CMD_MOVE
    
 StringREQ_CMD_MOVEROW
    
 StringREQ_CMD_NEW
    
 StringREQ_CMD_OPEN
    
 StringREQ_CMD_SAVEPROFILE
    
 StringREQ_CMD_SHOW
    
 StringREQ_CMD_UPDATE
    
 StringREQ_PARAMETER_ADMIN_COPLETS
    
 StringREQ_PARAMETER_CMD
     The request parameters for customizing coplets The request parameter is REQ_PARAMETER_CMD and the the value is one from REQ_CMD_ followed by '__'.
 StringREQ_PARAMETER_CONF
    
 StringREQ_PARAMETER_COPLET
    
 StringREQ_PARAMETER_ID
    
 StringREQ_PARAMETER_PROFILE
    
 StringREQ_PARAMETER_ROLE
    
 StringREQ_PARAMETER_STATE
    
 StringROLE
    


Method Summary
 booleancheckAuthentication(Redirector redirector, String copletID)
     Check the authentication for the coplet.
 voidconfigurationTest()
     Configure portal and check if it is allowed to see this coplet (if it is one).
 SessionContextgetContext(boolean create)
    
 StringgetMediaType()
    
 StringgetProfileID(String type, String role, String id, boolean adminProfile)
    
 ElementgetStatusProfile()
    
 MapretrieveProfile(String profileID)
    
 voidshowAdminConf(XMLConsumer consumer)
     Show the admin configuration page.
 voidshowPortal(XMLConsumer consumer, boolean configMode, boolean adminProfile)
     Show the portal.
 voidstreamConfiguration(XMLConsumer consumer, String requestURI, String profileID, String media, String contextID)
    

Field Detail
ATTRIBUTE_ADMIN_COPLETS
String ATTRIBUTE_ADMIN_COPLETS(Code)



ATTRIBUTE_ADMIN_ID
String ATTRIBUTE_ADMIN_ID(Code)



ATTRIBUTE_ADMIN_ROLE
String ATTRIBUTE_ADMIN_ROLE(Code)



ATTRIBUTE_ADMIN_STATE
String ATTRIBUTE_ADMIN_STATE(Code)
Some states for the admin configuration



ATTRIBUTE_PORTAL_ID
String ATTRIBUTE_PORTAL_ID(Code)



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



BUILDTYPE_VALUE_GLOBAL
String BUILDTYPE_VALUE_GLOBAL(Code)



BUILDTYPE_VALUE_ID
String BUILDTYPE_VALUE_ID(Code)



BUILDTYPE_VALUE_ROLE
String BUILDTYPE_VALUE_ROLE(Code)



REQ_CMD_CLOSE
String REQ_CMD_CLOSE(Code)



REQ_CMD_CUSTOMIZE
String REQ_CMD_CUSTOMIZE(Code)



REQ_CMD_DELETE
String REQ_CMD_DELETE(Code)



REQ_CMD_HIDE
String REQ_CMD_HIDE(Code)



REQ_CMD_MAXIMIZE
String REQ_CMD_MAXIMIZE(Code)



REQ_CMD_MINIMIZE
String REQ_CMD_MINIMIZE(Code)



REQ_CMD_MOVE
String REQ_CMD_MOVE(Code)



REQ_CMD_MOVEROW
String REQ_CMD_MOVEROW(Code)



REQ_CMD_NEW
String REQ_CMD_NEW(Code)



REQ_CMD_OPEN
String REQ_CMD_OPEN(Code)



REQ_CMD_SAVEPROFILE
String REQ_CMD_SAVEPROFILE(Code)



REQ_CMD_SHOW
String REQ_CMD_SHOW(Code)



REQ_CMD_UPDATE
String REQ_CMD_UPDATE(Code)



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_COPLET
String REQ_PARAMETER_COPLET(Code)



REQ_PARAMETER_ID
String REQ_PARAMETER_ID(Code)



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



REQ_PARAMETER_STATE
String REQ_PARAMETER_STATE(Code)



ROLE
String ROLE(Code)
The avalon role





Method Detail
checkAuthentication
boolean checkAuthentication(Redirector redirector, String copletID) throws SAXException, IOException, ProcessingException(Code)
Check the authentication for the coplet. If it is not available do a redirect



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.



getContext
SessionContext getContext(boolean create) throws ProcessingException, IOException, SAXException(Code)
Get the portal context of the current application



getMediaType
String getMediaType() throws ProcessingException(Code)
Get the current media type



getProfileID
String getProfileID(String type, String role, String id, boolean adminProfile) throws ProcessingException(Code)
Builds the key for caching



getStatusProfile
Element getStatusProfile() throws SAXException, IOException, ProcessingException(Code)
Get the status profile



retrieveProfile
Map retrieveProfile(String profileID) throws ProcessingException(Code)
Retrieve the profil



showAdminConf
void showAdminConf(XMLConsumer consumer) throws SAXException, ProcessingException, IOException(Code)
Show the admin configuration page.



showPortal
void showPortal(XMLConsumer consumer, boolean configMode, boolean adminProfile) throws SAXException, ProcessingException, IOException(Code)
Show the portal. The portal is included in the current stream.



streamConfiguration
void streamConfiguration(XMLConsumer consumer, String requestURI, String profileID, String media, String contextID) throws IOException, SAXException, ProcessingException(Code)
Include Portal URI into stream



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.