Uses of Class
net.sf.portions.exception.PlugInException

Packages that use PlugInException
net.sf.portions.plugin   
net.sf.portions.validator   
 

Uses of PlugInException in net.sf.portions.plugin
 

Methods in net.sf.portions.plugin that throw PlugInException
 void IPortletPlugIn.execute(java.lang.String formName, PortletForm form, javax.portlet.PortletContext context)
          Ejecuta las tareas propias del plug-in
 

Uses of PlugInException in net.sf.portions.validator
 

Methods in net.sf.portions.validator that throw PlugInException
 void ValidatorPlugIn.execute(java.lang.String formName, PortletForm form, javax.portlet.PortletContext context)
          Ejecuta la lógica del plug-in (realiza la validación del formulario)