java.lang .Object org.apache.jetspeed.om.page.psml .AbstractBaseElement org.apache.jetspeed.om.page.psml .FragmentImpl All known Subclasses: org.apache.jetspeed.layout .LocalFragmentImpl , org.apache.jetspeed.om.page.psml .ReferenceImpl ,FragmentImpl public FragmentImpl()(Code)
Default Constructor.
checkPermissions public void checkPermissions(String path, int mask, boolean checkNodeOnly, boolean checkParentsOnly) throws SecurityException (Code)
filterFragmentsByAccess List filterFragmentsByAccess(List fragments) (Code) filterFragmentsByAccess
Filter fragments list for view access.
Parameters: nodes - list containing fragments to check original list if all elements viewable, a filteredpartial list, or null if all filtered for view access
getConstraintsEnabled public boolean getConstraintsEnabled()(Code)
getLogicalPermissionPath public String getLogicalPermissionPath()(Code)
getPermissionsEnabled public boolean getPermissionsEnabled()(Code)
getPhysicalPermissionPath public String getPhysicalPermissionPath()(Code)
getPropertiesList public List getPropertiesList()(Code)
isReference public boolean isReference()(Code)
marshalling public void marshalling()(Code) marshalling - notification that this instance is to
be saved to the persistent store
setDecorator public void setDecorator(String decoratorName)(Code)
setPreferences public void setPreferences(List preferences)(Code)
unmarshalled public void unmarshalled()(Code) unmarshalled - notification that this instance has been
loaded from the persistent store
Methods inherited from org.apache.jetspeed.om.page.psml.AbstractBaseElement public void checkAccess(String actions) throws SecurityException (Code) (Java Doc) public static NodeSet checkAccess(NodeSet nodes, String actions)(Code) (Java Doc) public void checkConstraints(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 checkPermissions(int mask) 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 boolean equals(Object obj)(Code) (Java Doc) public boolean getConstraintsEnabled()(Code) (Java Doc) public PageSecurity getEffectivePageSecurity()(Code) (Java Doc) public DocumentHandlerFactory getHandlerFactory()(Code) (Java Doc) public String getId()(Code) (Java Doc) public String getLogicalPermissionPath()(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 void marshalling()(Code) (Java Doc) public SecurityConstraint newSecurityConstraint()(Code) (Java Doc) public SecurityConstraints newSecurityConstraints()(Code) (Java Doc) public void setConstraintsEnabled(boolean enabled)(Code) (Java Doc) public void setHandlerFactory(DocumentHandlerFactory factory)(Code) (Java Doc) public void setId(String id)(Code) (Java Doc) public void setPermissionsEnabled(boolean enabled)(Code) (Java Doc) public void setSecurityConstraints(SecurityConstraints constraints)(Code) (Java Doc) public void setShortTitle(String title)(Code) (Java Doc) public void setTitle(String title)(Code) (Java Doc) public String toString()(Code) (Java Doc) public void unmarshalled()(Code) (Java Doc)