net.ontopia.topicmaps.nav.taglibs.template
Class PageParameter

java.lang.Object
  extended by 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

Constructor Summary
PageParameter(String content, boolean direct)
           
 
Method Summary
 String getContent()
           
 boolean isDirect()
           
 void readExternal(ObjectInput in)
           
 void setContent(String s)
           
 void setDirect(boolean b)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageParameter

public PageParameter(String content,
                     boolean direct)
Method Detail

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.