org.apache.cocoon.transformation.pagination
Class ItemGroup
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ItemGroup
public ItemGroup(String name,
String elementURI,
String elementName)
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.