[seam-issues] [JBoss JIRA] (JBSEAM-5098) SeamApplication missing JSF 2.0 methods

Marek Schmidt (JIRA) jira-events at lists.jboss.org
Tue May 21 12:36:06 EDT 2013


Marek Schmidt created JBSEAM-5098:
-------------------------------------

             Summary: SeamApplication missing JSF 2.0 methods
                 Key: JBSEAM-5098
                 URL: https://issues.jboss.org/browse/JBSEAM-5098
             Project: Seam 2
          Issue Type: Bug
          Components: JSF Integration
    Affects Versions: 2.3.0.Final
            Reporter: Marek Schmidt
            Assignee: Marek Novotny
            Priority: Critical
             Fix For: 2.3.1.Final


The following methods new in JSF 2.0 Application are missing in SeamApplication. This prevents Seam interoperability with some JSF libraries (e.g. openfaces)

* getResourceHandler
* setResourceHandler
* getProjectStage
* addBehavior
* public UIComponent createComponent(ValueExpression componentExpression,
                                   FacesContext context,
                                   java.lang.String componentType,
                                   java.lang.String rendererType)
* addDefaultValidatorId
* getDefaultValidatorInfo
* public void subscribeToEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
                             java.lang.Class<?> sourceClass,
                             SystemEventListener listener)
* public void subscribeToEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
                             SystemEventListener listener)
* public void unsubscribeFromEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
                                 java.lang.Class<?> sourceClass,
                                 SystemEventListener listener)
* public void unsubscribeFromEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
                                 SystemEventListener listener)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the seam-issues mailing list