net.ontopia.topicmaps.nav.taglibs.template
Class PageParameter
java.lang.Object
net.ontopia.topicmaps.nav.taglibs.template.PageParameter
- All Implemented Interfaces:
- Externalizable, Serializable
public class PageParameter
- extends Object
- implements Externalizable
INTERNAL: Data carrier class used to pass data between tags.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageParameter
public PageParameter(String content,
boolean direct)
setContent
public void setContent(String s)
setDirect
public void setDirect(boolean b)
getContent
public String getContent()
isDirect
public boolean isDirect()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
Copyright © 2000-2012 Ontopia.