org.apache.cocoon.transformation.pagination
Class ItemGroup

java.lang.Object
  extended by org.apache.cocoon.transformation.pagination.ItemGroup

public class ItemGroup
extends Object

Container class for the immutable pagination rules for each page.

Version:
CVS $Id: ItemGroup.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Stefano Mazzocchi

Constructor Summary
ItemGroup(String name, String elementURI, String elementName)
           
 
Method Summary
 String getElementName()
           
 String getElementURI()
           
 String getName()
           
 boolean match(String elementURI)
           
 boolean match(String elementName, String elementURI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemGroup

public ItemGroup(String name,
                 String elementURI,
                 String elementName)
Method Detail

match

public boolean match(String elementName,
                     String elementURI)

match

public boolean match(String elementURI)

getName

public String getName()

getElementURI

public String getElementURI()

getElementName

public String getElementName()


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.