|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts2.views.gxp.AbstractGxp<com.google.gxp.html.HtmlClosure>
org.apache.struts2.views.gxp.Gxp
public class Gxp
Struts 2 to GXP adapter. Can be used to write a GXP or create a HtmlClosure. Pulls GXP parameters from Struts 2 value stack.
Method Summary | |
---|---|
static Gxp |
getInstance(java.lang.Class gxpClass)
Looks up Gxp instance for the given GXP class. |
static Gxp |
getInstance(java.lang.String gxpPath)
Looks up Gxp instance for GXP with given path. |
Methods inherited from class org.apache.struts2.views.gxp.AbstractGxp |
---|
getArgs, getGxpClass, getGxpClassForPath, getGxpClosure, getGxpClosure, getGxpInstance, getOverrides, getParams, lookupMethodByName, setValueStackFactory, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Gxp getInstance(java.lang.String gxpPath)
public static Gxp getInstance(java.lang.Class gxpClass)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |