public class

Primes

extends ActionSupport
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ webwork.examples.Primes

Summary

[Expand]
Inherited Constants
From interface webwork.action.Action
[Expand]
Inherited Fields
From class webwork.action.ActionSupport
Public Constructors
Primes()
Public Methods
int getEnd()
boolean[] getPrimes()
int getStart()
void setEnd(int end)
void setStart(int start)
Protected Methods
String doExecute()
boolean isPrime(int number)
[Expand]
Inherited Methods
From class webwork.action.ActionSupport
From class java.lang.Object
From interface webwork.action.Action
From interface webwork.action.IllegalArgumentAware

Public Constructors

public Primes ()

Public Methods

public int getEnd ()

public boolean[] getPrimes ()

public int getStart ()

public void setEnd (int end)

public void setStart (int start)

Protected Methods

protected String doExecute ()

protected boolean isPrime (int number)