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


java.lang.Object
   org.apache.jetspeed.portalsite.view.SiteView

SiteView
public class SiteView (Code)
This class defines the logical view of site content.
author:
   Randy Watler
version:
   $Id: SiteView.java 534967 2007-05-03 19:23:06Z taylor $


Field Summary
final public static  StringALT_CURRENT_PAGE_PATH
    
final public static  StringCURRENT_PAGE_PATH
    
final public static  StringCUSTOM_PAGE_NAVIGATIONS_MENU_NAME
    
final public static  StringSTANDARD_BACK_MENU_NAME
    
final public static  StringSTANDARD_BREADCRUMBS_MENU_NAME
    
final public static  StringSTANDARD_NAVIGATIONS_MENU_NAME
    
final public static  StringSTANDARD_PAGES_MENU_NAME
    

Constructor Summary
public  SiteView(PageManager pageManager, List searchPaths)
    
public  SiteView(PageManager pageManager, String[] searchPaths)
    
public  SiteView(PageManager pageManager, String searchPaths)
    
public  SiteView(PageManager pageManager, ProfileLocator locator)
    
public  SiteView(PageManager pageManager, Map locators)
    
public  SiteView(PageManager pageManager)
    

Method Summary
public  PagegetManagedPage(Page page)
    
public  SiteViewMenuDefinitionLocatorgetMenuDefinitionLocator(Node node, String name)
    
public  ListgetMenuDefinitionLocators(Node node)
    
public  ListgetNodeProxies(String regexpPath, Node currentNode, boolean onlyViewable, boolean onlyVisible)
    
public  NodegetNodeProxy(String path, Node currentNode, boolean onlyViewable, boolean onlyVisible)
    
public  PageManagergetPageManager()
    
public  StringgetProfileLocatorName(Node node)
    
public  FoldergetRootFolderProxy()
    
public  ListgetSearchPaths()
    
public  StringgetSearchPathsString()
    
public  ListgetStandardMenuDefinitionLocators()
    
public  SetgetStandardMenuNames()
    

Field Detail
ALT_CURRENT_PAGE_PATH
final public static String ALT_CURRENT_PAGE_PATH(Code)
ALT_CURRENT_PAGE_PATH - alternate expression used to match the current page



CURRENT_PAGE_PATH
final public static String CURRENT_PAGE_PATH(Code)
CURRENT_PAGE_PATH - expression used to match the current page



CUSTOM_PAGE_NAVIGATIONS_MENU_NAME
final public static String CUSTOM_PAGE_NAVIGATIONS_MENU_NAME(Code)
CUSTOM_*_MENU_NAME - custom menu names



STANDARD_BACK_MENU_NAME
final public static String STANDARD_BACK_MENU_NAME(Code)
STANDARD_*_MENU_NAME - standard menu names



STANDARD_BREADCRUMBS_MENU_NAME
final public static String STANDARD_BREADCRUMBS_MENU_NAME(Code)



STANDARD_NAVIGATIONS_MENU_NAME
final public static String STANDARD_NAVIGATIONS_MENU_NAME(Code)



STANDARD_PAGES_MENU_NAME
final public static String STANDARD_PAGES_MENU_NAME(Code)




Constructor Detail
SiteView
public SiteView(PageManager pageManager, List searchPaths)(Code)
SiteView - validating constructor
Parameters:
  pageManager - PageManager component instance
Parameters:
  searchPaths - list of search paths in string or search pathobject form



SiteView
public SiteView(PageManager pageManager, String[] searchPaths)(Code)
SiteView - validating constructor
Parameters:
  pageManager - PageManager component instance
Parameters:
  searchPaths - array of search paths



SiteView
public SiteView(PageManager pageManager, String searchPaths)(Code)
SiteView - validating constructor
Parameters:
  pageManager - PageManager component instance
Parameters:
  searchPaths - string of comma separated search paths



SiteView
public SiteView(PageManager pageManager, ProfileLocator locator)(Code)
SiteView - validating constructor
Parameters:
  pageManager - PageManager component instance
Parameters:
  locator - profile locator search specification



SiteView
public SiteView(PageManager pageManager, Map locators)(Code)
SiteView - validating constructor
Parameters:
  pageManager - PageManager component instance
Parameters:
  locators - map of named profile locator search specifications



SiteView
public SiteView(PageManager pageManager)(Code)
SiteView - basic constructor
Parameters:
  pageManager - PageManager component instance




Method Detail
getManagedPage
public Page getManagedPage(Page page)(Code)
getManagedPage - get concrete page instance from page proxy; implemented here to hide view proxy manipulation from more general portal site implementation
Parameters:
  page - page proxy managed page



getMenuDefinitionLocator
public SiteViewMenuDefinitionLocator getMenuDefinitionLocator(Node node, String name)(Code)
getMenuDefinitionLocator - get named view node proxy menu definition locator; implemented here to hide view proxy manipulation from more general portal site implementation
Parameters:
  node - node proxy
Parameters:
  name - menu definition name menu definition locator



getMenuDefinitionLocators
public List getMenuDefinitionLocators(Node node)(Code)
getMenuDefinitionLocators - get list of view node proxy menu definition locators; implemented here to hide view proxy manipulation from more general portal site implementation
Parameters:
  node - node proxy definition locator list



getNodeProxies
public List getNodeProxies(String regexpPath, Node currentNode, boolean onlyViewable, boolean onlyVisible)(Code)
getNodeProxies - get folder, page, or link proxies at relative or absolute path using simple path wildcards and character classes
Parameters:
  regexpPath - regular expression node path
Parameters:
  currentNode - current folder or page for relative paths or null
Parameters:
  onlyViewable - nodes required to be viewable flag
Parameters:
  onlyVisible - node required to be visible, (or current) list of folder, page, or link node proxies



getNodeProxy
public Node getNodeProxy(String path, Node currentNode, boolean onlyViewable, boolean onlyVisible) throws NodeNotFoundException(Code)
getNodeProxy - get single folder, page, or link proxy at relative or absolute path
Parameters:
  path - single node path
Parameters:
  currentNode - current folder or page for relative paths or null
Parameters:
  onlyViewable - node required to be viewable
Parameters:
  onlyVisible - node required to be visible, (or current) folder, page, or link node proxy
throws:
  NodeNotFoundException - if not found
throws:
  SecurityException - if view access not granted



getPageManager
public PageManager getPageManager()(Code)
getPageManager - return PageManager component instance PageManager instance



getProfileLocatorName
public String getProfileLocatorName(Node node)(Code)
getProfileLocatorName - get view node proxy profile locator name; implemented here to hide view proxy manipulation from more general portal site implementation
Parameters:
  node - node proxy profile locator name



getRootFolderProxy
public Folder getRootFolderProxy() throws FolderNotFoundException(Code)
getRootFolderProxy - create and return root folder proxy instance root folder proxy
throws:
  FolderNotFoundException - if not found
throws:
  SecurityException - if view access not granted



getSearchPaths
public List getSearchPaths()(Code)
getSearchPaths - return ordered search paths list that defines this view search paths list



getSearchPathsString
public String getSearchPathsString()(Code)
getSearchPathsString - return search paths as string search paths list as comma separated string



getStandardMenuDefinitionLocators
public List getStandardMenuDefinitionLocators()(Code)
getStandardMenuDefinitionLocators - get list of available standard menu definition locators menu definition locators list



getStandardMenuNames
public Set getStandardMenuNames()(Code)
getStandardMenuNames - get set of available standard menu names menu names set



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

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