|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.view.ViewDeclarationLanguage
org.apache.myfaces.shared_impl.view.ViewDeclarationLanguageBase
org.apache.myfaces.shared_impl.view.JspViewDeclarationLanguageBase
org.apache.myfaces.view.jsp.JspViewDeclarationLanguage
public class JspViewDeclarationLanguage
Field Summary | |
---|---|
static java.util.logging.Logger |
log
|
Constructor Summary | |
---|---|
JspViewDeclarationLanguage()
|
Method Summary | |
---|---|
void |
buildView(FacesContext context,
UIViewRoot view)
|
protected void |
sendSourceNotFound(FacesContext context,
java.lang.String message)
Send a source not found to the client. |
Methods inherited from class org.apache.myfaces.shared_impl.view.JspViewDeclarationLanguageBase |
---|
calculateViewId, getComponentMetadata, getScriptComponentResource, getStateManagementStrategy, getViewMetadata, renderView, setAfterViewTagResponseWrapper |
Methods inherited from class org.apache.myfaces.shared_impl.view.ViewDeclarationLanguageBase |
---|
checkNull, createView, restoreView |
Methods inherited from class javax.faces.view.ViewDeclarationLanguage |
---|
retargetAttachedObjects, retargetMethodExpressions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.util.logging.Logger log
Constructor Detail |
---|
public JspViewDeclarationLanguage()
Method Detail |
---|
public void buildView(FacesContext context, UIViewRoot view) throws java.io.IOException
buildView
in class ViewDeclarationLanguage
java.io.IOException
protected void sendSourceNotFound(FacesContext context, java.lang.String message)
ViewDeclarationLanguageBase
sendSourceNotFound
in class ViewDeclarationLanguageBase
context
- le current FacesContextmessage
- the message associated with the error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |