|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayoutFragment
An interface representing the user layout fragment. Prior to uPortal 2.5, this class existed in the package org.jasig.portal.layout. It was moved to its present package to reflect that it is part of Aggregated Layouts.
Field Summary |
---|
Fields inherited from interface org.jasig.portal.layout.IUserLayout |
---|
ROOT_NODE_NAME |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns a fragment description |
java.lang.String |
getFragmentRootId()
Returns the fragment root Id. |
java.lang.String |
getFunctionalName()
Returns a fragment functional name |
java.lang.String |
getName()
Returns a fragment name |
Methods inherited from interface org.jasig.portal.layout.IUserLayout |
---|
addLayoutEventListener, getCacheKey, getChildIds, getId, getNextSiblingId, getNodeDescription, getNodeId, getNodeIds, getParentId, getPreviousSiblingId, getRootId, removeLayoutEventListener, writeTo, writeTo, writeTo, writeTo |
Method Detail |
---|
java.lang.String getName()
String
fragment namejava.lang.String getDescription()
String
fragment descriptionjava.lang.String getFunctionalName()
String
fragment namejava.lang.String getFragmentRootId() throws PortalException
String
fragment root Id
PortalException
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |