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


org.apache.jetspeed.om.folder.Folder

All known Subclasses:   org.apache.jetspeed.om.folder.psml.FolderImpl,  org.apache.jetspeed.om.folder.impl.FolderImpl,
Folder
public interface Folder extends Node(Code)
Folder
author:
   David Sean Taylor
author:
   Jeremy Ford
version:
   $Id: Folder.java 516448 2007-03-09 16:25:47Z ate $


Field Summary
 StringCOUNTRY_FOLDER
    
 StringFALLBACK_DEFAULT_PAGE
    
 StringFOLDER_TYPE
    
 StringGROUP_FOLDER
    
 StringLANGUAGE_FOLDER
    
 StringMEDIATYPE_FOLDER
    
 StringPAGE_NOT_FOUND_PAGE
    
 StringRESERVED_COUNTRY_FOLDER_NAME
    
 intRESERVED_FOLDER_COUNTRY
    
 intRESERVED_FOLDER_GROUPS
    
 intRESERVED_FOLDER_LANGUAGE
    
 intRESERVED_FOLDER_MEDIATYPE
    
 intRESERVED_FOLDER_NONE
    
 intRESERVED_FOLDER_OTHER
    
 StringRESERVED_FOLDER_PREFIX
    
 intRESERVED_FOLDER_ROLES
    
 intRESERVED_FOLDER_SUBSITES
    
 intRESERVED_FOLDER_USERS
    
 StringRESERVED_GROUP_FOLDER_NAME
    
 StringRESERVED_LANGUAGE_FOLDER_NAME
    
 StringRESERVED_MEDIATYPE_FOLDER_NAME
    
 StringRESERVED_ROLE_FOLDER_NAME
    
 StringRESERVED_SUBSITE_FOLDER_PREFIX
    
 StringRESERVED_USER_FOLDER_NAME
    
 StringROLE_FOLDER
    
 StringUSER_FOLDER
    


Method Summary
 NodeSetgetAll()
    
 StringgetDefaultDecorator(String fragmentType)
     Returns the name of the default decorator that applies to page fragments in this folder or subfolders.
 StringgetDefaultPage()
    
 ListgetDocumentOrder()
    
 StringgetEffectiveDefaultDecorator(String fragmentType)
     Returns the name of the default decorator as set here or in parent folders that applies to page fragments in this folder or subfolders.
 FoldergetFolder(String name)
    
 NodeSetgetFolders()
    
 LinkgetLink(String name)
    
 NodeSetgetLinks()
    
 ListgetMenuDefinitions()
    
 PagegetPage(String name)
    
 PageSecuritygetPageSecurity()
    
 NodeSetgetPages()
    
 intgetReservedType()
    
 StringgetSkin()
     Returns the name of the skin that applies to this folder.
 booleanisReserved()
     Determines if a folder is a reserved folder.
 MenuDefinitionnewMenuDefinition()
    
 MenuExcludeDefinitionnewMenuExcludeDefinition()
    
 MenuIncludeDefinitionnewMenuIncludeDefinition()
    
 MenuOptionsDefinitionnewMenuOptionsDefinition()
    
 MenuSeparatorDefinitionnewMenuSeparatorDefinition()
    
 voidsetDefaultDecorator(String decoratorName, String fragmentType)
     Modifies the default decorator for the specified fragment type.
 voidsetDefaultPage(String defaultPage)
    
 voidsetDocumentOrder(List docIndexes)
    
 voidsetMenuDefinitions(List definitions)
    
 voidsetSkin(String skinName)
     Modifies the skin for this folder.

Field Detail
COUNTRY_FOLDER
String COUNTRY_FOLDER(Code)



FALLBACK_DEFAULT_PAGE
String FALLBACK_DEFAULT_PAGE(Code)



FOLDER_TYPE
String FOLDER_TYPE(Code)



GROUP_FOLDER
String GROUP_FOLDER(Code)



LANGUAGE_FOLDER
String LANGUAGE_FOLDER(Code)



MEDIATYPE_FOLDER
String MEDIATYPE_FOLDER(Code)



PAGE_NOT_FOUND_PAGE
String PAGE_NOT_FOUND_PAGE(Code)



RESERVED_COUNTRY_FOLDER_NAME
String RESERVED_COUNTRY_FOLDER_NAME(Code)



RESERVED_FOLDER_COUNTRY
int RESERVED_FOLDER_COUNTRY(Code)



RESERVED_FOLDER_GROUPS
int RESERVED_FOLDER_GROUPS(Code)



RESERVED_FOLDER_LANGUAGE
int RESERVED_FOLDER_LANGUAGE(Code)



RESERVED_FOLDER_MEDIATYPE
int RESERVED_FOLDER_MEDIATYPE(Code)



RESERVED_FOLDER_NONE
int RESERVED_FOLDER_NONE(Code)



RESERVED_FOLDER_OTHER
int RESERVED_FOLDER_OTHER(Code)



RESERVED_FOLDER_PREFIX
String RESERVED_FOLDER_PREFIX(Code)



RESERVED_FOLDER_ROLES
int RESERVED_FOLDER_ROLES(Code)



RESERVED_FOLDER_SUBSITES
int RESERVED_FOLDER_SUBSITES(Code)



RESERVED_FOLDER_USERS
int RESERVED_FOLDER_USERS(Code)



RESERVED_GROUP_FOLDER_NAME
String RESERVED_GROUP_FOLDER_NAME(Code)



RESERVED_LANGUAGE_FOLDER_NAME
String RESERVED_LANGUAGE_FOLDER_NAME(Code)



RESERVED_MEDIATYPE_FOLDER_NAME
String RESERVED_MEDIATYPE_FOLDER_NAME(Code)



