|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.ajax.NodeInfoBean
public class NodeInfoBean
Bean used by an AJAX control to send information back on the requested node.
Constructor Summary | |
---|---|
NodeInfoBean()
|
Method Summary | |
---|---|
void |
sendNodeInfo()
Returns information on the node identified by the 'noderef' parameter found in the ExternalContext. |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeInfoBean()
Method Detail |
---|
public void sendNodeInfo() throws java.io.IOException
The result is the formatted HTML to show on the client.
java.io.IOException
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService
- The NodeService to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |