|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.Action
com.xpn.xwiki.web.XWikiAction
com.xpn.xwiki.web.SkinAction
public class SkinAction
Field Summary |
---|
Fields inherited from class org.apache.struts.action.Action |
---|
defaultLocale, servlet |
Constructor Summary | |
---|---|
SkinAction()
|
Method Summary | |
---|---|
java.lang.String |
render(XWikiContext context)
|
private boolean |
renderSkin(java.lang.String filename,
java.lang.String skin,
XWikiContext context)
|
private boolean |
renderSkin(java.lang.String filename,
XWikiDocument doc,
XWikiContext context)
|
Methods inherited from class com.xpn.xwiki.web.XWikiAction |
---|
action, execute, getRealPath, handleRevision, sendRedirect |
Methods inherited from class org.apache.struts.action.Action |
---|
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SkinAction()
Method Detail |
---|
public java.lang.String render(XWikiContext context) throws XWikiException
render
in class XWikiAction
XWikiException
private boolean renderSkin(java.lang.String filename, XWikiDocument doc, XWikiContext context) throws XWikiException
XWikiException
private boolean renderSkin(java.lang.String filename, java.lang.String skin, XWikiContext context) throws XWikiException
XWikiException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |