Framework Professional Edition Package


com.prosyst.mbs.services.http.jsp
Interface JspTagPool


public interface JspTagPool

This interface represents a pool of Tag objects. It is referenced by the Jsp Implementation class in order to get Tags from the pool or to release them back. Not intended for developer usage.


Method Summary
 java.lang.Object get(java.lang.Class c)
          Get an object of the specified class.
 void release(java.lang.Object o)
          This method is invoked, when a Tag will no longer be used.
 

Method Detail

get

java.lang.Object get(java.lang.Class c)
Get an object of the specified class. If the pool has no instance, a new instance will be created.

Parameters:
c - Tag class
Returns:
an object of the class

release

void release(java.lang.Object o)
This method is invoked, when a Tag will no longer be used. The specified object is put back in the pool can be used later.

Parameters:
o - to be released

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved