com.liferay.faces.util.jsp
Class JspTagConfig

java.lang.Object
  extended by com.liferay.faces.util.jsp.JspTagConfig
All Implemented Interfaces:
javax.faces.view.facelets.TagConfig

public class JspTagConfig
extends Object
implements javax.faces.view.facelets.TagConfig

This is a dummy class that exists in order to prevent an exception from being thrown during startup on JBoss AS. For more information, see FACES-1576.

Author:
Neil Griffin

Constructor Summary
JspTagConfig()
           
 
Method Summary
 javax.faces.view.facelets.FaceletHandler getNextHandler()
           
 javax.faces.view.facelets.Tag getTag()
           
 String getTagId()
           
 void setNextHandler(javax.faces.view.facelets.FaceletHandler nextHandler)
           
 void setTag(javax.faces.view.facelets.Tag tag)
           
 void setTagId(String tagId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspTagConfig

public JspTagConfig()
Method Detail

getNextHandler

public javax.faces.view.facelets.FaceletHandler getNextHandler()
Specified by:
getNextHandler in interface javax.faces.view.facelets.TagConfig

setNextHandler

public void setNextHandler(javax.faces.view.facelets.FaceletHandler nextHandler)

getTag

public javax.faces.view.facelets.Tag getTag()
Specified by:
getTag in interface javax.faces.view.facelets.TagConfig

setTag

public void setTag(javax.faces.view.facelets.Tag tag)

getTagId

public String getTagId()
Specified by:
getTagId in interface javax.faces.view.facelets.TagConfig

setTagId

public void setTagId(String tagId)


Copyright © 2015 Liferay, Inc.. All rights reserved.