net.ontopia.topicmaps.nav2.taglibs.TMvalue
Class LookupTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingTag
          extended by net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingAndAcceptingTag
              extended by net.ontopia.topicmaps.nav2.taglibs.TMvalue.LookupTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, ValueAcceptingTagIF, ValueProducingTagIF

public class LookupTag
extends BaseValueProducingAndAcceptingTag

INTERNAL: Value Producing Tag for looking up objects by their

See Also:
Serialized Form

Field Summary
static String KIND_INDICATOR
           
static String KIND_SOURCE
           
static String KIND_SUBJECT
           
 
Fields inherited from class net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingAndAcceptingTag
contextTag, inputCollection
 
Fields inherited from class net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingTag
variableName
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
LookupTag()
           
 
Method Summary
 Collection process(Collection values)
          INTERNAL: Process the input collection and return the output collection.
 void setAs(String as)
           
 void setBasename(String nameValue)
           
 void setExpect(String expect)
           
 void setIndicator(String indicator)
           
 void setObjectid(String objectid)
           
 void setParameter(String parameter)
           
 void setSource(String source)
           
 void setSubject(String subject)
           
 void setVariant(String nameValue)
           
 
Methods inherited from class net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingAndAcceptingTag
accept, doEndTag, doStartTag, getInputCollection
 
Methods inherited from class net.ontopia.topicmaps.nav2.taglibs.value.BaseValueProducingTag
release, setOf
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KIND_SUBJECT

public static final String KIND_SUBJECT
See Also:
Constant Field Values

KIND_INDICATOR

public static final String KIND_INDICATOR
See Also:
Constant Field Values

KIND_SOURCE

public static final String KIND_SOURCE
See Also:
Constant Field Values
Constructor Detail

LookupTag

public LookupTag()
Method Detail

process

public Collection process(Collection values)
                   throws javax.servlet.jsp.JspTagException
Description copied from interface: ValueProducingTagIF
INTERNAL: Process the input collection and return the output collection. This collection will afterwards typically be passed up to the parent tag, which should be a value-accepting tag.

Throws:
javax.servlet.jsp.JspTagException
See Also:
BaseValueProducingTag

setIndicator

public void setIndicator(String indicator)

setSubject

public void setSubject(String subject)

setSource

public void setSource(String source)

setObjectid

public void setObjectid(String objectid)

setParameter

public void setParameter(String parameter)

setBasename

public void setBasename(String nameValue)

setVariant

public void setVariant(String nameValue)

setExpect

public void setExpect(String expect)

setAs

public void setAs(String as)
           throws NavigatorRuntimeException
Throws:
NavigatorRuntimeException


Copyright © 2000-2012 Ontopia.