org.ow2.opensuit.samples.movies_db.xml
Class SearchDirectorUrl

java.lang.Object
  extended by org.ow2.opensuit.samples.movies_db.xml.SearchDirectorUrl
All Implemented Interfaces:
org.ow2.opensuit.xml.base.action.IAction, org.ow2.opensuit.xmlmap.interfaces.IInitializable

@XmlElement
public class SearchDirectorUrl
extends Object
implements org.ow2.opensuit.xml.base.action.IAction, org.ow2.opensuit.xmlmap.interfaces.IInitializable


Constructor Summary
SearchDirectorUrl()
           
 
Method Summary
 String getURL(javax.servlet.http.HttpServletRequest request, boolean encodeHtml)
           
 void initialize(org.ow2.opensuit.xmlmap.interfaces.IInitializationSupport errors, org.ow2.opensuit.xmlmap.interfaces.IInstantiationContext instContext)
           
 void invoke(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchDirectorUrl

public SearchDirectorUrl()
Method Detail

initialize

public void initialize(org.ow2.opensuit.xmlmap.interfaces.IInitializationSupport errors,
                       org.ow2.opensuit.xmlmap.interfaces.IInstantiationContext instContext)
Specified by:
initialize in interface org.ow2.opensuit.xmlmap.interfaces.IInitializable

getURL

public String getURL(javax.servlet.http.HttpServletRequest request,
                     boolean encodeHtml)
              throws Exception
Specified by:
getURL in interface org.ow2.opensuit.xml.base.action.IAction
Throws:
Exception

invoke

public void invoke(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
            throws Exception
Specified by:
invoke in interface org.ow2.opensuit.xml.base.action.IAction
Throws:
Exception


Copyright © 2008-2012 OW2 Consortium. All Rights Reserved.