|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Item | |
---|---|
org.apache.cocoon.portal.layout | |
org.apache.cocoon.portal.layout.impl | |
org.apache.cocoon.portal.layout.renderer.aspect.impl |
Uses of Item in org.apache.cocoon.portal.layout |
---|
Subclasses of Item in org.apache.cocoon.portal.layout | |
---|---|
class |
NamedItem
|
Fields in org.apache.cocoon.portal.layout declared as Item | |
---|---|
protected Item |
AbstractLayout.parent
|
Methods in org.apache.cocoon.portal.layout that return Item | |
---|---|
Item |
Item.copy(CompositeLayout parent)
|
Item |
CompositeLayout.createNewItem()
Create a new item. |
Item |
CompositeLayout.getItem(int index)
Get the item at the index |
Item |
Layout.getParent()
|
Item |
AbstractLayout.getParent()
|
Methods in org.apache.cocoon.portal.layout with parameters of type Item | |
---|---|
void |
CompositeLayout.addItem(int index,
Item item)
Add indexed item to the itemList. |
void |
CompositeLayout.addItem(Item item)
Add Item to the ItemList. |
void |
CompositeLayout.removeItem(Item item)
Remove an item |
void |
Layout.setParent(Item item)
|
void |
AbstractLayout.setParent(Item item)
|
Uses of Item in org.apache.cocoon.portal.layout.impl |
---|
Methods in org.apache.cocoon.portal.layout.impl that return Item | |
---|---|
Item |
CompositeLayoutImpl.createNewItem()
|
Item |
CompositeLayoutImpl.getItem(int index)
Get Item from the ItemList. |
Methods in org.apache.cocoon.portal.layout.impl with parameters of type Item | |
---|---|
void |
CompositeLayoutImpl.addItem(int index,
Item item)
Add indexed item to the itemList. |
void |
CompositeLayoutImpl.addItem(Item item)
Add Item to the ItemList. |
void |
CompositeLayoutImpl.removeItem(Item item)
|
Uses of Item in org.apache.cocoon.portal.layout.renderer.aspect.impl |
---|
Methods in org.apache.cocoon.portal.layout.renderer.aspect.impl with parameters of type Item | |
---|---|
protected void |
CompositeContentAspect.processItem(RendererAspectContext context,
Item item,
ContentHandler handler,
PortalService service)
|
protected abstract void |
AbstractCompositeAspect.processItem(RendererAspectContext context,
Item item,
ContentHandler handler,
PortalService service)
Process a single layout element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |