|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.layout.ALNode
IALNode summary sentence goes here.
Company: Instructional Media & Magic
Constructor Summary | |
ALNode()
|
|
ALNode(IALNodeDescription nd)
|
Method Summary | |
static ALNode |
createALNode(IUserLayoutNodeDescription nodeDescription)
|
static IALNodeDescription |
createUserLayoutNodeDescription(org.w3c.dom.Element xmlNode)
A factory method to create a IALNodeDescription instance,
based on the information provided in the user layout Element . |
java.lang.String |
getFragmentId()
|
java.lang.String |
getFragmentNodeId()
|
java.lang.String |
getId()
|
java.lang.String |
getNextNodeId()
|
IALNodeDescription |
getNodeDescription()
|
abstract int |
getNodeType()
Gets the node type |
java.lang.String |
getParentNodeId()
|
java.lang.String |
getPreviousNodeId()
|
int |
getPriority()
Gets the priority value for this node. |
IUserLayoutRestriction |
getRestriction(java.lang.String restrictionName)
Gets a restriction by the type. |
java.util.Vector |
getRestrictionsByPath(java.lang.String restrictionPath)
Gets a restrictions list by a restriction path. |
void |
setNextNodeId(java.lang.String nextNodeId)
|
void |
setNodeDescription(IALNodeDescription nd)
|
void |
setParentNodeId(java.lang.String parentNodeId)
|
void |
setPreviousNodeId(java.lang.String previousNodeId)
|
void |
setPriority(int priority)
Sets the priority for this node. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ALNode()
public ALNode(IALNodeDescription nd)
Method Detail |
public java.lang.String getId()
public java.lang.String getFragmentId()
public java.lang.String getFragmentNodeId()
public abstract int getNodeType()
public void setNodeDescription(IALNodeDescription nd)
public IALNodeDescription getNodeDescription()
public void setParentNodeId(java.lang.String parentNodeId)
public java.lang.String getParentNodeId()
public void setNextNodeId(java.lang.String nextNodeId)
public java.lang.String getNextNodeId()
public void setPreviousNodeId(java.lang.String previousNodeId)
public java.lang.String getPreviousNodeId()
public void setPriority(int priority)
priority
- a int
priority valuepublic int getPriority()
public IUserLayoutRestriction getRestriction(java.lang.String restrictionName)
restrictionName
- a String
name of the restriction
public java.util.Vector getRestrictionsByPath(java.lang.String restrictionPath)
restrictionPath
- a String
restriction path
public static IALNodeDescription createUserLayoutNodeDescription(org.w3c.dom.Element xmlNode) throws PortalException
IALNodeDescription
instance,
based on the information provided in the user layout Element
.
xmlNode
- a user layout DTD folder/channel Element
value
IALNodeDescription
value
PortalException
- if the xml passed is somehow invalid.public static ALNode createALNode(IUserLayoutNodeDescription nodeDescription) throws PortalException
PortalException
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |