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

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

public class PrivateService
extends Object
implements IEngineService

Test case for service which can't be instantiated.

Since:
3.0
Author:
Howard Lewis Ship

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

Method Detail

getLink

public ILink getLink(boolean post,
                     Object parameter)
Specified by:
getLink in interface IEngineService

service

public void service(IRequestCycle cycle)
             throws IOException
Specified by:
service in interface IEngineService
Throws:
IOException

getName

public String getName()
Specified by:
getName in interface IEngineService


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