| org.apache.cocoon.acting.ServiceableAction org.apache.cocoon.ajax.GetContinuationAction
GetContinuationAction | public class GetContinuationAction extends ServiceableAction implements ThreadSafe,Disposable(Code) | | Get a continuation knowing its identifier, and set it as the current continuation
in the object model, in the same manner as cocoon.sendPageAndWait() does.
This action is useful when an Ajax request is made that needs to access data related
to the continuation that originally displayed the current page.
The continuation id is either the src attribute in <map:act>
or, if not specified, the continuation-id request parameter.
This action is successful if the continuation exists and is still valid.
since: 2.1.8 version: $Id: GetContinuationAction.java 448479 2006-09-21 07:33:36Z crossley $ |
dispose | public void dispose()(Code) | | |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | |
Fields inherited from org.apache.cocoon.acting.ServiceableAction | protected ServiceManager manager(Code)(Java Doc)
|
Methods inherited from org.apache.cocoon.acting.ServiceableAction | public void service(ServiceManager manager) throws ServiceException(Code)(Java Doc)
|
|
|