org.jasig.portal.layout.dlm

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 » uPortal_rel 2 6 1 GA » org.jasig.portal.layout.dlm 
org.jasig.portal.layout.dlm
Java Source File NameTypeComment
ChannelDescription.javaClass DLM specific Channel description to protect DLM artifacts of channels.
CompositeEnumeration.javaClass
ConfigurationLoader.javaClass
Constants.javaClass Constants used in DLM.
DecoratorLoader.javaClass Loads the class specified in className and verifies that it conforms to the LayoutDecorator interface.
DeleteManager.javaClass Looks for, applies against the ilf, and updates accordingly the delete set within a plf.
DistributedLayoutManager.javaClass A layout manager that provides layout control through layout fragments that are derived from regular portal user accounts.
DistributedUserPreferences.javaClass Distributed layout Extension to user preferences object for stylesheets performing structure or theme transformation.
EditManager.javaClass Handles ILF node edit directives recorded in the PLF.
Evaluator.javaInterface
EvaluatorFactory.javaInterface
FragmentActivator.javaClass
FragmentChannelInfo.javaClass This class wraps channel layout elements in cached fragment definitions to enable the layout manager to make informed descisions on what channel parameters should be persisted.
FragmentComparator.javaClass A comparator of fragment objects that sorts first by precedence value with highest number being higher and if equal it then sorts by fragment index with the lowest number having highest precedence since it is an indication of the fragments location within the config file.
FragmentDefinition.javaClass
FragmentNodeInfo.javaClass This class wraps folder layout elements in cached fragment definitions to enable the layout manager to make informed descisions on attributes should be persisted.
HandlerUtils.javaClass Utility functions for applying user changes to the user's plf prior to persisting.
IFolderLabelPolicy.javaInterface Implementations define how localized versions of labels for layout folders are handled.
ILayoutProcessingAction.javaInterface Represents a layout processing action that should be applied to a user's layout and contains the ability to apply that specific action.
ILFBuilder.javaClass Performs merging of layout fragments into a single document containing all incorporated layout fragment elements from the set of fragments passed in.
IntegrationResult.javaClass This class is used to keep track of changes when integrating PLF and ILF components.
IRoleUpdater.javaInterface Interface added solely to get around threads needing to be tagged when updating group membership information from within the uPortal code base. Fragment owners do not have proper roles.
LayoutDecorator.javaInterface
LPAAddParameter.javaClass Layout processing action for adding a channel parameter to the user's layout.
LPAChangeAttribute.javaClass Layout processing action for changing a node's attribute in the user's layout.
LPAChangeParameter.javaClass Layout processing action for changing a channel parameter in a user's layout.
LPAEditRestriction.javaClass Layout processing action for changnig the set of restrictions for a fragment node.
LPARemoveParameter.javaClass Layout processing action for removing a channel parameter from the user's layout.
LPAResetAttribute.javaClass Layout processing action to reset an attribute to the value specified by the owning fragment.
LPAResetParameter.javaClass Layout processing to reset a channel parameter to the value specified by the owning fragment.
MovementRules.javaClass A class that embodies the logic for determining if a node can be moved to the left or right of another node based on getMovedAllowed() and getPrecedence().
NodeInfo.javaClass
ParameterEditManager.javaClass Looks for, applies against the ilf, and updates accordingly within the plf the set of parameter edits made against channels incorporated from fragments.
PLFIntegrator.javaClass Performs merging of PLF into ILF for DLM.
PositionManager.javaClass Applies and updates position specifiers for child nodes in the composite layout.
Precedence.javaClass
RDBMDistributedLayoutStore.javaClass This class extends RDBMUserLayoutStore and implements instantiating and storing layouts that conform to the design of the distribute layout management system.
RootLocator.javaClass Provides centralized tool for obtaining the root folder in a user layout or fragment layout.
TabColumnPrefsHandler.javaClass Applies user prefs changes to the user's plf prior to persisting.
UserPrefsHandler.javaClass Applies user changes that are part of the uPortal User Preferences storage (not part of the layout structure) to the user's plf prior to persisting.
UserView.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.