Package net.ontopia.topicmaps.classify
Class WebChew
- java.lang.Object
-
- net.ontopia.topicmaps.classify.WebChew
-
public class WebChew extends Object
INTERNAL:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
WebChew.ExistingAssociation
class
WebChew.WebClassification
class
WebChew.WebTerm
-
Constructor Summary
Constructors Constructor Description WebChew(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WebChew.WebClassification
getClassification()
static ClassifyPluginIF
getPlugin(javax.servlet.http.HttpServletRequest request)
INTERNAL: Returns the plug-in class instance used by the ontopoly plugin.void
processForm()
void
setRedirectURI(String redirectURI)
void
setVisibleRows(int visibleRows)
-
-
-
Method Detail
-
setVisibleRows
public void setVisibleRows(int visibleRows)
-
setRedirectURI
public void setRedirectURI(String redirectURI)
-
processForm
public void processForm()
-
getClassification
public WebChew.WebClassification getClassification()
-
getPlugin
public static ClassifyPluginIF getPlugin(javax.servlet.http.HttpServletRequest request)
INTERNAL: Returns the plug-in class instance used by the ontopoly plugin. Used by classify/plugin.jsp.
-
-