RESERVED_ROLE_FOLDER_NAME
String RESERVED_ROLE_FOLDER_NAME(Code)



RESERVED_SUBSITE_FOLDER_PREFIX
String RESERVED_SUBSITE_FOLDER_PREFIX(Code)



RESERVED_USER_FOLDER_NAME
String RESERVED_USER_FOLDER_NAME(Code)



ROLE_FOLDER
String ROLE_FOLDER(Code)



USER_FOLDER
String USER_FOLDER(Code)





Method Detail
getAll
NodeSet getAll() throws DocumentException(Code)

getAll

A NodeSet containing all sub-folders and documents directly underthis folder.
throws:
  DocumentException -



getDefaultDecorator
String getDefaultDecorator(String fragmentType)(Code)
Returns the name of the default decorator that applies to page fragments in this folder or subfolders.
Parameters:
  fragmentType - the type of fragment considered the decorator name for the selected type



getDefaultPage
String getDefaultPage()(Code)

getDefaultPage

A String representing the default psml page for this folder



getDocumentOrder
List getDocumentOrder()(Code)
getDocumentOrder list of ordered document names in folder



getEffectiveDefaultDecorator
String getEffectiveDefaultDecorator(String fragmentType)(Code)
Returns the name of the default decorator as set here or in parent folders that applies to page fragments in this folder or subfolders.
Parameters:
  fragmentType - the type of fragment considered the decorator name for the selected type



getFolder
Folder getFolder(String name) throws FolderNotFoundException, DocumentException(Code)

getFolder


Parameters:
  name - A Folder referenced by this folder.
throws:
  FolderNotFoundException -
throws:
  DocumentException -



getFolders
NodeSet getFolders() throws DocumentException(Code)

getFolders

A NodeSet containing all sub-folders directly underthis folder.
throws:
  DocumentException -



getLink
Link getLink(String name) throws DocumentNotFoundException, NodeException(Code)

getLink


Parameters:
  name - A Link referenced by this folder.
throws:
  DocumentNotFoundException - if the document requested could not be found.
throws:
  NodeException -



getLinks
NodeSet getLinks() throws NodeException(Code)

getLinks

NodeSet of all the Links referenced by this Folder.
throws:
  DocumentException -
throws:
  NodeException -



getMenuDefinitions
List getMenuDefinitions()(Code)
getMenuDefinitions - get list of menu definitions definition list



getPage
Page getPage(String name) throws PageNotFoundException, NodeException(Code)

getPage


Parameters:
  name - A Page referenced by this folder.
throws:
  PageNotFoundException - if the Page requested could not be found.
throws:
  DocumentException -
throws:
  NodeException -



getPageSecurity
PageSecurity getPageSecurity() throws DocumentNotFoundException, NodeException(Code)

getPageSecurity


Parameters:
  name - A PageSecurity referenced by this folder.
throws:
  DocumentNotFoundException - if the document requested could not be found.
throws:
  NodeException -



getPages
NodeSet getPages() throws NodeException(Code)

getPages

NodeSet of all the Pages referenced by this Folder.
throws:
  NodeException -
throws:
  PageNotFoundException - if any of the Pages referenced by this Foldercould not be found.



getReservedType
int getReservedType()(Code)
Returns a valid reserved folder type: RESERVED_FOLDER_SUBSITES RESERVED_FOLDER_USERS RESERVED_FOLDER_ROLES RESERVED_FOLDER_GROUPS RESERVED_FOLDER_MEDIATYPE RESERVED_FOLDER_LANGUAGE RESERVED_FOLDER_COUNTRY one of the valid reserved folder types



getSkin
String getSkin()(Code)
Returns the name of the skin that applies to this folder. the page default skin name



isReserved
boolean isReserved()(Code)
Determines if a folder is a reserved folder. Reserved folders are special folders that can hold subsites, the root of user folders, and the root of role folders.



newMenuDefinition
MenuDefinition newMenuDefinition()(Code)
newMenuDefinition - creates a new empty menu definition a newly created MenuDefinition object for use in Folder



newMenuExcludeDefinition
MenuExcludeDefinition newMenuExcludeDefinition()(Code)
newMenuExcludeDefinition - creates a new empty menu exclude definition a newly created MenuExcludeDefinition object for use in Folder



newMenuIncludeDefinition
MenuIncludeDefinition newMenuIncludeDefinition()(Code)
newMenuIncludeDefinition - creates a new empty menu include definition a newly created MenuIncludeDefinition object for use in Folder



newMenuOptionsDefinition
MenuOptionsDefinition newMenuOptionsDefinition()(Code)
newMenuOptionsDefinition - creates a new empty menu options definition a newly created MenuOptionsDefinition object for use in Folder



newMenuSeparatorDefinition
MenuSeparatorDefinition newMenuSeparatorDefinition()(Code)
newMenuSeparatorDefinition - creates a new empty menu separator definition a newly created MenuSeparatorDefinition object for use in Folder



setDefaultDecorator
void setDefaultDecorator(String decoratorName, String fragmentType)(Code)
Modifies the default decorator for the specified fragment type.
Parameters:
  decoratorName - the name of the new decorator for the type
Parameters:
  fragmentType - the type of fragment considered



setDefaultPage
void setDefaultPage(String defaultPage)(Code)

setDefaultPage


Parameters:
  defaultPage -



setDocumentOrder
void setDocumentOrder(List docIndexes)(Code)
setDocumentOrder
Parameters:
  docIndexes - list of ordered document names in folder



setMenuDefinitions
void setMenuDefinitions(List definitions)(Code)
setMenuDefinitions - set list of menu definitions
Parameters:
  definitions - definition list



setSkin
void setSkin(String skinName)(Code)
Modifies the skin for this folder.
Parameters:
  skinName - the name of the new skin for the folder



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