Class RobotDecoratorMapper

java.lang.Object
com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
com.opensymphony.module.sitemesh.mapper.RobotDecoratorMapper
All Implemented Interfaces:
DecoratorMapper

public class RobotDecoratorMapper extends AbstractDecoratorMapper
The RobotDecoratorMapper will use the specified decorator when the requester is identified as a robot (also known as spider, crawler, ferret) of a search engine.

The name of this decorator should be supplied in the decorator property.

Author:
Mathias Bogaert
See Also:
  • Constructor Details

    • RobotDecoratorMapper

      public RobotDecoratorMapper()
  • Method Details