org.kaoriha.jspbp.helloworld
Class Ajax

java.lang.Object
  extended by org.kaoriha.jspbp.helloworld.Ajax
All Implemented Interfaces:
org.kaoriha.jspbp.BeforeGettable, org.kaoriha.jspbp.Persistent

public class Ajax
extends Object
implements org.kaoriha.jspbp.BeforeGettable, org.kaoriha.jspbp.Persistent


Constructor Summary
Ajax()
           
 
Method Summary
 void beforeGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 Ajax calcRemote(Ajax remote)
           
 String getA()
           
 String getB()
           
 String getC()
           
 String getPersistentId()
           
 Ajax getPersistentInstance(String persistentId)
           
 void setA(String a)
           
 void setB(String b)
           
 void setC(String c)
           
 void setPersistentId(String persistentId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ajax

public Ajax()
Method Detail

getPersistentInstance

public Ajax getPersistentInstance(String persistentId)

calcRemote

public Ajax calcRemote(Ajax remote)

beforeGet

public void beforeGet(javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
               throws IOException,
                      javax.servlet.ServletException
Specified by:
beforeGet in interface org.kaoriha.jspbp.BeforeGettable
Throws:
IOException
javax.servlet.ServletException

getA

public String getA()

setA

public void setA(String a)

getB

public String getB()

setB

public void setB(String b)

getC

public String getC()

setC

public void setC(String c)

getPersistentId

public String getPersistentId()
Specified by:
getPersistentId in interface org.kaoriha.jspbp.Persistent

setPersistentId

public void setPersistentId(String persistentId)
Specified by:
setPersistentId in interface org.kaoriha.jspbp.Persistent


Copyright ? 2007-2008 Hound. All Rights Reserved.