org.apache.tapestry.web
Interface WebActivator

All Superinterfaces:
Describable, InitializationParameterHolder
All Known Implementing Classes:
HttpServletWebActivator, PortletWebActivator

public interface WebActivator
extends InitializationParameterHolder, Describable

A wrapper around a HttpServlet or Portlet.

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 String getActivatorName()
           
 
Methods inherited from interface org.apache.tapestry.web.InitializationParameterHolder
getInitParameterNames, getInitParameterValue
 
Methods inherited from interface org.apache.tapestry.describe.Describable
describeTo
 

Method Detail

getActivatorName

String getActivatorName()


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