org.apache.struts.chain.legacy
Class TilesPlugin

java.lang.Object
  extended byorg.apache.struts.tiles.TilesPlugin
      extended byorg.apache.struts.chain.legacy.TilesPlugin
All Implemented Interfaces:
org.apache.struts.action.PlugIn

public class TilesPlugin
extends org.apache.struts.tiles.TilesPlugin

Permissive version of TilesPlugin which doesn't mess with processor class. Completely extends TilesPlugIn except for overriding protected method initRequestProcessorClass(ModuleConfig) to a no-op. Note class name capitalization consistent with org.apache.struts.tiles.TilesPlugin rather than most other Struts plug-ins to avoid snagging folks who quickly edit their struts-config.


Field Summary
 
Fields inherited from class org.apache.struts.tiles.TilesPlugin
currentPlugInConfigObject, definitionFactory, log, moduleAware, tilesUtilImplClassname
 
Constructor Summary
TilesPlugin()
           
 
Method Summary
protected  void initRequestProcessorClass(org.apache.struts.config.ModuleConfig config)
           
 
Methods inherited from class org.apache.struts.tiles.TilesPlugin
destroy, findStrutsPlugInConfigProperties, getTilesUtilImplClassname, init, isModuleAware, readFactoryConfig, setCurrentPlugInConfigObject, setModuleAware, setTilesUtilImplClassname
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TilesPlugin

public TilesPlugin()
Method Detail

initRequestProcessorClass

protected void initRequestProcessorClass(org.apache.struts.config.ModuleConfig config)


Copyright ? 2003 - Apache Software Foundation