com.liferay.faces.util.jsp
Class JspTagConfig
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspTagConfig
public JspTagConfig()
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.