Java Doc for JetspeedDesktopContext.java in  » Portal » jetspeed-2.1.3 » org » apache » jetspeed » desktop » 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 » Portal » jetspeed 2.1.3 » org.apache.jetspeed.desktop 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.jetspeed.desktop.JetspeedDesktopContext

All known Subclasses:   org.apache.jetspeed.desktop.impl.JetspeedDesktopContextImpl,
JetspeedDesktopContext
public interface JetspeedDesktopContext (Code)
Jetspeed Desktop
author:
   David Sean Taylor
author:
   Steve Milek
version:
   $Id: JetspeedDesktopContext.java $


Field Summary
 StringDESKTOP_COMPONENT_MANAGER_ATTRIBUTE
    
 StringDESKTOP_CONTEXT_ATTRIBUTE
    
 StringDESKTOP_REQUEST_CONTEXT_ATTRIBUTE
    
 StringLAYOUT_DESKTOP_TEMPLATE_EXTENSION_PROP
    
 StringLAYOUT_PORTALUSER_TEMPLATE_ID_PROP
    
 StringLAYOUT_PRINT_TEMPLATE_ID_PROP
    
 StringLAYOUT_TEMPLATE_EXTENSION_PROP
    
 StringLAYOUT_TEMPLATE_ID_DEFAULT
    
 StringLAYOUT_TEMPLATE_ID_PROP
    


Method Summary
public  HeaderResourcegetHeaderResource()
    
public  StringgetLayoutBasePath()
    

Returns the base path for the layout decoration.

public  StringgetLayoutBasePath(String relativePath)
    

Returns the base path for the layout decoration with the relativePath argument added.

public  StringgetLayoutBaseUrl()
    

Returns the base url for the layout decoration.

public  StringgetLayoutBaseUrl(String relativePath)
    

Returns the base url for the layout decoration with the relativePath argument added.

public  StringgetLayoutDecorationName()
    
public  ResourceBundlegetLayoutResourceBundle(Locale locale)
    
public  StringgetLayoutTemplatePath()
    

Get the path to the layout decoration desktop template file.

public  StringgetLayoutTemplatePath(String layoutTemplateIdPropertyName)
    

Get the path to the layout decoration desktop template file.

public  StringgetPortalBaseUrl()
     Portal base url ( e.g.
public  StringgetPortalBaseUrl(boolean encode)
     Portal base url ( e.g.
public  StringgetPortalResourceUrl(String relativePath)
     Portal base url with relativePath argument appended ( e.g.
public  StringgetPortalResourceUrl(String relativePath, boolean encode)
     Portal base url with relativePath argument appended ( e.g.
public  StringgetPortalUrl()
     Portal base servlet url ( e.g.
public  StringgetPortalUrl(boolean encode)
     Portal base servlet url ( e.g.
public  StringgetPortalUrl(String relativePath)
     Portal base servlet url with relativePath argument appended ( e.g.
public  StringgetPortalUrl(String relativePath, boolean encode)
     Portal base servlet url with relativePath argument appended ( e.g.

Field Detail
DESKTOP_COMPONENT_MANAGER_ATTRIBUTE
String DESKTOP_COMPONENT_MANAGER_ATTRIBUTE(Code)



DESKTOP_CONTEXT_ATTRIBUTE
String DESKTOP_CONTEXT_ATTRIBUTE(Code)



DESKTOP_REQUEST_CONTEXT_ATTRIBUTE
String DESKTOP_REQUEST_CONTEXT_ATTRIBUTE(Code)



LAYOUT_DESKTOP_TEMPLATE_EXTENSION_PROP
String LAYOUT_DESKTOP_TEMPLATE_EXTENSION_PROP(Code)



LAYOUT_PORTALUSER_TEMPLATE_ID_PROP
String LAYOUT_PORTALUSER_TEMPLATE_ID_PROP(Code)



LAYOUT_PRINT_TEMPLATE_ID_PROP
String LAYOUT_PRINT_TEMPLATE_ID_PROP(Code)



LAYOUT_TEMPLATE_EXTENSION_PROP
String LAYOUT_TEMPLATE_EXTENSION_PROP(Code)



LAYOUT_TEMPLATE_ID_DEFAULT
String LAYOUT_TEMPLATE_ID_DEFAULT(Code)



LAYOUT_TEMPLATE_ID_PROP
String LAYOUT_TEMPLATE_ID_PROP(Code)





Method Detail
getHeaderResource
public HeaderResource getHeaderResource()(Code)
the HeaderResource component.



getLayoutBasePath
public String getLayoutBasePath()(Code)

Returns the base path for the layout decoration.

the base path for the layout decoration.



getLayoutBasePath
public String getLayoutBasePath(String relativePath)(Code)

Returns the base path for the layout decoration with the relativePath argument added.


Parameters:
  relativePath - the base path for the layout decoration with the relativePath argument added.



getLayoutBaseUrl
public String getLayoutBaseUrl()(Code)

Returns the base url for the layout decoration.

the base url for the layout decoration.



getLayoutBaseUrl
public String getLayoutBaseUrl(String relativePath)(Code)

Returns the base url for the layout decoration with the relativePath argument added.


Parameters:
  relativePath - the base url for the layout decoration with the relativePath argument added.



getLayoutDecorationName
public String getLayoutDecorationName()(Code)
Gets the layout decoration name



getLayoutResourceBundle
public ResourceBundle getLayoutResourceBundle(Locale locale)(Code)
the layout decoration resource bundle for the given Locale.



getLayoutTemplatePath
public String getLayoutTemplatePath()(Code)

Get the path to the layout decoration desktop template file.

the desktop template file path.



getLayoutTemplatePath
public String getLayoutTemplatePath(String layoutTemplateIdPropertyName)(Code)

Get the path to the layout decoration desktop template file. The property name parameter is provided to allow for an alternate property value to be used as the filename (without extension) of the desktop template file.

the desktop template file path.



getPortalBaseUrl
public String getPortalBaseUrl()(Code)
Portal base url ( e.g. http://localhost:8080/jetspeed ) portal base url



getPortalBaseUrl
public String getPortalBaseUrl(boolean encode)(Code)
Portal base url ( e.g. http://localhost:8080/jetspeed ) portal base url



getPortalResourceUrl
public String getPortalResourceUrl(String relativePath)(Code)
Portal base url with relativePath argument appended ( e.g. http://localhost:8080/jetspeed/javascript/dojo/ ) portal base url with relativePath argument appended



getPortalResourceUrl
public String getPortalResourceUrl(String relativePath, boolean encode)(Code)
Portal base url with relativePath argument appended ( e.g. http://localhost:8080/jetspeed/javascript/dojo/ ) portal base url with relativePath argument appended



getPortalUrl
public String getPortalUrl()(Code)
Portal base servlet url ( e.g. http://localhost:8080/jetspeed/desktop/ ) portal base servlet url



getPortalUrl
public String getPortalUrl(boolean encode)(Code)
Portal base servlet url ( e.g. http://localhost:8080/jetspeed/desktop/ ) portal base servlet url



getPortalUrl
public String getPortalUrl(String relativePath)(Code)
Portal base servlet url with relativePath argument appended ( e.g. http://localhost:8080/jetspeed/desktop/default-page.psml ) portal base servlet url with relativePath argument appended



getPortalUrl
public String getPortalUrl(String relativePath, boolean encode)(Code)
Portal base servlet url with relativePath argument appended ( e.g. http://localhost:8080/jetspeed/desktop/default-page.psml ) portal base servlet url with relativePath argument appended



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