info.magnolia.cms.beans.config
Class RotatingVirtualURIMapping

java.lang.Object
  extended by info.magnolia.cms.beans.config.RegexpVirtualURIMapping
      extended by info.magnolia.cms.beans.config.RotatingVirtualURIMapping
All Implemented Interfaces:
VirtualURIMapping

public class RotatingVirtualURIMapping
extends RegexpVirtualURIMapping

An extension of RegexpVirtualURIMapping that allows a rotation between different destination urls. In order to rotate toURI must contain the * that will be replaced by a random number between start (default is 1) and end (defaults is 3).

An additional property padding can specify the left 0 padding for numbers (defaults is 2). So for example a destination url like forward:/banner/image_*.jpg will randomly forward the request to /banner/image_01.jpg, /banner/image_02.jpg or /banner/image_03.jpg

Version:
$Id: $
Author:
Fabrizio Giustina

Nested Class Summary
 
Nested classes/interfaces inherited from interface info.magnolia.cms.beans.config.VirtualURIMapping
VirtualURIMapping.MappingResult
 
Constructor Summary
RotatingVirtualURIMapping()
           
 
Method Summary
 VirtualURIMapping.MappingResult mapURI(java.lang.String uri)
          
 void setEnd(int end)
          Sets the end.
 void setPadding(int padding)
          Sets the padding.
 void setStart(int start)
          Sets the start.
 
Methods inherited from class info.magnolia.cms.beans.config.RegexpVirtualURIMapping
getFromURI, getToURI, setFromURI, setToURI, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RotatingVirtualURIMapping

public RotatingVirtualURIMapping()
Method Detail

setStart

public void setStart(int start)
Sets the start.

Parameters:
start - the start to set

setEnd

public void setEnd(int end)
Sets the end.

Parameters:
end - the end to set

setPadding

public void setPadding(int padding)
Sets the padding.

Parameters:
padding - the padding to set

mapURI

public VirtualURIMapping.MappingResult mapURI(java.lang.String uri)

Specified by:
mapURI in interface VirtualURIMapping
Overrides:
mapURI in class RegexpVirtualURIMapping


Copyright © 2003-2010 Magnolia International Ltd.. All Rights Reserved.