Package com.opensymphony.module.sitemesh
Class DefaultSitemeshBuffer.Builder
java.lang.Object
com.opensymphony.module.sitemesh.DefaultSitemeshBuffer.Builder
- Enclosing class:
DefaultSitemeshBuffer
The Class Builder.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the.insert(int position, SitemeshBufferFragment fragment) Insert.setBuffer(char[] buffer) Sets the buffer.setLength(int length) Sets the length.
-
Method Details
-
setBuffer
Sets the buffer.- Parameters:
buffer- the buffer- Returns:
- the builder
-
setLength
Sets the length.- Parameters:
length- the length- Returns:
- the builder
-
insert
Insert.- Parameters:
position- the positionfragment- the fragment- Returns:
- the builder
-
build
Builds the.- Returns:
- the sitemesh buffer
-