Return-Path: X-Original-To: apmail-cocoon-cvs-archive@www.apache.org Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8EAF7C15D for ; Tue, 29 May 2012 14:50:42 +0000 (UTC) Received: (qmail 10940 invoked by uid 500); 29 May 2012 14:50:42 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 10886 invoked by uid 500); 29 May 2012 14:50:42 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 10878 invoked by uid 99); 29 May 2012 14:50:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2012 14:50:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2012 14:50:36 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8589D2388C91 for ; Tue, 29 May 2012 14:49:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1343757 [33/47] - in /cocoon/site/site: ./ 2.2/ 2.2/core-modules/core/2.2/ 3.0/ 3.0/apidocs/ 3.0/apidocs/org/apache/cocoon/cli/ 3.0/apidocs/org/apache/cocoon/cli/class-use/ 3.0/apidocs/org/apache/cocoon/controller/ 3.0/apidocs/org/apache/c... Date: Tue, 29 May 2012 14:47:50 -0000 To: cvs@cocoon.apache.org From: ilgrosso@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120529144916.8589D2388C91@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/ServletFactoryBean.html URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/ServletFactoryBean.html?rev=1343757&view=auto ============================================================================== --- cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/ServletFactoryBean.html (added) +++ cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/ServletFactoryBean.html Tue May 29 14:45:42 2012 @@ -0,0 +1,630 @@ + + + + + + + +ServletFactoryBean (Cocoon Servlet Service Implementation 1.3.1-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.cocoon.servletservice.spring +
+Class ServletFactoryBean

+
+java.lang.Object
+  extended by org.apache.cocoon.servletservice.spring.ServletFactoryBean
+
+
+
All Implemented Interfaces:
org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.FactoryBean, org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware
+
+
+
+
public class ServletFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean, org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware, org.springframework.beans.factory.BeanNameAware
+ + +

+

+
Since:
+
1.0.0
+
Version:
+
$Id$
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ServletFactoryBean() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddestroy() + +
+           
+ ObjectgetObject() + +
+           
+ ClassgetObjectType() + +
+           
+ voidinit() + +
+           
+ booleanisSingleton() + +
+           
+ voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) + +
+           
+ voidsetBeanName(String beanName) + +
+           
+ voidsetConnections(Map connections) + +
+           
+ voidsetConnectionServiceNames(Map connectionServiceNames) + +
+           
+ voidsetContextParams(Map contextParams) + +
+           
+ voidsetContextPath(String contextPath) + +
+          The path to the blocks resources relative to the servlet context URL, + must start with an '/'.
+ voidsetEmbeddedServlet(javax.servlet.Servlet embeddedServlet) + +
+           
+ voidsetInitParams(Map initParams) + +
+           
+ voidsetMountPath(String mountPath) + +
+           
+ voidsetServiceName(String name) + +
+           
+ voidsetServletContext(javax.servlet.ServletContext servletContext) + +
+           
+ voidsetUrlHandlerFactoryCollector(org.apache.cocoon.jnet.URLHandlerFactoryCollector urlHandlerFactoryCollector) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ServletFactoryBean

+
+public ServletFactoryBean()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+public void init()
+          throws Exception
+
+
+
+
+
+ +
Throws: +
Exception
+
+
+
+ +

+destroy

+
+public void destroy()
+
+
+
+
+
+
+
+
+
+ +

+setApplicationContext

+
+public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
+                           throws org.springframework.beans.BeansException
+
+
+
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
+
+
+ +
Throws: +
org.springframework.beans.BeansException
+
+
+
+ +

+setServletContext

+
+public void setServletContext(javax.servlet.ServletContext servletContext)
+
+
+
Specified by:
setServletContext in interface org.springframework.web.context.ServletContextAware
+
+
+
+
+
+
+ +

+setBeanName

+
+public void setBeanName(String beanName)
+
+
+
Specified by:
setBeanName in interface org.springframework.beans.factory.BeanNameAware
+
+
+
+
+
+
+ +

+setEmbeddedServlet

+
+public void setEmbeddedServlet(javax.servlet.Servlet embeddedServlet)
+
+
+
+
+
+
Parameters:
embeddedServlet - the embeddedServlet to set
+
+
+
+ +

+setMountPath

+
+public void setMountPath(String mountPath)
+
+
+
+
+
+
Parameters:
mountPath -
+
+
+
+ +

+setContextPath

+
+public void setContextPath(String contextPath)
+
+
The path to the blocks resources relative to the servlet context URL, + must start with an '/'. +

+

+
+
+
+
Parameters:
contextPath -
+
+
+
+ +

+setInitParams

+
+public void setInitParams(Map initParams)
+
+
+
+
+
+
Parameters:
initParams -
+
+
+
+ +

+setContextParams

+
+public void setContextParams(Map contextParams)
+
+
+
+
+
+
Parameters:
contextParams - the contextParams to set
+
+
+
+ +

+setConnections

+
+public void setConnections(Map connections)
+
+
+
+
+
+
Parameters:
connections -
+
+
+
+ +

+setConnectionServiceNames

+
+public void setConnectionServiceNames(Map connectionServiceNames)
+
+
+
+
+
+
Parameters:
connectionServiceNames -
+
+
+
+ +

+setServiceName

+
+public void setServiceName(String name)
+
+
+
+
+
+
+
+
+
+ +

+getObject

+
+public Object getObject()
+                 throws Exception
+
+
+
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
+
+
+ +
Throws: +
Exception
+
+
+
+ +

+getObjectType

+
+public Class getObjectType()
+
+
+
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean
+
+
+
+
+
+
+ +

+isSingleton

+
+public boolean isSingleton()
+
+
+
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean
+
+
+
+
+
+
+ +

+setUrlHandlerFactoryCollector

+
+public void setUrlHandlerFactoryCollector(org.apache.cocoon.jnet.URLHandlerFactoryCollector urlHandlerFactoryCollector)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved. + + Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/ServletFactoryBean.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/ServletFactoryBean.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/ServletFactoryBean.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/ServletNamespaceHandler.html URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/ServletNamespaceHandler.html?rev=1343757&view=auto ============================================================================== --- cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/ServletNamespaceHandler.html (added) +++ cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/ServletNamespaceHandler.html Tue May 29 14:45:42 2012 @@ -0,0 +1,279 @@ + + + + + + + +ServletNamespaceHandler (Cocoon Servlet Service Implementation 1.3.1-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.cocoon.servletservice.spring +
+Class ServletNamespaceHandler

+
+java.lang.Object
+  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
+      extended by org.apache.cocoon.servletservice.spring.ServletNamespaceHandler
+
+
+
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler
+
+
+
+
public class ServletNamespaceHandler
extends org.springframework.beans.factory.xml.NamespaceHandlerSupport
+ + +

+

+ Spring namespace handler for the Cocoon servlet namespace (http://cocoon.apache.org/schema/servlet). + The ServletDecorator deals with the implementation details. +

+ +

+

+
Since:
+
1.0.0
+
Version:
+
$Id: ServletNamespaceHandler.java 562806 2007-08-05 02:26:41Z + vgritsenko $
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ServletNamespaceHandler() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidinit() + +
+           
+ + + + + + + +
Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, findDecoratorForNode, findParserForElement, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ServletNamespaceHandler

+
+public ServletNamespaceHandler()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+public void init()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved. + + Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/ServletNamespaceHandler.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/ServletNamespaceHandler.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/ServletNamespaceHandler.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/BaseServletContextFactoryBean.html URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/BaseServletContextFactoryBean.html?rev=1343757&view=auto ============================================================================== --- cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/BaseServletContextFactoryBean.html (added) +++ cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/BaseServletContextFactoryBean.html Tue May 29 14:45:42 2012 @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class org.apache.cocoon.servletservice.spring.BaseServletContextFactoryBean (Cocoon Servlet Service Implementation 1.3.1-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.cocoon.servletservice.spring.BaseServletContextFactoryBean

+
+No usage of org.apache.cocoon.servletservice.spring.BaseServletContextFactoryBean +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved. + + Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/BaseServletContextFactoryBean.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/BaseServletContextFactoryBean.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/BaseServletContextFactoryBean.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletDecorator.html URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletDecorator.html?rev=1343757&view=auto ============================================================================== --- cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletDecorator.html (added) +++ cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletDecorator.html Tue May 29 14:45:42 2012 @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class org.apache.cocoon.servletservice.spring.ServletDecorator (Cocoon Servlet Service Implementation 1.3.1-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.cocoon.servletservice.spring.ServletDecorator

+
+No usage of org.apache.cocoon.servletservice.spring.ServletDecorator +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved. + + Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletDecorator.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletDecorator.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletDecorator.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletFactoryBean.html URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletFactoryBean.html?rev=1343757&view=auto ============================================================================== --- cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletFactoryBean.html (added) +++ cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletFactoryBean.html Tue May 29 14:45:42 2012 @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class org.apache.cocoon.servletservice.spring.ServletFactoryBean (Cocoon Servlet Service Implementation 1.3.1-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.cocoon.servletservice.spring.ServletFactoryBean

+
+No usage of org.apache.cocoon.servletservice.spring.ServletFactoryBean +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved. + + Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletFactoryBean.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletFactoryBean.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletFactoryBean.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletNamespaceHandler.html URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletNamespaceHandler.html?rev=1343757&view=auto ============================================================================== --- cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletNamespaceHandler.html (added) +++ cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletNamespaceHandler.html Tue May 29 14:45:42 2012 @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class org.apache.cocoon.servletservice.spring.ServletNamespaceHandler (Cocoon Servlet Service Implementation 1.3.1-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.cocoon.servletservice.spring.ServletNamespaceHandler

+
+No usage of org.apache.cocoon.servletservice.spring.ServletNamespaceHandler +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved. + + Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletNamespaceHandler.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletNamespaceHandler.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/class-use/ServletNamespaceHandler.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/package-frame.html URL: http://svn.apache.org/viewvc/cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/package-frame.html?rev=1343757&view=auto ============================================================================== --- cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/package-frame.html (added) +++ cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/package-frame.html Tue May 29 14:45:42 2012 @@ -0,0 +1,39 @@ + + + + + + + +org.apache.cocoon.servletservice.spring (Cocoon Servlet Service Implementation 1.3.1-SNAPSHOT API) + + + + + + + + + + + +org.apache.cocoon.servletservice.spring + + + + +
+Classes  + +
+BaseServletContextFactoryBean +
+ServletDecorator +
+ServletFactoryBean +
+ServletNamespaceHandler
+ + + + Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/package-frame.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/package-frame.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: cocoon/site/site/subprojects/servlet-service/servlet-service-impl/apidocs/org/apache/cocoon/servletservice/spring/package-frame.html ------------------------------------------------------------------------------ svn:mime-type = text/html