com.hlcl.rql.util.as
Class SimulateSmartEditUsagePageAction

java.lang.Object
  extended by com.hlcl.rql.util.as.PageAction
      extended by com.hlcl.rql.util.as.SimulateSmartEditUsagePageAction

public class SimulateSmartEditUsagePageAction
extends PageAction

Author:
lejafr Diese Klasse simuliert die Anzeige einer Seite im SmartEdit.

Dabei werden alle neuen Templateelemente in der Seite aktiviert und der Seitencache befüllt.


Constructor Summary
SimulateSmartEditUsagePageAction()
           
 
Method Summary
 void invoke(Page page)
          Für jede übergebene Seite wird der SmartEdit HTML code angefordert.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulateSmartEditUsagePageAction

public SimulateSmartEditUsagePageAction()
Method Detail

invoke

public void invoke(Page page)
            throws RQLException
Für jede übergebene Seite wird der SmartEdit HTML code angefordert.

Für komplexe Seite auftretende IOExceptions durch ASP timeouts werden ignoriert.

Specified by:
invoke in class PageAction
Throws:
RQLException
See Also:
PageAction.invoke(com.hlcl.rql.as.Page)