com.jidesoft.chart.servlet
Interface HttpComponentFactory<T extends Component>
- All Known Implementing Classes:
- DefaultHttpChartFactory
public interface HttpComponentFactory<T extends Component>
Here, we define a factory interface that returns a Component in response to
an HTTP Request. This means we can have a general server-side mechanism that
generates custom components on demand.
Method Summary |
T |
getInstance(HttpServletRequest request)
Create and return an instance of the component in response to an HTTP
request. |
getInstance
T getInstance(HttpServletRequest request)
- Create and return an instance of the component in response to an HTTP
request.
- Parameters:
request
- the HTTP request
- Returns:
- an instance of a Component