This project has retired. For details please refer to its
Attic page.
PsmlLayout (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.om.profile.psml
Class PsmlLayout
java.lang.Object
org.apache.jetspeed.om.profile.psml.PsmlConfigElement
org.apache.jetspeed.om.profile.psml.PsmlLayout
- All Implemented Interfaces:
- java.lang.Cloneable, ConfigElement, Layout, java.io.Serializable
- public class PsmlLayout
- extends PsmlConfigElement
- implements Layout
Default bean like implementation of the skin entry in psml
- Version:
- $Id: PsmlLayout.java,v 1.3 2004/02/23 03:02:54 jford Exp $
- Author:
- David Sean Taylor
- See Also:
- Serialized Form
Methods inherited from class org.apache.jetspeed.om.profile.psml.PsmlConfigElement |
addParameter, clone, getName, getParameter, getParameter, getParameter, getParameterCount, getParameterIterator, getParameters, getParameterValue, removeAllParameter, removeParameter, setName, setParameter, setParameters |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.jetspeed.om.profile.ConfigElement |
addParameter, clone, getName, getParameter, getParameter, getParameter, getParameterCount, getParameterIterator, getParameterValue, removeAllParameter, removeParameter, setName, setParameter |
PsmlLayout
public PsmlLayout()
getPosition
public long getPosition()
- Specified by:
getPosition
in interface Layout
setPosition
public void setPosition(long position)
- Specified by:
setPosition
in interface Layout
getSize
public long getSize()
- Specified by:
getSize
in interface Layout
setSize
public void setSize(long size)
- Specified by:
setSize
in interface Layout
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.