org.apache.tapestry.junit.mock.c21
Class PrivateService

java.lang.Object
  extended by org.apache.tapestry.junit.mock.c21.PrivateService
All Implemented Interfaces:
org.apache.tapestry.engine.IEngineService

public class PrivateService
extends Object
implements org.apache.tapestry.engine.IEngineService

Test case for service which can't be instantiated.

Since:
3.0
Author:
Howard Lewis Ship

Method Summary
 org.apache.tapestry.engine.ILink getLink(boolean post, Object parameter)
           
 String getName()
           
 void service(org.apache.tapestry.IRequestCycle cycle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLink

public org.apache.tapestry.engine.ILink getLink(boolean post,
                                                Object parameter)
Specified by:
getLink in interface org.apache.tapestry.engine.IEngineService

service

public void service(org.apache.tapestry.IRequestCycle cycle)
             throws IOException
Specified by:
service in interface org.apache.tapestry.engine.IEngineService
Throws:
IOException

getName

public String getName()
Specified by:
getName in interface org.apache.tapestry.engine.IEngineService


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.