org.alfresco.web.bean.ajax
Class NodeInfoBean

java.lang.Object
  extended by org.alfresco.web.bean.ajax.NodeInfoBean
All Implemented Interfaces:
java.io.Serializable

public class NodeInfoBean
extends java.lang.Object
implements java.io.Serializable

Bean used by an AJAX control to send information back on the requested node.

See Also:
Serialized Form

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

NodeInfoBean

public NodeInfoBean()
Method Detail

sendNodeInfo

public void sendNodeInfo()
                  throws java.io.IOException
Returns information on the node identified by the 'noderef' parameter found in the ExternalContext. If no noderef is supplied, then the template is executed without context.

The result is the formatted HTML to show on the client.

Throws:
java.io.IOException

setNodeService

public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
Parameters:
nodeService - The NodeService to set.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.