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


java.lang.Object
   org.apache.jetspeed.om.page.impl.BaseElementImpl
      org.apache.jetspeed.om.page.impl.FragmentImpl

FragmentImpl
public class FragmentImpl extends BaseElementImpl implements Fragment(Code)
FragmentImpl
author:
   Randy Watler
version:
   $Id$



Constructor Summary
public  FragmentImpl()
    

Method Summary
 ListaccessFragments()
     accessFragments Access mutable persistent collection member for List wrappers.
 ListaccessPreferences()
     accessPreferences Access mutable persistent collection member for List wrappers.
public  voidcheckPermissions(String path, int mask, boolean checkNodeOnly, boolean checkParentsOnly)
    
 voidclearPropertyMember(String key)
     clearPropertyMember Clear explicit property member.
 ListfilterFragmentsByAccess(List fragments, boolean mutable)
     filterFragmentsByAccess Filter fragments list for view access.
public  booleangetConstraintsEnabled()
    
public  StringgetDecorator()
    
public  PageSecuritygetEffectivePageSecurity()
    
public  floatgetFloatProperty(String propName)
    
 FragmentgetFragmentById(String id)
     getFragmentById Retrieve fragment with matching id from this or child fragments.
Parameters:
  id - fragment id to retrieve.
public  ListgetFragments()
    
 ListgetFragmentsByName(String name)
     getFragmentsByName Retrieve fragments with matching name including this and child fragments.
Parameters:
  name - fragment name to retrieve.
public  intgetIntProperty(String propName)
    
public  intgetLayoutColumn()
    
public  floatgetLayoutHeight()
    
public  intgetLayoutRow()
    
public  StringgetLayoutSizes()
    
public  floatgetLayoutWidth()
    
public  floatgetLayoutX()
    
public  floatgetLayoutY()
    
public  floatgetLayoutZ()
    
public  StringgetLogicalPermissionPath()
    
public  StringgetMode()
    
 PageImplgetPage()
     getPage Get page implementation that owns fragment.
public  booleangetPermissionsEnabled()
    
public  StringgetPhysicalPermissionPath()
    
public  ListgetPreferences()
    
public  MapgetProperties()
    
public  StringgetProperty(String propName)
    
 StringgetPropertyMember(String key)
     getPropertyMember Get explicit property member.
 ListgetPropertyMemberKeys()
     getPropertyMemberKeys Get valid explicit property member keys.
public  StringgetSkin()
    
public  StringgetState()
    
public  StringgetType()
    
public  booleanisReference()
    
 FragmentremoveFragmentById(String id)
     removeFragmentById Remove fragment with matching id from child fragments.
Parameters:
  id - fragment id to remove.
public  voidresetCachedSecurityConstraints()
    
public  voidsetDecorator(String decoratorName)
    
public  voidsetLayoutColumn(int column)
    
public  voidsetLayoutHeight(float height)
    
public  voidsetLayoutRow(int row)
    
public  voidsetLayoutSizes(String sizes)
    
public  voidsetLayoutWidth(float width)
    
public  voidsetLayoutX(float x)
    
public  voidsetLayoutY(float y)
    
public  voidsetLayoutZ(float z)
    
public  voidsetMode(String mode)
    
 voidsetPage(PageImpl page)
     setPage Set page implementation that owns fragment and propagate to all child fragments.
public  voidsetPreferences(List preferences)
    
 voidsetPropertyMember(String key, String value)
     setPropertyMember Set explicit property member.
public  voidsetSkin(String skinName)
    
public  voidsetState(String state)
    
public  voidsetType(String type)
    


Constructor Detail
FragmentImpl
public FragmentImpl()(Code)




Method Detail
accessFragments
List accessFragments()(Code)
accessFragments Access mutable persistent collection member for List wrappers. persistent collection



accessPreferences
List accessPreferences()(Code)
accessPreferences Access mutable persistent collection member for List wrappers. persistent collection



checkPermissions
public void checkPermissions(String path, int mask, boolean checkNodeOnly, boolean checkParentsOnly) throws SecurityException(Code)



clearPropertyMember
void clearPropertyMember(String key)(Code)
clearPropertyMember Clear explicit property member.
Parameters:
  key - property name



filterFragmentsByAccess
List filterFragmentsByAccess(List fragments, boolean mutable)(Code)
filterFragmentsByAccess Filter fragments list for view access.
Parameters:
  nodes - list containing fragments to check
Parameters:
  mutable - make returned list mutable original list if all elements viewable, a filteredpartial list, or null if all filtered for view access



getConstraintsEnabled
public boolean getConstraintsEnabled()(Code)



getDecorator
public String getDecorator()(Code)



getEffectivePageSecurity
public PageSecurity getEffectivePageSecurity()(Code)



getFloatProperty
public float getFloatProperty(String propName)(Code)



getFragmentById
Fragment getFragmentById(String id)(Code)
getFragmentById Retrieve fragment with matching id from this or child fragments.
Parameters:
  id - fragment id to retrieve. matched fragment



getFragments
public List getFragments()(Code)



getFragmentsByName
List getFragmentsByName(String name)(Code)
getFragmentsByName Retrieve fragments with matching name including this and child fragments.
Parameters:
  name - fragment name to retrieve. list of matched fragments



getIntProperty
public int getIntProperty(String propName)(Code)



getLayoutColumn
public int getLayoutColumn()(Code)



getLayoutHeight
public float getLayoutHeight()(Code)



getLayoutRow
public int getLayoutRow()(Code)



getLayoutSizes
public String getLayoutSizes()(Code)



getLayoutWidth
public float getLayoutWidth()(Code)



getLayoutX
public float getLayoutX()(Code)



getLayoutY
public float getLayoutY()(Code)



getLayoutZ
public float getLayoutZ()(Code)



getLogicalPermissionPath
public String getLogicalPermissionPath()(Code)



getMode
public String getMode()(Code)



getPage
PageImpl getPage()(Code)
getPage Get page implementation that owns fragment. owning page implementation



getPermissionsEnabled
public boolean getPermissionsEnabled()(Code)



getPhysicalPermissionPath
public String getPhysicalPermissionPath()(Code)



getPreferences
public List getPreferences()(Code)



getProperties
public Map getProperties()(Code)



getProperty
public String getProperty(String propName)(Code)



getPropertyMember
String getPropertyMember(String key)(Code)
getPropertyMember Get explicit property member.
Parameters:
  key - property name property setting



getPropertyMemberKeys
List getPropertyMemberKeys()(Code)
getPropertyMemberKeys Get valid explicit property member keys. list of property member keys with values



getSkin
public String getSkin()(Code)



getState
public String getState()(Code)



getType
public String getType()(Code)



isReference
public boolean isReference()(Code)



removeFragmentById
Fragment removeFragmentById(String id)(Code)
removeFragmentById Remove fragment with matching id from child fragments.
Parameters:
  id - fragment id to remove. removed fragment



resetCachedSecurityConstraints
public void resetCachedSecurityConstraints()(Code)



setDecorator
public void setDecorator(String decoratorName)(Code)



setLayoutColumn
public void setLayoutColumn(int column)(Code)



setLayoutHeight
public void setLayoutHeight(float height)(Code)



setLayoutRow
public void setLayoutRow(int row)(Code)



setLayoutSizes
public void setLayoutSizes(String sizes)(Code)



setLayoutWidth
public void setLayoutWidth(float width)(Code)



setLayoutX
public void setLayoutX(float x)(Code)



setLayoutY
public void setLayoutY(float y)(Code)



setLayoutZ
public void setLayoutZ(float z)(Code)



setMode
public void setMode(String mode)(Code)



setPage
void setPage(PageImpl page)(Code)
setPage Set page implementation that owns fragment and propagate to all child fragments.
Parameters:
  page - owning page implementation



setPreferences
public void setPreferences(List preferences)(Code)



setPropertyMember
void setPropertyMember(String key, String value)(Code)
setPropertyMember Set explicit property member.
Parameters:
  key - property name
Parameters:
  value - property setting



setSkin
public void setSkin(String skinName)(Code)



setState
public void setState(String state)(Code)



setType
public void setType(String type)(Code)



Methods inherited from org.apache.jetspeed.om.page.impl.BaseElementImpl
public void checkAccess(String actions) throws SecurityException(Code)(Java Doc)
public void checkConstraints(List actions, List userPrincipals, List rolePrincipals, List groupPrincipals, boolean checkNodeOnly, boolean checkParentsOnly) throws SecurityException(Code)(Java Doc)
public void checkConstraints(String actions) throws SecurityException(Code)(Java Doc)
public void checkPermissions(int mask, boolean checkNodeOnly, boolean checkParentsOnly) throws SecurityException(Code)(Java Doc)
public void checkPermissions(String path, int mask, boolean checkNodeOnly, boolean checkParentsOnly) throws SecurityException(Code)(Java Doc)
public void checkPermissions(int mask) throws SecurityException(Code)(Java Doc)
public boolean equals(Object o)(Code)(Java Doc)
public boolean getConstraintsEnabled()(Code)(Java Doc)
public PageSecurity getEffectivePageSecurity()(Code)(Java Doc)
public String getId()(Code)(Java Doc)
public String getLogicalPermissionPath()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public boolean getPermissionsEnabled()(Code)(Java Doc)
public String getPhysicalPermissionPath()(Code)(Java Doc)
public SecurityConstraints getSecurityConstraints()(Code)(Java Doc)
public String getShortTitle()(Code)(Java Doc)
public String getTitle()(Code)(Java Doc)
public boolean grantViewActionAccess()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
public SecurityConstraint newSecurityConstraint()(Code)(Java Doc)
public SecurityConstraints newSecurityConstraints()(Code)(Java Doc)
public void resetCachedSecurityConstraints()(Code)(Java Doc)
public void setConstraintsEnabled(boolean enabled)(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setPermissionsEnabled(boolean enabled)(Code)(Java Doc)
public void setSecurityConstraints(SecurityConstraints constraints)(Code)(Java Doc)
public void setShortTitle(String shortTitle)(Code)(Java Doc)
public void setTitle(String title)(Code)(Java Doc)

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.