org.opengts.war.tools
Class PageDecorationsDefault
java.lang.Object
org.opengts.war.tools.PageDecorationsDefault
- All Implemented Interfaces:
- PageDecorations
public class PageDecorationsDefault
- extends java.lang.Object
- implements PageDecorations
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageDecorationsDefault
public PageDecorationsDefault(PrivateLabel privLbl)
setDefaultPageDecorations
public void setDefaultPageDecorations(PageDecorations dftPageDecor)
- Specified by:
setDefaultPageDecorations
in interface PageDecorations
hasJspURI
public boolean hasJspURI()
- Specified by:
hasJspURI
in interface PageDecorations
setJspURI
public void setJspURI(java.lang.String jspURI)
- Specified by:
setJspURI
in interface PageDecorations
getJspURI
public java.lang.String getJspURI()
- Specified by:
getJspURI
in interface PageDecorations
setPageStyle
public void setPageStyle(java.lang.String style)
- Specified by:
setPageStyle
in interface PageDecorations
getPageStyle
public java.lang.String getPageStyle()
writeStyle
public void writeStyle(java.io.PrintWriter out,
RequestProperties reqState)
throws java.io.IOException
- Specified by:
writeStyle
in interface PageDecorations
- Throws:
java.io.IOException
setPageHeader
public void setPageHeader(java.lang.String header)
- Specified by:
setPageHeader
in interface PageDecorations
getPageHeader
protected java.lang.String getPageHeader()
writeHeader
public void writeHeader(java.io.PrintWriter out,
RequestProperties reqState)
throws java.io.IOException
- Specified by:
writeHeader
in interface PageDecorations
- Throws:
java.io.IOException
setPageNavigation
public void setPageNavigation(java.lang.String navigate)
- Specified by:
setPageNavigation
in interface PageDecorations
getPageNavigation
protected java.lang.String getPageNavigation()
writeNavigation
public void writeNavigation(java.io.PrintWriter out,
RequestProperties reqState)
throws java.io.IOException
- Specified by:
writeNavigation
in interface PageDecorations
- Throws:
java.io.IOException
setPageFooter
public void setPageFooter(java.lang.String footer)
- Specified by:
setPageFooter
in interface PageDecorations
getPageFooter
protected java.lang.String getPageFooter()
writeFooter
public void writeFooter(java.io.PrintWriter out,
RequestProperties reqState)
throws java.io.IOException
- Specified by:
writeFooter
in interface PageDecorations
- Throws:
java.io.IOException
setPageLeft
public void setPageLeft(java.lang.String left)
- Specified by:
setPageLeft
in interface PageDecorations
getPageLeft
protected java.lang.String getPageLeft()
writeLeft
public void writeLeft(java.io.PrintWriter out,
RequestProperties reqState)
throws java.io.IOException
- Specified by:
writeLeft
in interface PageDecorations
- Throws:
java.io.IOException
setPageRight
public void setPageRight(java.lang.String right)
- Specified by:
setPageRight
in interface PageDecorations
getPageRight
public java.lang.String getPageRight()
writeRight
public void writeRight(java.io.PrintWriter out,
RequestProperties reqState)
throws java.io.IOException
- Specified by:
writeRight
in interface PageDecorations
- Throws:
java.io.IOException