Class PresentationContainer

  • All Implemented Interfaces:
    java.util.EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener, Container, RuntimeContainer
    Direct Known Subclasses:
    ExtensibilityContainer

    public class PresentationContainer
    extends AbstractRuntimeContainer
    implements org.springframework.beans.factory.BeanNameAware
    Presentation (web tier) Web Script Container
    Author:
    davidc
    • Constructor Detail

      • PresentationContainer

        public PresentationContainer()
    • Method Detail

      • setBeanName

        public void setBeanName​(java.lang.String beanId)
        Specified by:
        setBeanName in interface org.springframework.beans.factory.BeanNameAware
      • executeScript

        public void executeScript​(WebScriptRequest scriptReq,
                                  WebScriptResponse scriptRes,
                                  Authenticator auth)
                           throws java.io.IOException
        Description copied from interface: RuntimeContainer
        Execute the script in the context of the provided request and response
        Specified by:
        executeScript in interface RuntimeContainer
        Parameters:
        scriptReq - WebScriptRequest
        scriptRes - WebScriptResponse
        auth - Authenticator
        Throws:
        java.io.IOException