| If the current ForwardConfig is using "tiles",
perform necessary pre-processing to set up the TilesContext
and substitute a new ForwardConfig which is understandable
to a RequestDispatcher .
Note that if the command finds a previously existing
ComponentContext in the request, then it
infers that it has been called from within another tile,
so instead of changing the ForwardConfig in the chain
Context , the command uses RequestDispatcher
to include the tile, and returns true, indicating that the processing
chain is complete.
Parameters: context - The Context for the current request false in most cases, but true if we determinethat we're processing in "include" mode. |