| java.lang.Object org.directwebremoting.create.AbstractCreator
All known Subclasses: org.directwebremoting.faces.JsfCreator, org.directwebremoting.create.SingletonCreator, org.directwebremoting.create.NewCreator, org.directwebremoting.create.NullCreator, org.directwebremoting.create.ScriptedCreator, org.directwebremoting.struts.StrutsCreator, org.directwebremoting.create.Ejb3Creator, org.directwebremoting.spring.SpringCreator, org.directwebremoting.beehive.PageFlowCreator, org.directwebremoting.spring.BeanCreator,
AbstractCreator | abstract public class AbstractCreator implements Creator(Code) | | A simple implementation of the basic parts of Creator
author: Joe Walker [joe at getahead dot ltd dot uk] |
checkScope | protected static void checkScope(String cscope)(Code) | | Is the given scope valid?
Parameters: cscope - The scope string to match |
getJavascript | public String getJavascript()(Code) | | Returns the javascript name. |
isCacheable | public boolean isCacheable()(Code) | | |
setCacheable | public void setCacheable(boolean cacheable)(Code) | | Parameters: cacheable - Whether or not to cache the script. |
setJavascript | public void setJavascript(String javascript)(Code) | | Parameters: javascript - The javascript name to set. |
setScope | public void setScope(String scope)(Code) | | Parameters: scope - Set the scope. |
|
|