public class NewObjectNavPlugable extends java.lang.Object implements Plugable, SitePageProcessPlugin
| Constructor and Description |
|---|
NewObjectNavPlugable()
Creates a new instance of newObjectNavPlugable
|
NewObjectNavPlugable(Page p) |
| Modifier and Type | Method and Description |
|---|---|
HTMLComponent |
getHTMLComponent(SDBContext context,
SDBPlugable sourceComponent)
Generates a series of links to allow users to create new common objects
The list is controlled through the CPNewObject list
|
void |
postProcess(WebClient client,
Site site,
HTMLPage page)
Post process page
|
void |
preProcess(WebClient client,
Site site,
HTMLPage page)
Pre process page
|
public NewObjectNavPlugable()
public NewObjectNavPlugable(Page p)
public HTMLComponent getHTMLComponent(SDBContext context, SDBPlugable sourceComponent) throws java.lang.Exception
getHTMLComponent in interface Plugablecontext - - current screen contextsourceComponent - - screen plugable componentjava.lang.Exception - - a serious error most likely due to accessing list of CPNewObjectspublic void postProcess(WebClient client, Site site, HTMLPage page) throws java.lang.Exception
SitePageProcessPluginpostProcess in interface SitePageProcessPluginclient - the web clientsite - the sitepage - the pagejava.lang.Exception - a serious problem.public void preProcess(WebClient client, Site site, HTMLPage page) throws java.lang.Exception
SitePageProcessPluginpreProcess in interface SitePageProcessPluginclient - the web clientsite - the sitepage - the pagejava.lang.Exception - a serious problem.stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.