org.apache.cocoon.spring.samples
Class SpringTest

java.lang.Object
  extended byorg.apache.cocoon.spring.samples.SpringTest

public class SpringTest
extends Object

Simple Bean for testing the use of a Spring container

Version:
$Id: SpringTest.java 165297 2005-04-29 11:54:21Z cziegeler $

Field Summary
protected  Core core
           
protected  String message
           
 
Constructor Summary
SpringTest()
           
 
Method Summary
 Core getCore()
           
 String getMessage()
           
 void setCore(Core core)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

protected String message

core

protected Core core
Constructor Detail

SpringTest

public SpringTest()
Method Detail

getMessage

public String getMessage()

setCore

public void setCore(Core core)

getCore

public Core getCore()


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.